上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 30 下一页
摘要: 在1中随意写code , 在 2中 会提示 com.google.common.util.concurrent.UncheckedExecutionException: java.lang.IllegalArgumentException: No matching constant for [1] at com.google.common.cache.LocalCache$Segmen... 阅读全文
posted @ 2017-01-03 14:29 张保维 阅读(2916) 评论(0) 推荐(0) 编辑
摘要: editor >general >code completion >case sensitive completion >none 阅读全文
posted @ 2016-12-28 17:35 张保维 阅读(163) 评论(0) 推荐(0) 编辑
摘要: from: https://my.oschina.net/lujianing/blog/204103 download for windows :https://github.com/MSOpenTech/redis 阅读全文
posted @ 2016-12-25 21:27 张保维 阅读(204) 评论(0) 推荐(0) 编辑
摘要: 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) 编辑
摘要: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring/applicationContext.xml]: Invocation of init method fai... 阅读全文
posted @ 2016-12-18 17:14 张保维 阅读(1723) 评论(1) 推荐(0) 编辑
摘要: http://blog.csdn.net/kkdelta/article/details/5507799 classpath: 第一个匹配的 classpath*:多个组件中的可匹配的 阅读全文
posted @ 2016-12-18 16:45 张保维 阅读(328) 评论(0) 推荐(0) 编辑
摘要: http://docs.spring.io/spring-framework/docs/3.0.0.M4/reference/html/ch12s08.html 阅读全文
posted @ 2016-12-18 14:58 张保维 阅读(179) 评论(0) 推荐(0) 编辑
摘要: 效果: 阅读全文
posted @ 2016-12-18 12:19 张保维 阅读(17977) 评论(0) 推荐(1) 编辑
上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 30 下一页