工具
hunci
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Guava用法小计
(一)List to MapMap mapLiver = new HashMap();if(listLiver !=null && listLiver.size() > 0 ){ mapLiver = Maps.uniqueIndex(listLiver, new Function() { @Override public Integer appl原创 2016-03-03 20:35:15 · 341 阅读 · 0 评论 -
Ubuntu 安装thrift教程
① Required packages 安装相关支持包sudo apt-get install libboost-dev libboost-test-dev libboost-program-options-dev libevent-dev automake libtool flex bison pkg-config g++ libssl-dev② tar -xvf thrift-转载 2016-07-01 18:03:00 · 905 阅读 · 0 评论
分享