2016年10月12日

Windows环境下配置thrift编译器(VS2015)

摘要: 参考官方文档:http://svn.apache.org/repos/asf/thrift/attic/trunk/compiler/cpp/README_Windows.txt 下载后复制到\compiler\cpp\src\下http://dl.download.csdn.net/down10/ 阅读全文

posted @ 2016-10-12 13:28 李军浩 阅读(2710) 评论(0) 推荐(0) 编辑

IntelliJ Idea使用代码折叠

摘要: VS风格: //region xxxxxxxxxxxxxx ............. //endregion 快捷键: 阅读全文

posted @ 2016-10-12 11:56 李军浩 阅读(277) 评论(0) 推荐(0) 编辑

golang下使用ini配置文件(widuu/goini)

摘要: 在“widuu/goini”基础上进行了修改,增加了其他数据类型配置值(string、int、int32、int64、[]int、[]string)的支持。 使用方法: 源码lib包(包名:goini,在go的src下创建目录goini,创建conf.go文件放在此目录即可): 阅读全文

posted @ 2016-10-12 11:53 李军浩 阅读(4666) 评论(0) 推荐(0) 编辑

导航