会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
hello|world
博客园
首页
新随笔
联系
管理
订阅
2019年11月18日
mysql select for update 死锁问题
摘要: https://www.jianshu.com/p/2b258bfe00e5
阅读全文
posted @ 2019-11-18 17:57 hello|world
阅读(753)
评论(0)
推荐(0)
2019年11月15日
挖坑神器
摘要: 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
阅读(181)
评论(0)
推荐(0)
2019年9月25日
调用https接口 报错:unable to find valid certification path
摘要: 网上查了一大堆 基本都是 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
阅读(1282)
评论(0)
推荐(0)
2019年8月20日
POI生成Excel
摘要: https://www.cnblogs.com/coprince/p/5757714.html
阅读全文
posted @ 2019-08-20 18:03 hello|world
阅读(107)
评论(0)
推荐(0)
2019年7月19日
杂七杂八记录
摘要: css table td 中的文字居中左对齐 https://blog.csdn.net/lin49940/article/details/52779439
阅读全文
posted @ 2019-07-19 11:04 hello|world
阅读(81)
评论(0)
推荐(0)
2019年7月18日
maven 打jar 包 pom.xml配置
摘要: <?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
阅读(4101)
评论(0)
推荐(0)
2019年7月11日
IDEA 全局修改项目版本
摘要: versions:set -DnewVersion=2.0-SNAPSHOT versions:commit
阅读全文
posted @ 2019-07-11 11:40 hello|world
阅读(1095)
评论(0)
推荐(0)
2019年5月28日
Spring AOP的内部调用问题
摘要: 前几天遇到一个AOP内部调用不生效的问题,在网上查找了一些办法 1、使用@EnableAspectJAutoProxy(exposeProxy = true)注解 然后调用AopContext.currentProxy() 获取当前代理对象调用需要使用的方法 2、实现BeanPostProcesso
阅读全文
posted @ 2019-05-28 10:45 hello|world
阅读(1795)
评论(0)
推荐(0)
2019年3月27日
redis 中文乱码
摘要: redis-cli --raw 如果还乱码 chcp 65001
阅读全文
posted @ 2019-03-27 17:56 hello|world
阅读(235)
评论(0)
推荐(0)
windows redis cluster 配置
摘要: 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
阅读(410)
评论(0)
推荐(0)
下一页
公告