- 博客(0)
- 资源 (7)
- 论坛 (3)
- 问答 (1)
- 收藏
- 关注
清除系统垃圾
清除系统垃圾,bat文件 、
@echo off
echo 正在清除系統垃圾文件,請稍等......
echo ……………………………………
echo ……………………………………
del /f /s /q %systemdrive%\*.tmp
del /f /s /q %systemdrive%\*._mp
del /f /s /q %systemdrive%\*.log
del /f /s /q %systemdrive%\*.gid
del /f /s /q %systemdrive%\*.chk
del /f /s /q %systemdrive%\*.old
del /f /s /q %systemdrive%\recycled\*.*
del /f /s /q %windir%\*.bak
del /f /s /q %windir%\prefetch\*.*
rd /s /q %windir%\temp & md %windir%\temp
del /f /q %userprofile%\cookies\*.*
del /f /q %userprofile%\recent\*.*
del /f /s /q "%userprofile%\Local Settings\Temporary Internet Files\*.*"
del /f /s /q "%userprofile%\Local Settings\Temp\*.*"
del /f /s /q "%userprofile%\recent\*.*"
del /f /s /q %systemdrive%\*.tmp
del /f /s /q %systemdrive%\*._mp
del /f /s /q %systemdrive%\*.log
del /f /s /q %systemdrive%\*.gid
del /f /s /q %systemdrive%\*.chk
del /f /s /q %systemdrive%\*.old
del /f /s /q %systemdrive%\recycled\*.*
del /f /s /q %windir%\*.bak
del /f /s /q %windir%\prefetch\*.*
rd /s /q %windir%\temp & md %windir%\temp
del /f /q %userprofile%\cookies\*.*
del /f /q %userprofile%\recent\*.*
del /f /s /q %systemdrive%\*.syd
del /f /s /q %systemdrive%\*.pf
del /f /s /q %systemdrive%\*.chklist
del /f /s /q %systemdrive%\*.ftg
del /f /s /q %systemdrive%\*.fts
del /f /s /q %systemdrive%\*.prv
del /f /s /q %systemdrive%\*.err
del /f /s /q %systemdrive%\errorlog.txt
del /f /s /q %systemdrive%\*.diz
del /f /s /q %systemdrive%\*.dmp
del /f /s /q %systemdrive%\*.spc
del /f /s /q %systemdrive%\*.cdr
del /f /s /q %systemdrive%\*.#res
del /f /s /q %systemdrive%\*.mch
del /f /s /q %systemdrive%\*.$$$
del /f /s /q %systemdrive%\*.@@@
del /f /s /q %systemdrive%\*.---
del /f /s /q %systemdrive%\*.$$$
del /f /s /q %systemdrive%\mscreate.dir
del /f /s /q %systemdrive%\0.nch
del /f /s /q %systemdrive%\thumbs.db
del /f /s /q "%userprofile%\Local Settings\Temporary Internet Files\*.*"
del /f /s /q "%userprofile%\Local Settings\Temp\*.*"
del /f /s /q "%userprofile%\recent\*.*"
rd /s/q %temp% & md %temp%
rd /s/q "%userprofile%\Local Settings\Temporary Internet Files"
echo 系統垃圾清理完筆,按任意鍵退出
echo. & pause
2013-01-03
c語言程序設計(譚浩強)筆記
自己看书总结的谭浩强C语言程序设计的笔记
第一章&第二章 C背景與算法
1. 什么是素數?
只能被1和其本身整除的數,而實際上,判斷n是否為素數,只需要判斷從1到√n是否可以整除n即可.
2. 什么是閏年?
1).可以被4整除,但不能被100整除.
2).可以被100整除,又能被400整除的年份.
3. 美國國家標準化協會(ANSI)規定的常用流程圖符號.
4. N-S流程圖
5. 用偽代碼表示算法
就是用漢字表示執行過程,和易語言一樣.
6. 用機器語言,就是用C或者其他語言來表示了.
7. 結構化設計思路:
把一個復雜的問題求解過程分階段進行,每個階段處理的問題都控制在人們容易理解和處理的范圍之內
(1).自頂向下
(2).逐步求精
(3).模塊化設計
2013-01-03
51 十天学会单片机讲义,郭天祥
学单片机需要什么基础?
什么是单片机、单片机能做什么、怎么开始学习单片机。
学单片机需要的一些预备知识
C51基础知识。
了解TX-1C单片机学习板系统结构
如何用TX-1C单片机学习板在短时间内掌握51单片机和C语言编程。
KEIL工程建立详细介绍及KEIL软件使用方法
从点亮实验板上的一个发光二极管开始
2013-01-03
debugview 工具使用说明
debugview 工具使用说明
Sysinternals DebugView
Copyright © 1999-2004 Mark Russinovich
Sysinternals - www.sysinternals.com
DebugView is an application that lets you monitor debug output on your local system, or any computer on the network that you can reach via TCP/IP. It is capable of displaying both kernel-mode and Win32 debug output generated by standard debug print APIs, so you don’t need a debugger to catch the debug output your applications or device drivers generate, and you don't need to modify your applications or drivers to use non-Windows debug functions in order to view its debug output.
License
You may not redistribute DebugView in any form without the express written permission of Mark Russinovich. If you wish to redistribute DebugView, please contact licensing@sysinternals.com.
2013-01-03
在soap extension中可以修改xml流内容, 请问如何修改http头中的内容
发表于 2017-05-18 最后回复 2017-05-22
是否可以编程实现 MFC 中 BEGIN_MESSAGE_MAP 的内容
发表于 2015-11-24 最后回复 2016-03-30
VC调用动态库里面的类(这个动态库没有提供函数接口)详见下文(加急)
发表于 2012-02-19 最后回复 2012-11-30
Web Service中在 SOAP扩展类 中处理Request/Response
2017-05-16
TA创建的收藏夹 TA关注的收藏夹
TA关注的人 TA的粉丝