2021年2月24日
摘要: https://blog.csdn.net/wang03989/article/details/42705791 阅读全文
posted @ 2021-02-24 21:03 码农er 阅读(30) 评论(0) 推荐(0) 编辑
摘要: #include "stdafx.h" #include <boost/thread/thread.hpp>#include <boost/thread/mutex.hpp>#include <boost/thread/condition.hpp>#include <boost/date_time/ 阅读全文
posted @ 2021-02-24 14:44 码农er 阅读(588) 评论(0) 推荐(0) 编辑
摘要: std::string getCurModuleDir() { enum {BUF_LEN =1024}; char pcDirection[BUF_LEN]; memset(pcDirection,0,sizeof(pcDirection)); #if defined(WIN32) GetModu 阅读全文
posted @ 2021-02-24 09:23 码农er 阅读(54) 评论(0) 推荐(0) 编辑