摘要: 1,下载最新的 git 包 地址: https://git-scm.com/download/win 下载便携版 64,32 根据个人爱好 2,解压后随便放个位置即可,例如图: (不太建议使用它自解压的方式,一般使用右键,解压) 3,打开Idea File—> Setting. 4, 设置Git exe 如下图 5, ... 阅读全文
posted @ 2016-12-21 10:35 张保维 阅读(88299) 评论(5) 推荐(7) 编辑
摘要: From : https://www.infoq.com/news/2010/08/arm-blocks try(Jedis jedis = jedisPool.getResource()){ String key = "testKey2"; jedis.set(key,"fasdfasdfasdfasdfasdf"); String data = jedis.ge... 阅读全文
posted @ 2016-12-21 09:26 张保维 阅读(652) 评论(0) 推荐(0) 编辑
摘要: for (int i = 0; i < 1000000 ; i++) { //使用Pool的方式 调用Redis JedisPool jedisPool = SpringContextHolder.getBean(JedisPool.class); Jedis jedis = jedisPool.getResourc... 阅读全文
posted @ 2016-12-21 09:09 张保维 阅读(9031) 评论(0) 推荐(0) 编辑