赞! 商用软件太牛逼, openj9 与 hotspot 的兼容性简直是100% 2019年10月23日 | Leave a comment 内存减少了一半, 迁移没有碰到任何问题, 简直完全兼容呀 太牛逼了… Read More
[转] 微服务中使用 OpenJ9 JVM 内存占用降60%(相对HotSpot) 2019年10月12日 | Leave a comment https://cloud.tencent.com/developer/article/1489112 &nb… Read More
[转] 消灭 Java 代码的“坏味道” 2019年10月11日 | Leave a comment https://mp.weixin.qq.com/s/O3vj-Pcy6eCtw6p4dgcNdw  … Read More
【转】进击的 Java ,云原生时代的蜕变 2019年9月29日 | Leave a comment https://yq.aliyun.com/articles/718499?utm_content=g_100… Read More
转:Java JDK代理、CGLIB、AspectJ代理分析比较 2019年9月23日 | Leave a comment 转:https://blog.csdn.net/a837199685/article/details/6893… Read More
【转】跨平台JS GUI桌面开发列表 2019年9月21日 | Leave a comment https://www.jianshu.com/p/8338953f9cc6 https://g… Read More
【未解决】spring security 有时不会注入 Principal ? 2019年9月19日 | Leave a comment 问题: 已经的 filter 中写入了 SecurityContextHolder.getContext().setAuthentication(auth); 1 SecurityContextHolder.getContext().setAuthentication(auth); 但是… Read More
【未解决】Spring JPA 竟然自动保存 2019年9月16日 | Leave a comment 问题: Java @Service public class T1Service { @Autowired T1Repo t1Repo; @Transactional public void test(int id) { T1 t1 = t1Repo.getOne(id); t1.setName("tt" + new Date()); } } 1234567891011 @Servicepublic class T1Service { @Autowired T1Repo t1Repo; @Transactional public void test(int id) { T1 t1 = t1Repo.getOne(id); t1.setName("tt" + new Date()); }} 虽然没有 t1Repo… Read More
spring data jpa @Onetoone 出现了 1+n query 2019年9月9日 | Leave a comment 问题 Issue. article 是 @OneToOne 但是 取 issue.article 时还会去se… Read More
【转】Navicat实用功能:数据备份与结构同步 2019年9月6日 | Leave a comment https://juejin.im/post/5d00fc865188255fc6384126 … Read More