存档

‘Windows’ 分类的存档

Win7重建图标缓存

2010年7月5日 没有评论
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

分类: Windows 标签:

win7关闭休眠

2010年6月22日 没有评论

管理员身份运行cmd
powercfg -h off

分类: Windows, 收集 标签:

nfs安装笔记

2010年6月19日 没有评论

需要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

分类: Windows 标签:

fso无权限

2009年2月23日 没有评论

需要给写权限

分类: Windows 标签:

http proxy 协议研究

2009年2月23日 没有评论

似乎只能自己sniffer协议规则了,反正http的协议比较了解

分类: Linux, Windows 标签:

asp不更新,被iis缓存

2009年2月12日 没有评论

“2k只用清缓存就可以,但在2k3里点网站,主目录->配置里有缓存选项,asp会被缓存,直接不缓存就可以,把缓存引擎数设为0″

摘自:http://topic.csdn.net/t/20060413/15/4684400.html

在IIS的主目录-配置-缓存ISAPI扩展,全部去掉

分类: Windows 标签: