摘要:
默认情况下,当使用Visual Studio浏览网页时,网站会被保存在IIS Express上,这些网站需要手动清理。可以通过命令行或界面进行清理。 □ 通过命令行 →找到appcmd.exe在C:\Program Files\IIS Express文件夹中→输入如下命令进入C盘 →进入appcmd.exe所在文件夹→列出所有保存在IIS Express上的网站→如果想看到网站所在的文件夹... 阅读全文
摘要:
当需要监控某一文件,FileSystemWatcher类提供了Created, Deleted,Rename等事件。 就拿FileSystemWatcher的Created事件来说,该事件类型是FileSystemEventHandler。public delgate void FileSystemEventHandler(Object sender, FileSystemEventArgs ... 阅读全文