会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
BloodAndBone
CnBlogs
Home
New Post
Contact
Admin
Subscription
上一页
1
2
3
4
5
6
7
···
38
下一页
2017年7月12日
客户端启动性能优化实践/使用rebase进行dll基地址重定位
客户端启动性能优化实践 使用rebase进行dll基地址重定位
Read More
posted @ 2017-07-12 14:44 BloodAndBone
Views(235)
Comments(0)
Diggs(0)
2015年8月20日
IPv6
#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(208)
Comments(0)
Diggs(0)
2015年8月17日
window下boost库
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(238)
Comments(0)
Diggs(0)
2015年8月14日
Base64加密解密
#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(394)
Comments(1)
Diggs(0)
如何面试你的面试官
如何面试你的面试官
Read More
posted @ 2015-08-14 08:38 BloodAndBone
Views(179)
Comments(1)
Diggs(0)
上一页
1
2
3
4
5
6
7
···
38
下一页
公告