摘要: 用垃圾而不稳定的网速上传N次压缩包都传不上去? 手动决定哪些覆盖不覆盖? 覆盖了web.config又要手动修改连接字符串? 不注意把原有配置搞丢了? …… 貌似从此早下班和休假与你无缘了。 所以!!!,我们必须把能用的工具利用起来,简单的部署的网站,不再是那么难! 0x01 服务端 安装web d 阅读全文
posted @ 2016-02-01 12:27 道木先生 阅读(439) 评论(3) 推荐(2) 编辑
摘要: 效果如图 0x01 获取进程列表,使用Win32Api规避"拒绝访问"异常 public List<AppProcess> GetAppProcesses() { IntPtr handle = NativeMethods.CreateToolhelp32Snapshot(0x2, 0); List 阅读全文
posted @ 2016-01-31 22:44 道木先生 阅读(2500) 评论(2) 推荐(0) 编辑
摘要: 0x01 在线用户类,我的用户唯一性由ID和类型识别(因为在不同的表里) public class UserIdentity : IEqualityComparer<UserIdentity> { internal UserIdentity() { } public UserIdentity(int 阅读全文
posted @ 2016-01-29 23:09 道木先生 阅读(1780) 评论(0) 推荐(0) 编辑