Fork me on GitHub

  2014年7月28日
摘要: 在调用protobuf的ParseFromString(str)方法时,默认情况下,如果str的长度>64MB,会返回失败。这里给出了解释,主要是出于安全因素的考虑。可以通过SetTotalBytesLimit方法去除这个限制:// ::google::protobuf::Message req;:... 阅读全文
posted @ 2014-07-28 21:26 huashiyiqike 阅读(1082) 评论(0) 推荐(0) 编辑
摘要: make -dshould give you more than enough information to debug your makefile.Be warned: it will take some time and effort to analyze the output but load... 阅读全文
posted @ 2014-07-28 11:23 huashiyiqike 阅读(570) 评论(0) 推荐(0) 编辑