摘要: Microsoft在安装IIS的时候同时安装了一个工具,叫 iisreset,你可以在winnt\system32 中找到它,他可以和PING一样以命令行方式使用。它有多个参数,下面是几个重要的RESTART 停止后启动IIS /START 启动IIS (如果停止) /STOP 停止IIS (如果启动) /REBOOT 重启电脑 /REBOOTONERROR 如果停止IIS失败重启电脑 /NOFO... 阅读全文
posted @ 2008-04-15 15:53 lywf 阅读(584) 评论(1) 推荐(0) 编辑
摘要: 方法一:AppDomain appDomain = AppDomain.CreateDomain("");appDomain.ExecuteAssembly(@"yourApp.exe");AppDomain.Unload(appDomain);方法二:<system.net><connectionManagement> <add address="*" maxcon... 阅读全文
posted @ 2007-11-27 03:50 lywf 阅读(498) 评论(0) 推荐(0) 编辑
摘要: ^(?!.*(?i:[...])) 阅读全文
posted @ 2007-08-17 06:03 lywf 阅读(178) 评论(0) 推荐(0) 编辑
摘要: Today I was looking for a way to do nested expression matching with regular expressions, and pretty much came up empty. 阅读全文
posted @ 2007-08-16 07:51 lywf 阅读(177) 评论(0) 推荐(0) 编辑