上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 15 下一页
摘要: @Data 在JavaBean或类JavaBean中使用,包含@ToString, @EqualsAndHashCode, @Getter, @Setter 这个是继承时的使用@Data的坑。 @getter 生成getter 方法 @setter 生成setter方法 @NoArgsConstru 阅读全文
posted @ 2021-09-28 17:13 wujingqi 阅读(78) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/qq_38377774/article/details/90020343 阅读全文
posted @ 2021-09-28 15:59 wujingqi 阅读(16) 评论(0) 推荐(0) 编辑
摘要: 点我 阅读全文
posted @ 2021-09-28 15:01 wujingqi 阅读(95) 评论(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 阅读(1175) 评论(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 阅读(281) 评论(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 阅读(135) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2021-09-07 17:44 wujingqi 阅读(347) 评论(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 阅读(438) 评论(0) 推荐(0) 编辑
摘要: 在线且允许上传图片也很大 https://www.bejson.com/ui/image2base64/ 阅读全文
posted @ 2021-09-01 15:22 wujingqi 阅读(74) 评论(0) 推荐(0) 编辑
摘要: https://www.cnblogs.com/aizen-sousuke/p/11756279.html 使用注解方式 依赖 spring-boot-starter-web mysql-connector-java dynamic-datasource-spring-boot-starter #多 阅读全文
posted @ 2021-08-31 18:23 wujingqi 阅读(232) 评论(0) 推荐(0) 编辑
上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 15 下一页