Unable to find the socket transport “ssl” – did you forget to enable it when you configured PHP?
littlesu | 开发问题 | 2013-01-16
http://zourbuth.com/unable-to-find-the-socket-transport-ssl-did-you-forget-to-enable-it-when-you-configured-php/
Open Configuration File (php.ini) Path C:WINDOWS, find ;extension=php_openssl.dlland delete the semicolon
Open Loaded Configuration File C:xamppphpphp.ini and add this codeextension=php_openssl.dll ... [阅读全文]
VS 2010编译Gh0st 3.6
littlesu | 开发问题 | 2013-01-15
用Vs编译Gh0st修改的工作量还是挺大的,毕竟从VC6.0移植到VS2010平台,已经是一个很大的跨越了,VS2010相对于VC6.0也改进了不止一点了。Gh0st3.6使用了第三方界面库CJ60Lib,目前这个库只支持到VC6.0,而其后的版本已经商业化,所以使用VS2010编译Gh0st的时候,需要重新编译CJ60Lib。VS2010的自带安装的Windows SDK已经到了7.1版,也不需... [阅读全文]
vs2003 调试器失效的解决方法
littlesu | 开发问题 | 2013-01-15
某日打开VS2003调试程序,突然遇到一个错误提示:
The debugger is not properly installed, run setup to install or repair the debugger
经分析,记得是360安全卫士把mdm关掉了。
重装偶所不欲也,想别的办法解决。
经试验,可以按如下办法解决:
C:/Program Files/Common Files/Microsoft Shared/VS7DEBUG>mdm.exe /... [阅读全文]