
third-party
AI记忆
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
glog摘记
projcet url: https://code.google.com/p/google-glog/ usage: application-level logging setting flags GLOG_logtostderr: If gflags not installed, you can use GLOG_logtostderr=1 ./your_application原创 2014-06-14 11:28:08 · 1897 阅读 · 0 评论 -
gflags摘记
projcet url: https://github.com/schuhschuh/gflags usage: commandline flags processing DEFINE: Defining Flags In Program DEFINE_bool: boolean DEFINE_int32: 32-bit integer DEFINE_int64: 64-bit in原创 2014-06-14 17:49:38 · 3063 阅读 · 0 评论