- Refresh all Internet Explorer Windows
- ...Refresh all Internet Explorer Windows? Author: Thomas Stutz 0 Comments to this tip [Write new comment] [ Print tip ] Tip Rating (5): uses MSHTML_TLB, SHDo...
- 作者:佚名发表于:2007-05-14 19:29:49 浏览:38 评论:0 查阅全文...
- get EXE path from window handle
- ...get EXE path from window handle? Author: 2 Comments to this tip [Write new comment] [ Print tip ] Tip Rating (38): uses PsAPI, TlHelp32;// port...
- 作者:佚名发表于:2007-05-14 19:29:47 浏览:43 评论:0 查阅全文...
- Get Information about a Process using WMI
- ...Get Information about a Process using WMI? Author: experts-exchange 0 Comments to this tip [Write new comment] [ Print tip ] Tip Rating (24): uses Acti...
- 作者:佚名发表于:2007-05-14 19:29:46 浏览:33 评论:0 查阅全文...
- windows日志的保护与伪造
- windows日志的保护与伪造创建时间:2002-08-18文章属性:原创文章提交:netone (netonego_at_ccermail.net)windows日志的保护与伪造日志对于系统安全的作用是显而易见的,无论是网络管理员还是黑客都非常重视日志,一个有经验的管理员往往能够迅速通过日志了解到系统的...
- 作者:佚名发表于:2007-05-14 19:29:44 浏览:34 评论:0 查阅全文...
- 认识win强大的管理工具——WMI(脚本篇)
- 好长时间没有写东西了,由于本人的文笔不怎么好,所以大家不要笑我。以下内容均为自己理解的,如有错误之处还请大家指出。我的技术面很窄,所以以下内容中的代码均为ASP+VBScript。正文:----------------------------------------------------------------------------...
- 作者:佚名发表于:2007-05-14 19:29:43 浏览:38 评论:0 查阅全文...
- dllhost占用大量内存问题的相关资料
- 一、dllhost占用大量内存的可能原因: 1 、感染了的病毒用杀毒软件好好查一查 2、web程序问题 A、在你的程序中,没有及时关闭数据库和记录集的连接很容易造成内存泄漏和sql进程死锁。所以写程序时,一定要尽快释放系统内存资源rs.closeset rs=nothingconn.c...
- 作者:佚名发表于:2007-05-14 19:29:43 浏览:305 评论:0 查阅全文...
- HowTo handle Virtual Directiories in IIS with vbs
- HowTo handle Virtual Directiories in IIS with vbsAuthor: Roni Schuetz Rating: Rate this Resource Visits: 826 874_VirtualfolderHandler.txt Discuss in Newsgroups Page: Function Share(Path, Name) Output "Sharing " &...
- 作者:佚名发表于:2007-05-14 19:29:41 浏览:35 评论:0 查阅全文...
- Directory of Virtually Everything_Directory of Virtually Everything
- Directory of Virtually Everything I tasked myself the other day to generate a list of websites and their contained virtual directories on my local machine. This data could be used in a variety of circumstances (from installers to administrati...
- 作者:佚名发表于:2007-05-14 19:29:30 浏览:27 评论:0 查阅全文...
- 关于IIS的批量导出
- 请教各位一个问题,关于IIS的批量导出. 加锁 解锁 取消 取消 未分类 第1楼 —————— 常客 请教各位一个问题,关于IIS的批量导出. 如果一个IIS下有400个站点或者更多--700个, 现需要更换服务器.有什么办法能把IIS里的列表导出...
- 作者:佚名发表于:2007-05-14 19:29:28 浏览:63 评论:0 查阅全文...
- 用ASP.NET(VB版)创建WINDOWS 2000 SERVER站点
- 用ASP.NET(VB版)创建WINDOWS 2000 SERVER站点用ASP.NET(VB)创建的WEB站点,我们的调用方式非常简单:Dim test As New Class1()test.CreateWebSit(webname,port, "D:\VB", "localhost")下面是Class1的代码,该代码做的工作就是建立站点,如果有此站点的名称则自动覆...
- 作者:佚名发表于:2007-05-14 19:29:00 浏览:28 评论:0 查阅全文...
- Internet Information Server 6.x Web Scripts Scripts
- Internet Information Server 6.x Web Scripts ScriptsCreate a New Web Site Continue a Paused Web Server List Basic Web Site Properties List Virtual Directories List Virtual Directory Information List Web Directories List Web Directory Property Informat...
- 作者:佚名发表于:2007-05-14 19:28:59 浏览:40 评论:0 查阅全文...
- displaying physical and virtual paths
- displaying physical and virtual paths I've managed to get a list of the physical and virtual directories fromw/in IIS 6. What I need is a way to also print out the paths of thesephysical and virtual directories.For example:ROOT/IISHelp <IISWe...
- 作者:佚名发表于:2007-05-14 19:28:58 浏览:24 评论:0 查阅全文...
- 使用vbscript自动配置IIS
- 使用vbscript自动配置IIS 【简 介】 最近因为参与一项WEB工程的缘故,写了一个VBScript的程序,用于配置IIS的虚拟目录。 特写出来大家一起分享。 ...
- 作者:佚名发表于:2007-05-14 19:28:57 浏览:63 评论:0 查阅全文...
- BrcIIS (Backup,Restore,Change Site IP)
- BrcIIS (Backup,Restore,Change Site IP)'本代码参考了源码之家的《用ASP编程控制IIS建立WEB站点》和Adsutil.vbs的代码'还要感谢Envymask和LuoLuo的帮助,谢谢'小生对ADSI也不是很熟悉,所以代码中有什么错误的,还请大家批评指教,谢谢'Codz by BlackFox,My QQ:6858849...
- 作者:佚名发表于:2007-05-14 19:28:57 浏览:26 评论:0 查阅全文...
- Creating Virtuals and reading Installed Sites on IIS with .Net
- Creating Virtuals and reading Installed Sites on IIS with .Net I was futzing around today with installation of one of my Web applications. Automatic installation of apps as to where they can be fully self-installed has always been a thing that I...
- 作者:佚名发表于:2007-05-14 19:28:56 浏览:41 评论:0 查阅全文...
- 用.NET在IIS中创建虚拟目录
- 用.NET在IIS中创建虚拟目录 使用.NET的目录服务就可以访问IIS的设置,添加虚拟目录其实就是创建一个DirectoryEntry复杂的在于DirectoryEntry的属性,其实就是虚拟目的一些配置,比如,权限,是否要log,应用程序名等Properties非常多,而且文档不太好找详细可以参考...
- 作者:佚名发表于:2007-05-14 19:28:55 浏览:34 评论:0 查阅全文...
共1页/16条
随机推荐




