摘要: ![](https://img2023.cnblogs.com/blog/2171496/202306/2171496-20230612134415969-308967954.png) ```bash The content of element type "configuration" must 阅读全文
posted @ 2023-06-12 13:44 爱新觉罗LQ 阅读(14) 评论(0) 推荐(0)
摘要: ![](https://img2023.cnblogs.com/blog/2171496/202306/2171496-20230612131039888-368756482.png) 如果属性文件中配置的不是jdbc.username,而是username=root,那么使用${username} 阅读全文
posted @ 2023-06-12 13:12 爱新觉罗LQ 阅读(27) 评论(0) 推荐(0)
摘要: ```xml ``` ![](https://img2023.cnblogs.com/blog/2171496/202306/2171496-20230608001550361-1306243414.png) 因为底层是按照 接口来进行装配的 阅读全文
posted @ 2023-06-08 00:16 爱新觉罗LQ 阅读(17) 评论(0) 推荐(0)
摘要: # 高版本JDK无法使用 @Resource 注解解决方案 ## 1. 普通项目 下载 [javax.annotation-api-1.3.2.jar](https://repo1.maven.org/maven2/javax/annotation/javax.annotation-api/1.3. 阅读全文
posted @ 2023-06-07 18:53 爱新觉罗LQ 阅读(842) 评论(0) 推荐(0)
摘要: # 高版本 JDK Hibernate Validator 扩展注解 https://stackoverflow.com/questions/35986200/error-creating-bean-with-name-org-springframework-validation-beanvalid 阅读全文
posted @ 2023-06-05 21:15 爱新觉罗LQ 阅读(34) 评论(0) 推荐(0)
摘要: 添加快捷代码 语法: <base href="<%=request.getContextPath() + "/"%>"> <script type="text/javascript" src="script/jquery-3.6.0.min.js"></script> <script type="t 阅读全文
posted @ 2023-06-05 13:32 爱新觉罗LQ 阅读(62) 评论(0) 推荐(0)
摘要: # IDEA谷歌翻译使用 使用 Magic后,要设置代理 ![](https://img2023.cnblogs.com/blog/2171496/202305/2171496-20230528190204968-883026997.png) 阅读全文
posted @ 2023-05-28 19:02 爱新觉罗LQ 阅读(70) 评论(0) 推荐(0)
摘要: 文本处理 https://yuanliao.info/d/4174 阅读全文
posted @ 2023-04-21 13:53 爱新觉罗LQ 阅读(16) 评论(0) 推荐(0)
摘要: 数据结构绘图 1. 树 1.1 层次遍历 https://binary-tree-visualizer.vercel.app/ 输入格式 [5, 4, 6, null, null, 3, 7] [4, 3, 6, null, null, 5, 7,null, null, null, 8] 1.2 H 阅读全文
posted @ 2023-04-21 13:52 爱新觉罗LQ 阅读(183) 评论(0) 推荐(0)
摘要: Mermaid 学习 1. 指导文档 https://mermaid.js.org/intro/n00b-syntaxReference.html 2. 画图模板 2.1 流程图 flowchart LR A[Hard] -->|Text| B(Round) B --> C{Decision} C 阅读全文
posted @ 2023-04-05 15:55 爱新觉罗LQ 阅读(219) 评论(0) 推荐(0)