2020年7月30日

[记录] spring url 规则匹配

摘要: [Spring Boot 定制URL匹配规则的方法](https://www.cnblogs.com/softidea/p/7148042.html) [Spring Boot 定制URL匹配规则的方法](https://www.cnblogs.com/xing901022/p/5263702.ht 阅读全文

posted @ 2020-07-30 13:35 zad27 阅读(439) 评论(0) 推荐(0)

2020年7月20日

[记录] spring 日志配置

摘要: 看完这个不会配置 logback ,请你吃瓜! 【SpringBoot】整合日志框架 SpringBoot整合日志管理 http://www.atguigu.com/jsfx/8395.html Spring Boot系列——日志配置 https://www.cnblogs.com/bigdataZ 阅读全文

posted @ 2020-07-20 21:51 zad27 阅读(212) 评论(0) 推荐(0)

2020年7月19日

[记录] springboot-mongo 去除_class 字段

摘要: https://stackoverflow.com/questions/6810488/spring-data-mongodb-mappingmongoconverter-remove-class/ 阅读全文

posted @ 2020-07-19 14:37 zad27 阅读(586) 评论(0) 推荐(0)

2020年4月26日

[记录] idea 方法索引(show usages of method),自动补全失效问题解决

摘要: 问题: idea对于类的缓存失效,导致方法引用位置找不到; 解决方案: File - Invalidate Caches / Restart,idea 重启后即可重建索引 阅读全文

posted @ 2020-04-26 10:48 zad27 阅读(2314) 评论(0) 推荐(0)

2020年4月1日

Spring GET请求实体中日期的转换

摘要: 一般而言,在参数较少的时候,会使用@Requestparam将参数绑定到对应的get请求中, 但是,如果接收的参数过多,则使用实体较好,这就涉及到一个新的问题,使用get请求时,如何解析string到对应的Date格式呢? spring中提供了全局的参数配置,可以完成日期的转换: @Controll 阅读全文

posted @ 2020-04-01 15:43 zad27 阅读(1052) 评论(0) 推荐(0)

2020年3月14日

[记录] Disruptor 介绍

摘要: Dissecting the Disruptor: What's so special about a ring buffer? Trisha's Ramblings: Dissecting the Disruptor: Why it's so fast (part one) - Locks Are 阅读全文

posted @ 2020-03-14 14:06 zad27 阅读(128) 评论(0) 推荐(0)

2020年3月12日

[记录] 重要网址备忘

摘要: https://blog.free-air.org/ https://github.com/Alvin9999/new-pac/wiki https://www.itotii.com/ http://cn.epubee.com/files.aspx http://www.xsldh6.com/ ht 阅读全文

posted @ 2020-03-12 22:24 zad27 阅读(870) 评论(0) 推荐(0)

2020年3月10日

[记录] Java线程池源码

摘要: 线程池ThreadPoolExecutor实现原理 彻底弄懂 Java 线程池原理 Java 线程池原理分析 阅读全文

posted @ 2020-03-10 16:58 zad27 阅读(99) 评论(0) 推荐(0)

2020年3月8日

[记录] Java内存伪共享及解决

摘要: https://yq.aliyun.com/articles/62865 阅读全文

posted @ 2020-03-08 18:00 zad27 阅读(162) 评论(0) 推荐(0)

[ 记录] 代理模式和委托模式区别

摘要: https://stackoverflow.com/questions/18618779/differences-between-proxy-and-decorator-pattern 阅读全文

posted @ 2020-03-08 17:53 zad27 阅读(798) 评论(0) 推荐(0)

导航