摘要: 先说一下文件版本,xampp 1.7.4,php 5.3.5。走了很多弯路,截止目前,ZendDebugger在php 5.3.x下,只有nts版本,既non Thread Safety(具体什么意思不解释,以后用到的时候再说)。但从phpinfo()中看出,当前的Thread Safety,处于e... 阅读全文
posted @ 2015-01-16 09:49 PrettyISShit 阅读(288) 评论(0) 推荐(0) 编辑
摘要: 整理了以下四种在MySQL中修改root密码的方法,可能对大家有所帮助!方法1: 用SET PASSWORD命令 mysql -u root mysql> SET PASSWORD FOR'root'@'localhost'= PASSWORD('newpass');方法2:用mysqladmi... 阅读全文
posted @ 2015-01-15 15:25 PrettyISShit 阅读(222) 评论(0) 推荐(0) 编辑
摘要: 导出:命令行下具体用法如下: mysqldump -u用戶名 -p密码 -d 數據库名 表名 脚本名; 1、导出數據库為dbname的表结构(其中用戶名為root,密码為dbpasswd,生成的脚本名為db.sql) mysqldump -uroot -pdbpasswd -d dbname >db... 阅读全文
posted @ 2015-01-15 15:24 PrettyISShit 阅读(140) 评论(0) 推荐(0) 编辑
摘要: 某工程project用Git管理代码,但是在他的根目录下有个配置文件,比如project.iws是不需要git每次跟踪它的修改记录的。一般做法是在.gitignore文件中添加一行[html]view plaincopyproject.iws但是这个文件如果之前已经被git跟踪了,这样修改是没有用的... 阅读全文
posted @ 2015-01-14 08:30 PrettyISShit 阅读(143) 评论(0) 推荐(0) 编辑
摘要: 遇到上述问题此时由于不正常退出会在进程中遗留Android debug进程 ,需要强制删除 阅读全文
posted @ 2015-01-13 16:19 PrettyISShit 阅读(106) 评论(0) 推荐(0) 编辑
摘要: 转摘:http://stackoverflow.com/questions/11155340/java-lang-illegalaccesserror-class-ref-in-pre-verified-class-resolved-to-unexpeYou are getting this err... 阅读全文
posted @ 2015-01-13 11:05 PrettyISShit 阅读(421) 评论(0) 推荐(0) 编辑
摘要: 转摘:http://www.codeproject.com/Articles/37182/Debug-your-ASP-NET-Application-while-Hosted-on-IISThis article describes how to debug a web application w... 阅读全文
posted @ 2015-01-07 16:48 PrettyISShit 阅读(306) 评论(0) 推荐(0) 编辑
摘要: 使用route add 本机ip255.255.255.255 网关ip metric 1的方式会使访问本机ip的连接发送到局域网内,这样wireshark就可以抓取到但有一点需要注意 如果本地iis网站的端口不是80,即使使用http协议,wireshark也当成普通的tcp协议这样就无法分清哪一... 阅读全文
posted @ 2015-01-07 14:33 PrettyISShit 阅读(1190) 评论(0) 推荐(0) 编辑
摘要: 一:The NPF driver isn’t running这个错误是因为没有开启NPF服务造成的。NPF即网络数据包过滤器(Netgroup Packet Filter,NPF)是Winpcap的核心部分,它是Winpcap完成困难工作的组件。它处理网络上传输的数据包,并且对用户级提供可捕获(ca... 阅读全文
posted @ 2015-01-06 17:10 PrettyISShit 阅读(475) 评论(1) 推荐(0) 编辑
摘要: When I told one of my developer friends that I am going to write a post about the PathTooLongException, he found it rather amusing - how much could th... 阅读全文
posted @ 2014-12-16 14:24 PrettyISShit 阅读(295) 评论(0) 推荐(0) 编辑