上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 19 下一页
摘要: 本文转自刘未鹏博客,写的非常的好 就转回来了设计你自己的进度条进度条的设计是一个很多人都知道的故事:同样的耗时,如果不给任何进度提示,只是在完成之后才弹出一个完成消息,中间没有任何动态变化,那么整个过程就会让人等得非常焦急,导致一些人干脆把程序关了了事。如果有进度不断更新,那么对整个过程耗时的心理感... 阅读全文
posted @ 2015-06-11 22:54 anything good 阅读(177) 评论(0) 推荐(0) 编辑
摘要: 这一周考试周 压力山大啊·······让我吐槽下·· 最近有点穷·· 诶 阅读全文
posted @ 2015-06-11 22:37 anything good 阅读(146) 评论(0) 推荐(0) 编辑
摘要: 本文转自:http://bbs.blackbap.org/thread-6203-1-2.html1. 服务器属内网环境,站库分离,通过web.config找到数据库服务库SA帐号密码,成功添加用户(192.168.0.206) 。2. Web服务器(192.168.0.203) 、数据库服务器(1... 阅读全文
posted @ 2015-06-04 20:11 anything good 阅读(1209) 评论(0) 推荐(0) 编辑
摘要: #include int main(){ int i ; iopl(3); outb(0x8e, 0x3f5); outb(0x41, 0x3f5); outb(0x41, 0x3f5); outb(0x41, 0x... 阅读全文
posted @ 2015-05-23 13:36 anything good 阅读(769) 评论(0) 推荐(0) 编辑
摘要: import os, sysfrom stat import *BIG_FILE_THRESHOLD = 6000L #1000000Ldict1 = {} # dict2 = {} # def treewalk(path): try: for i in os.listdir(path... 阅读全文
posted @ 2015-05-20 18:49 anything good 阅读(699) 评论(0) 推荐(0) 编辑
摘要: Python 实现文件复制、删除 - sld666666 - 博客园http://www.cnblogs.com/sld666666/archive/2011/01/05/1926282.html 阅读全文
posted @ 2015-05-20 18:47 anything good 阅读(280) 评论(0) 推荐(0) 编辑
摘要: 默认配置是抓不到明文密码了,神器mimikatz显示Password为null Authentication Id : 0 ; 121279 (00000000:0001d9bf) Session : Interactive from 1 User Name : mickey Domain: WIN... 阅读全文
posted @ 2015-05-11 17:26 anything good 阅读(1386) 评论(0) 推荐(0) 编辑
摘要: 本文转自王子博客:http://www.cnblogs.com/killbit/p/4355950.html首先要感谢哥们对我的指点,多谢。当我们遇到类似情况下,如何获取保存在MSSQL工具里的凭证呢?//如果对方连接地址后面加了IP\sqlexpress 连接的时候你也记得加上,不然即使密码正确,... 阅读全文
posted @ 2015-05-09 23:11 anything good 阅读(289) 评论(0) 推荐(0) 编辑
摘要: Exposing the Outlook Password Secrets - www.SecurityXploded.comhttp://securityxploded.com/outlookpasswordsecrets.php 阅读全文
posted @ 2015-05-09 23:09 anything good 阅读(155) 评论(0) 推荐(0) 编辑
摘要: 0x00 snmp协议简介snmp协议即简单网络管理协议(SNMP,Simple Network Management Protocol)。目前一共有3个版本:V1,V2c,V3。V3是最新的版本,在安全的设计上有了很大改进。不过目前广泛应用的还是存在较多安全问题的V1和V2c版本,本文讨论的内容也... 阅读全文
posted @ 2015-05-07 20:14 anything good 阅读(14865) 评论(0) 推荐(0) 编辑
上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 19 下一页
孤 's 博客