09 2021 档案

摘要:https://blog.csdn.net/weixin_40255793/article/details/80812961 阅读全文
posted @ 2021-09-30 17:57 wujingqi 阅读(13) 评论(0) 推荐(0)
摘要:https://www.cnblogs.com/weiqihome/p/8922937.html 实现该接口,重写里面afterPropertiesSet方法,在项目初始化Bean时候会执行这个方法 阅读全文
posted @ 2021-09-30 16:55 wujingqi 阅读(37) 评论(0) 推荐(0)
摘要:加上该注解的方法或类会有带有删除线,表示不建议使用。 阅读全文
posted @ 2021-09-30 16:45 wujingqi 阅读(90) 评论(0) 推荐(0)
摘要:https://blog.csdn.net/qq_39949109/article/details/80432477 Enum类中为什么构造函数必须是私有的? 枚举被设计成是单例模式,即枚举类型会由JVM在加载的时候,实例化枚举对象,你在枚举类中定义了多少个就会实例化多少个,JVM为了保证每一个枚举 阅读全文
posted @ 2021-09-28 18:16 wujingqi 阅读(41) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2021-09-28 17:35 wujingqi 阅读(1098) 评论(0) 推荐(0)
摘要:1、Application 加注解 @EnableAsync 开启异步。 2、需要异步的方法上加注解 @Async。 --不能为静态方法 --调用处不能在同一个类里 https://blog.csdn.net/qq_36827957/article/details/105087856 https:/ 阅读全文
posted @ 2021-09-28 17:17 wujingqi 阅读(1427) 评论(0) 推荐(0)
摘要:@Data 在JavaBean或类JavaBean中使用,包含@ToString, @EqualsAndHashCode, @Getter, @Setter 这个是继承时的使用@Data的坑。 @getter 生成getter 方法 @setter 生成setter方法 @NoArgsConstru 阅读全文
posted @ 2021-09-28 17:13 wujingqi 阅读(93) 评论(0) 推荐(0)
摘要:https://blog.csdn.net/qq_38377774/article/details/90020343 阅读全文
posted @ 2021-09-28 15:59 wujingqi 阅读(31) 评论(0) 推荐(0)
摘要:点我 阅读全文
posted @ 2021-09-28 15:01 wujingqi 阅读(100) 评论(0) 推荐(0)
摘要:https://www.cnblogs.com/leigq/p/13406579.html 记录下吧,总忘。 一、转义字符 原字符:< <= > >= <> & ' " 转义字符:&lt; &lt;= &gt; &gt;= &lt;&gt; &amp; &apos; &quot; 二、![CDATA 阅读全文
posted @ 2021-09-15 10:32 wujingqi 阅读(1232) 评论(0) 推荐(0)
摘要:错误日志 2021-09-09 16:46:42.702 ERROR 8108 [ XNIO-1 task-1] r.s.m.c.DefaultExceptionControllerAdvise : 服务器异常 org.springframework.web.util.NestedServletEx 阅读全文
posted @ 2021-09-09 16:53 wujingqi 阅读(351) 评论(0) 推荐(0)
摘要:完整错误 org.springframework.jdbc.UncategorizedSQLException: ### Error querying database. Cause: java.sql.SQLException: Encountered exception in sub plan 阅读全文
posted @ 2021-09-09 16:36 wujingqi 阅读(176) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2021-09-07 17:44 wujingqi 阅读(361) 评论(0) 推荐(0)
摘要:<dependency> <!-- groupId,artifactId,version自定义> <groupId>sun.misc.BASE64Decoder</groupId> <artifactId>BASE64Decoder</artifactId> <version>1.0</versio 阅读全文
posted @ 2021-09-03 10:12 wujingqi 阅读(490) 评论(0) 推荐(0)
摘要:在线且允许上传图片也很大 https://www.bejson.com/ui/image2base64/ 阅读全文
posted @ 2021-09-01 15:22 wujingqi 阅读(100) 评论(0) 推荐(0)