上一页 1 2 3 4 5 6 7 ··· 38 下一页
客户端启动性能优化实践 使用rebase进行dll基地址重定位 Read More
posted @ 2017-07-12 14:44 BloodAndBone Views(223) Comments(0) Diggs(0) Edit
#include "stdafx.h"#include "IPv6.h" int _tmain(int argc, _TCHAR* argv[]){ CIPv6 m_ipv6; m_ipv6.CreateServer(); //采用默认创建服务器, //如果你成功安装了IPv6... Read More
posted @ 2015-08-20 12:02 BloodAndBone Views(200) Comments(0) Diggs(0) Edit
1、下载boost开发库源码。2、使用vs2008的命令行工具,进入到源码目录xxx/boost_1_58_0,命令行中运行bootstrap.bat,生成文件b2.exe,在命令行中执行b2.exe。3、等待boost库编译连接完成,提示如下:The Boost C++ Libraries wer... Read More
posted @ 2015-08-17 11:23 BloodAndBone Views(228) Comments(0) Diggs(0) Edit
#define B64_WS 0xE0#define B64_ERROR 0xFF#define B64_NOT_BASE64(a) (((a)|0x13) == 0xF3)#define conv_bin2ascii(a) (data_bin2ascii[(a)&0x3f])... Read More
posted @ 2015-08-14 08:50 BloodAndBone Views(385) Comments(1) Diggs(0) Edit
如何面试你的面试官 Read More
posted @ 2015-08-14 08:38 BloodAndBone Views(175) Comments(1) Diggs(0) Edit
上一页 1 2 3 4 5 6 7 ··· 38 下一页