protoBuf
摘要:编译 brotoBuf protoc -I=./ --cpp_out=./ 文件名.proto https://developers.google.com/protocol-buffers/docs/reference/cpp/google.protobuf.message Required: 必须
阅读全文
libevent
摘要:/*服务器端++++++++++++++++++++++++++++++++++++*/ #include <stdio.h>#include <string.h>#include <errno.h>#include <stdlib.h>#include <unistd.h>#include <ev
阅读全文