摘要: #include #include #include #include #include using namespace std;//stringstream只是一个中转的作用,因为write_json还是read_json操作的是stringstream.void packetage(char**... 阅读全文
posted @ 2014-09-14 21:43 zzyoucan 阅读(1587) 评论(0) 推荐(0) 编辑
摘要: 多线程版Libevent//保存线程的结构体struct LibeventThread{ LibEvtServer* that; //用作传参 std::shared_ptr spThread; // 线程 struc... 阅读全文
posted @ 2014-09-14 00:50 zzyoucan 阅读(10266) 评论(2) 推荐(1) 编辑