- 博客(12)
- 收藏
- 关注
转载 Google Reader竟然要被咔嚓了...
求备胎~~转载于:https://www.cnblogs.com/lypkiller/archive/2013/03/14/2958850.html
2013-03-14 10:19:00
121
转载 win7下测试shellcode的方法2:设置数据段为可执行
在win7下,通过下面的方法测试shellcode:char shellcode [] ="..." ;int main ( int argc , char ** argv){ __asm { lea eax , shellcode call eax } ...
2013-03-01 12:15:00
171
转载 win7下测试shellcode的方法1:关闭DEP
在win7下,通过下面的方法测试shellcode:char shellcode [] ="..." ;int main ( int argc , char ** argv){ __asm { lea eax , shellcode call eax } ...
2013-02-22 14:24:00
217
转载 windows下安装pygraphviz过程 及 相关错误解决
简单的在windows安装pygraphiviz的过程如下:1. 首先安装graphviz,http://www.graphviz.org/pub/graphviz/stable/windows/graphviz-2.28.0.msi2. 下载pygraphviz源码包,http://pypi.python.org/packages/source/p/pygraphviz/p...
2013-01-07 15:39:00
474
转载 centos6 更新xorg导致进入不了登录界面---intel(1): pEnt->device->identifier=(nil)
错误日志(/var/log/Xorg.0.log)如下:[ 103.317] X.Org X Server 1.10.6Release Date: 2012-02-10[ 103.320] X Protocol Version 11, Revision 0[ 103.321] Build Operating System: c6b9 2.6.32-22...
2012-11-08 21:00:00
531
转载 windbg 解决 "System.InvalidOperationException: Timeout expired. The timeout period elapsed prior to ob...
使用windbg可以调试asp.net中数据库连接池是否超限的问题。详见文章:http://blogs.msdn.com/b/spike/archive/2012/05/21/quot-system-invalidoperationexception-timeout-expired-the-timeout-period-elapsed-prior-to-obtaini...
2012-10-16 14:30:00
205
转载 The disk is offline because it has a signature collision with another disk that is online
you could try this solution (which I found on the net):1. Open Command Prompt.2. typeDISKPART- a new window will open.3. enter command :LIST DISK. This will show you all the connected di...
2012-10-16 14:13:00
201
转载 抓虫记(二)可变参数和std::string的故事
前段时间,碰到一个bug,很奇怪的bug: 1. 这个bug在win7中,普通权限下运行release版本,会崩溃。抓取dump,分析也找不到具体在哪行代码出问题。但是如果以管理员身份运行的话,就一点事情都没有。 2. 在debug状态下,调试代码,一点问题都没有。 是操作系统的问题?因为用户权限不够?我们没有做什么特殊的操作啊?为什么一定要管理员权限呢...
2012-10-15 15:29:00
116
转载 抓虫记(一)
最近,在负责一个邮件收发相关的一个模块。用的是第三方的SDK:chilkat。chilkat支持非常多的协议和功能,如:MAIL,ZIP,HTTP,FTP2,XML,IMAP,SSH/SFTP等,这个组件也有多个语言的版本,如:.NET,RUBY,PYTHON,PERL,JAVA,C++等。对多平台和编译器的支持也不错,如:Chilkat C/C++ Librar...
2012-08-29 12:49:00
230
转载 windbg 解决 "System.InvalidOperationException: Timeout expired. The timeout period elapsed prior to ob...
使用windbg可以调试asp.net中数据库连接池是否超限的问题。详见文章: http://blogs.msdn.com/b/spike/archive/2012/05/21/quot-system-invalidoperationexception-timeout-expired-the-timeout-period-elapsed-prior-to-obtai...
2012-08-28 14:33:00
719
转载 "System.InvalidOperationException: Timeout expired. The timeout period elapsed prior to obtaining a ...
Another post on the following exception:System.InvalidOperationException: Timeout expired. The timeout period elapsed prior to obtaining a connection from the pool.This may have occu...
2012-08-28 14:28:00
607
转载 在InstallShield中判断是否已安装老版本程序
在制作Installer中,有一些安装包,要求先把老版本的程序卸载后,才能安装最新的程序。这样就设计涉及如何检查当前电脑是否已经安装过老版本的程序,如果安装过老的程序,就应该提示用户先把老版本的程序卸载了,才能安装最新的程序。 InstallShield里的Product Code这个选项,就是一个特定是产品编码,来确定是否是同一个软件的同一个...
2012-08-23 14:23:00
601
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人