摘要: Crashfirefox,chrome,safaribrowsers,andalsorestartiPhoneusingthisjavascriptcode.#dos#0day#exploit//使用下面这段JavaScript代码能让firefox,chrome,safari浏览器崩溃,而且还能让... 阅读全文
posted @ 2016-01-21 14:48 爛轲 阅读(3540) 评论(0) 推荐(0) 编辑
摘要: using System.IO;//判断文件是不是存在if(File.Exists(@"文件路径")){//如果存在则删除File.Delete(@"文件路径");} 阅读全文
posted @ 2016-01-21 14:28 爛轲 阅读(142) 评论(0) 推荐(0) 编辑
摘要: 下面的代码示例演示如何将客户端上载的所有文件保存到 Web 服务器的本地磁盘上的 C:\TempFiles 文件夹中。String TempFileName; HttpFileCollection MyFileCollection = Request.Files; for (int Loop1 = ... 阅读全文
posted @ 2016-01-21 10:01 爛轲 阅读(150) 评论(0) 推荐(0) 编辑