上一页 1 ··· 294 295 296 297 298 299 300 301 302 ··· 618 下一页

2022年1月21日

摘要: 阅读全文
posted @ 2022-01-21 01:49 lydstory 阅读(19) 评论(0) 推荐(0)
摘要: 表示有向图的起点和终点 在查字典中的作用?? 阅读全文
posted @ 2022-01-21 01:42 lydstory 阅读(113) 评论(0) 推荐(0)

2022年1月20日

摘要: #ifndef _AUTOREFER_H #define _AUTOREFER_H template <class T> class CAutoRefer { public: CAutoRefer() { m_oper = new T; } CAutoRefer(T * p) { m_oper = 阅读全文
posted @ 2022-01-20 23:57 lydstory 阅读(67) 评论(0) 推荐(0)
摘要: inline int InitializeCriticalSection(CRITICAL_SECTION *lock) { pthread_mutexattr_t attr; pthread_mutexattr_init(&attr); // PTHREAD_MUTEX_RECURSIVE // 阅读全文
posted @ 2022-01-20 23:49 lydstory 阅读(59) 评论(0) 推荐(0)
摘要: #ifndef _AUTOREFER_H #define _AUTOREFER_H template <class T> class CAutoRefer { public: CAutoRefer() { m_oper = new T; } CAutoRefer(T * p) { m_oper = 阅读全文
posted @ 2022-01-20 23:33 lydstory 阅读(27) 评论(0) 推荐(0)
摘要: 游戏数据的处理 证券行业数据的处理 txt .dat 自定义格式文件 注意自定义资源格式文件。 阅读全文
posted @ 2022-01-20 23:05 lydstory 阅读(25) 评论(0) 推荐(0)
摘要: KCBP - 百度百科 KCBP是深圳市金证股份有限公司开发的交易管理中间件。 SHENZHEN KINGDOM Co., Ltd 阅读全文
posted @ 2022-01-20 22:04 lydstory 阅读(105) 评论(0) 推荐(0)
摘要: c++服务端编程 ace boost.asio libevent evpp mudou 多进程 多线程 阅读全文
posted @ 2022-01-20 21:58 lydstory 阅读(43) 评论(0) 推荐(0)
摘要: char *c; cout << sizeof(c) << endl; cout << sizeof(*c) << endl; 4 1 const static volicate作用 max宏定义 写给返回char* 的 函数指针指向带一个int参数的函数 int *b; cout << sizeo 阅读全文
posted @ 2022-01-20 21:30 lydstory 阅读(24) 评论(0) 推荐(0)
摘要: 三次握手: 客户端–发送带有SYN标志的数据包–一次握手–服务端 服务端–发送带有SYN/ACK标志的数据包–二次握手–客户端 客户端–发送带有带有ACK标志的数据包–三次握手–服务端 四次挥手: 客户端-发送一个FIN,用来关闭客户端到服务器的数据传送 服务器-收到这个FIN,它发回一个ACK,确 阅读全文
posted @ 2022-01-20 03:33 lydstory 阅读(41) 评论(0) 推荐(0)
上一页 1 ··· 294 295 296 297 298 299 300 301 302 ··· 618 下一页

导航