01 2017 档案
redis集群
摘要:cd /root/software wget http://download.redis.io/releases/redis-3.2.4.tar.gz tar -zxvf redis-3.2.4.tar.gz cd redis-3.2.4 make && make install 复制下面到redi 阅读全文
posted @ 2017-01-18 14:56 wolf12 阅读(163) 评论(0) 推荐(0)
java lamda
摘要:// 查询数据模拟 List<SealListViewVo> list = new ArrayList<SealListViewVo>(); for (int i = 0; i < 50; i++) { SealListViewVo temp = new SealListViewVo(); Stri 阅读全文
posted @ 2017-01-17 14:49 wolf12 阅读(327) 评论(0) 推荐(0)