tskill explorer
cd /d %userprofile%\AppData\Local
attrib -h IconCache.db
del IconCache.db
start explorer
保存为 rebuildIconCache.bat
参考 : http://www.filediag.com/blog/archives/255.html
管理员身份运行cmd
powercfg -h off
需要2个东西
yum -y install nfs-utils portmap
设置
vi /etc/exports
/home/nfs 192.168.0.*(rw,sync,no_root_squash)
重启服务
service portmap restart
service nfs restart
客户端:
mount -t nfs serverip:/home/nfs /mnt/nfs
参考:
http://soft.zdnet.com.cn/software_zone/2007/1010/543223.shtml
http://blog.csdn.net/heiyeshuwu/archive/2006/11/09/1374671.aspx
似乎只能自己sniffer协议规则了,反正http的协议比较了解
“2k只用清缓存就可以,但在2k3里点网站,主目录->配置里有缓存选项,asp会被缓存,直接不缓存就可以,把缓存引擎数设为0″
摘自:http://topic.csdn.net/t/20060413/15/4684400.html
在IIS的主目录-配置-缓存ISAPI扩展,全部去掉