使用protobuf编写配置文件以及读写
摘要:.proto文件示例message Configure{ required string host = 1; required uint32 port = 2;}写配置文件Configure config;config.set_host("127.0.0.1");config.set_p...
阅读全文
posted @ 2014-09-29 11:28
posted @ 2014-09-29 11:28
posted @ 2011-12-15 16:47