如果系统启动时自动加载的程序过多,会造成启动速度缓慢,而很多病毒或者木马也是在系统启动时自动加载的。所以了解怎样在Windows中查找自启动程序是非常重要的。 一、在“启动”文件夹中寻找 “启动”文件夹一般位于“系统盘符/Documents and Settings/用户名/开始菜单/程序/启动... Read More
posted @ 2015-12-29 22:26 findumars Views(13060) Comments(0) Diggs(1)
如果你编译了一个VC2008的默认的CRT/MFC的应用程序,如果目标部署电脑上没有安装相应的VC2008的动态库,当运行你的程序的时 个,会出现如下错误信息.这是因为程序使用了基于VC2008的CRT/MFC的动态库版本.解决这个问题,有三种方法:1.使用静态链接库编译(缺点,生成的exe的程序过... Read More
posted @ 2015-12-29 22:16 findumars Views(1582) Comments(0) Diggs(1)
在链接标志中加入参数: /SUBSYSTEM:WINDOWS,"5.01"在ide环境下:项目属性-常规-平台工具集-Visual Studio 2013 - Windows XP (v120_xp)参考:https://msdn.microsoft.com/query/dev12.query?ap... Read More
posted @ 2015-12-29 22:10 findumars Views(1282) Comments(0) Diggs(0)
官网:http://www.openssl.org/ 得到源码: git clone https://github.com/openssl/openssl 一、用vc编译器编译: 1、下载nasm: http://www.nasm.us/ 2、下载perl: http://www.perl.org/ Read More
posted @ 2015-12-29 22:07 findumars Views(1134) Comments(0) Diggs(0)
下载: git://github.com/bagder/curl.git openssl: openssl编译 for linux or mingw:./buildconf./configure --with-ssl="$PREFIX"makefor android:./buildconf../co Read More
posted @ 2015-12-29 22:06 findumars Views(1363) Comments(0) Diggs(0)