11 2009 档案
摘要: 一 为何要进行文件一致性校验?为了确保你得到的文件是正确的版本,而没有被注入病毒和木马程序。例如我们经常在网上下载软件,而这些软件已经被注入了一些广告和病毒等,如果不进行文件与原始发布商的一致性校验的话,可能会给我们带来一定的损失。二 文件一致性校验原理要进行文件的一致性校验,我们不可能像文本文件比较那样,将两个文件放到一起对比,因为很多的时候文件很大。目前最理想的办法就是,是通过加密算法,对文件...阅读全文
摘要: 原文地址:http://www.linuxsky.org/doc/admin/200803/262.html 一、链的基本操作 1、清除所有的规则。 1)清除预设表filter中所有规则链中的规则。 # iptables -F 2)清除预设表filter中使用者自定链中的规则。 #iptables -X #iptables -Z 2、设置链的默认策略。一般有两种方法。 1)首先允许所有的包,然后...阅读全文
摘要: 一 unix/linux 命令unix2dos - UNIX to DOS text file format converter EXAMPLES Get input from stdin and write output to stdout. unix2dos Convert and replace a.txt. Convert and replace b.txt. unix2dos a.txt...阅读全文
摘要: 一 Copy a Unicode File to an ANSI FileWiToAnsi.vbs文件:[代码]批处理中调用:cscript WiToAnsi.vbs [path to Unicode file][path to ANSI file]二 Copy a ANSI File to an Unicode File只需对OpenTextFile和CreateTextFile的打开方式做调整...阅读全文
摘要: 批处理中使用vbs1 列举自启动的服务@echo for each sc in getobject("winmgmts:\\.\root\cimv2:win32_service").instances_ >sc.vbs@echo if sc.startmode="Auto" then wscript.echo sc.name^&" - "^&sc.pathname >&...阅读全文
摘要: blogs:1)http://blog.csdn.net/MapGuide_Inside2)http://www.cnblogs.com/junqilian/web:1)http://enterprise.mapguide.com 2)http://www.osgeo.org/ Other:1)http://mapserver.org/index.html 2)http://www.openstr...阅读全文