05 2009 档案
摘要: 一 Sysinternals很多非常有用的工具。二 工具Sysinternals SuiteThe entire set of Sysinternals Utilities rolled up into a single download.AccessChkv4.23 (December 19, 2008)Thisupdate fixes a bug that sometimes caused A...阅读全文
摘要: 一 windows 2000资源工具These utilities can help you streamline administrative tasks such asmanaging Active Directory, administering security features, workingwith Group Policy and Terminal Services, automa...阅读全文
摘要: 一 windows Resource kit toolswindows上可以使用windows server 2003 resource kit tools. (The Microsoft® Windows® Server 2003 Resource Kit Tools are a setof tools to help administrators streamline mana...阅读全文
摘要: 一 blat1)简介blat是一个免费的命令行发邮件的工具。(Blat - A Win32 command line SMTP mailer. Use it to automatically eMaillogs, the contents of a html FORM, or whatever else you need to send.)2)使用3) 参考1)下载:http://sourcefo...阅读全文
摘要: 一 windows上unix工具想在windows上使用unix,Linux上的命令吗?其实大量几乎所有的unix工具被翻译了对应的windows的可执行exe程序,我们可以下载这些工具然后路径加入系统的path,然后就可以像使用windows系统自带的dos命令一样使用这些工具。通过这种方式我们可以在windows上使用大部分的unix的工具,对于从unix,linux到windows的用户,可...阅读全文
摘要: 本节主要考虑windows的安装和配置使用,Linux 参考:http://httpd.apache.org/docs/2.2/stopping.html一 Apache在windows的安装主要支持windows NT 86系统,安装文件或源代码下载页:http://httpd.apache.org/download.cgi。安装过程中下列参数需要指定: 1. Network Domain. E...阅读全文
摘要: 一 IIS命令行Iisreset.exe 的概述Iisreset.exe 使用以下语法:iisreset [computername] [参数] 注意 : [] 中的项目是可选的。 可以使用 iisreset.exe 以下参数: computername: 使用此参数来指定您要管理的计算机。 如果省略此参数,指定本地计算机。 / restart : 使用该参数停止并重新启动所有正在运行的 Int...阅读全文
摘要: 一 Devenv 命令行Devenv 允许您设置集成开发环境 (IDE) 的各个选项,以及从命令行生成、调试和部署项目。使用这些开关从脚本或 .bat 文件(如每夜生成的脚本)运行 IDE,或以特定配置启动 IDE。二 Devenv 开关语法devenv 开关的语法规则与其他 DOS 命令行实用工具遵守的规则非常类似。下列语法规则适用于所有 devenv 开关及其参数:* 使用 devenv /?...阅读全文
摘要: Msiexec.exe用来解释和安装windows下的安装程序(*.msi) 。以下适用与3.0以后的版本。一 Msiexec.exe的标准命令行参数,区分大小写。OptionParametersMeaning/helpHelp and quick reference option. Displays the correct usage of thesetup command including ...阅读全文
摘要: 一 CGI原理及其性能1) CGI概念CGI即通用网关接口(Common Gateway Interface),它是一段程序,运行在服务器上,提供同客户端HTML页面的交互,通俗的讲CGI就象是一座桥,把网页和WEB服务器中的执行程序连接起来,它把HTML接收的指令传递给服务器的执行程序,再把服务器执行程序的结果返还给HTML页。2)CGI程序语言事实上,任何一种程序语言,只要能在服务器主机上利用...阅读全文
摘要: 参考网站:Dos命令和Shell命令:1)http://www.computerhope.com/unix.htm2)http://www.computerhope.com/msdos.htm3)http://www.ss64.com/nt/4)http://www.ss64.com/bash/5)http://technet.microsoft.com/zh-cn/library/cc78542...阅读全文
摘要: AutoCAD ObjectARX和RealDWG资料总结:AutoCAD ObjectARXAutoCAD ObjectARX免费的官方的AutoCAD二次开发SDK。参考资料:0)http://usa.autodesk.com/adsk/servlet/item?siteID=123112&id=785550。1)http://www.cadkicks.com/2)http://thr...阅读全文