kevin55

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理
上一页 1 2 3 4 5 6 7 ··· 10 下一页

2015年9月14日

摘要: pushd E:\boost\boost_1_59_0b2 stage --toolset=msvc-12.0 --without-python --stagedir="E:\boost\boost_1_59_0\stage" --build-type=completepopd 阅读全文
posted @ 2015-09-14 16:58 kernel_main 阅读(306) 评论(0) 推荐(0) 编辑

2015年9月6日

摘要: http://www.zhangjiee.com/新浪微博@独酌逸醉.Github.GitCafe.stackoverflow.Quorahttp://cpp1x.org/刘未鹏 | MIND HACKShttp://www.drdobbs.com/cpp/其它转自别人:http://blog.cs... 阅读全文
posted @ 2015-09-06 16:15 kernel_main 阅读(524) 评论(0) 推荐(0) 编辑

2015年8月24日

摘要: void CAttendanceRobotDlg::DocumentCompleteExplorer4(LPDISPATCH pDisp, VARIANT* URL){ // TODO: Add your message handler code here HRESULT hr; ... 阅读全文
posted @ 2015-08-24 19:45 kernel_main 阅读(1494) 评论(0) 推荐(0) 编辑

2015年8月11日

摘要: 网是开源的c/c++日志库也不少,但用起来总觉得不方便,于是动手写了一个C++日志框架Log4K。测试代码:#include "log4k.h"#pragma comment(lib, "log4k.lib")static int g_Cnt = 0;void LogTestThread1(LPVO... 阅读全文
posted @ 2015-08-11 12:57 kernel_main 阅读(911) 评论(0) 推荐(0) 编辑

2015年7月9日

摘要: 1>uafxcw.lib(afxmem.obj) : error LNK2005: "void * __cdecl operator new(unsigned int)" (??2@YAPAXI@Z) 已经在 LIBCMT.lib(new.obj) 中定义1>uafxcw.lib(afxmem.ob... 阅读全文
posted @ 2015-07-09 18:39 kernel_main 阅读(1306) 评论(0) 推荐(0) 编辑

2015年7月6日

摘要: 值得学习的C语言开源项目C++ 资源大全值得学习的C语言开源项目1.WebbenchWebbench是一个在linux下使用的非常简单的网站压测工具。它使用fork()模拟多个客户端同时访问我们设定的URL,测试网站在压力下工作的性能,最多可以模拟3万个并发连接去测试网站的负载能力。Webbench... 阅读全文
posted @ 2015-07-06 12:48 kernel_main 阅读(3306) 评论(0) 推荐(0) 编辑

2015年5月27日

摘要: 1 class CThreadPool 2 { 3 public: 4 5 template 6 static void QueueUserWorkItem(void (T::*function)(void), 7 T *object, ULONG... 阅读全文
posted @ 2015-05-27 13:21 kernel_main 阅读(754) 评论(0) 推荐(0) 编辑

2015年3月23日

摘要: Code coverage is a measure used in software testing that describes the degree to which the source code of a program has been tested. It a form of whit... 阅读全文
posted @ 2015-03-23 10:28 kernel_main 阅读(1436) 评论(0) 推荐(0) 编辑

2015年3月19日

摘要: 摘自http://www.opensource.apple.com/source/gcc/gcc-5484/gcc/gcov.c 1 /* Gcov.c: prepend line execution counts and branch probabilities to a 2 sou... 阅读全文
posted @ 2015-03-19 11:20 kernel_main 阅读(641) 评论(0) 推荐(0) 编辑

2015年1月27日

摘要: #include "stdafx.h"#include #include using namespace std;#define CONVERT_STR_2_GUID(cstr, stGuid) do\{\ swscanf_s((const wchar_t*)cstr, L"{%8x-%4x-... 阅读全文
posted @ 2015-01-27 23:37 kernel_main 阅读(7346) 评论(0) 推荐(0) 编辑

上一页 1 2 3 4 5 6 7 ··· 10 下一页