摘要: https://www.jianshu.com/p/2b258bfe00e5 阅读全文
posted @ 2019-11-18 17:57 hello|world 阅读(746) 评论(0) 推荐(0) 编辑
摘要: Class<?> clazz = Class.forName( "java.lang.Integer$IntegerCache");Field field = clazz.getDeclaredField("cache");field.setAccessible(true);Integer[] ca 阅读全文
posted @ 2019-11-15 18:27 hello|world 阅读(175) 评论(0) 推荐(0) 编辑
摘要: 网上查了一大堆 基本都是 keytool导入证书 keytool -import -alias ee -keystore "C:\Program Files\Java\jre1.8.0_221\lib\security\cacerts" -file D:\cert\ee.cer -storepass 阅读全文
posted @ 2019-09-25 15:49 hello|world 阅读(1226) 评论(0) 推荐(0) 编辑
摘要: https://www.cnblogs.com/coprince/p/5757714.html 阅读全文
posted @ 2019-08-20 18:03 hello|world 阅读(103) 评论(0) 推荐(0) 编辑
摘要: css table td 中的文字居中左对齐 https://blog.csdn.net/lin49940/article/details/52779439 阅读全文
posted @ 2019-07-19 11:04 hello|world 阅读(78) 评论(0) 推荐(0) 编辑
摘要: <?xml version="1.0" encoding="UTF-8"?><project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:sch 阅读全文
posted @ 2019-07-18 18:24 hello|world 阅读(4096) 评论(0) 推荐(0) 编辑
摘要: versions:set -DnewVersion=2.0-SNAPSHOT versions:commit 阅读全文
posted @ 2019-07-11 11:40 hello|world 阅读(1077) 评论(0) 推荐(0) 编辑
摘要: 前几天遇到一个AOP内部调用不生效的问题,在网上查找了一些办法 1、使用@EnableAspectJAutoProxy(exposeProxy = true)注解 然后调用AopContext.currentProxy() 获取当前代理对象调用需要使用的方法 2、实现BeanPostProcesso 阅读全文
posted @ 2019-05-28 10:45 hello|world 阅读(1748) 评论(0) 推荐(0) 编辑
摘要: redis-cli --raw 如果还乱码 chcp 65001 阅读全文
posted @ 2019-03-27 17:56 hello|world 阅读(229) 评论(0) 推荐(0) 编辑
摘要: 1、修改redis.windows.conf cluster-enabled yes cluster-config-file nodes-6379.conf cluster-node-timeout 15000 2、安装ruby环境 https://rubyinstaller.org/downloa 阅读全文
posted @ 2019-03-27 15:15 hello|world 阅读(406) 评论(0) 推荐(0) 编辑