上一页 1 ··· 6 7 8 9 10 11 12 13 14 ··· 72 下一页
该文被密码保护。 阅读全文
posted @ 2022-04-03 10:07 xkfx 阅读(0) 评论(0) 推荐(0) 编辑
摘要: 背景 简化版错误日志: [WARN]SqlExceptionHelper : SQL Error: 1366, SQLState: HY000 [ERROR]SqlExceptionHelper : Incorrect string value: '\xE5\xB0\xBC\xE7\x8E\x9B' 阅读全文
posted @ 2022-03-21 00:25 xkfx 阅读(585) 评论(0) 推荐(0) 编辑
摘要: https://docs.spring.io/spring-framework/docs/current/reference/html/web.html#mvc-ann-controller 1.3.1. Declaration 您可以通过在Servlet的WebApplicationContext 阅读全文
posted @ 2022-03-19 11:15 xkfx 阅读(31) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2022-03-16 19:39 xkfx 阅读(0) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2022-03-16 00:12 xkfx 阅读(0) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2022-03-14 20:15 xkfx 阅读(0) 评论(0) 推荐(0) 编辑
摘要: 饮水思源:https://spring.io/guides/gs/accessing-data-mysql/ ①通过https://start.spring.io/创建项目,添加Spring Web, Spring Data JPA, 和MySQL Driver这三个依赖。 ②创建数据库 打开命令行 阅读全文
posted @ 2022-03-13 22:02 xkfx 阅读(249) 评论(0) 推荐(0) 编辑
摘要: BUG来源 根据https://spring.io/guides/gs/accessing-data-mysql/进行操作, 照抄教程中的: spring.datasource.driver-class-name =com.mysql.jdbc.Driver mvn package成功,IDEA运行 阅读全文
posted @ 2022-03-13 17:02 xkfx 阅读(1427) 评论(0) 推荐(0) 编辑
摘要: 主要译自: https://docs.spring.io/spring-data/jdbc/docs/current/reference/html/#repositories https://docs.spring.io/spring-data/jdbc/docs/current/reference 阅读全文
posted @ 2022-03-12 15:16 xkfx 阅读(725) 评论(0) 推荐(0) 编辑
摘要: 饮水思源:https://www.bilibili.com/video/BV1vW411M7zp?spm_id_from=333.337.search-card.all.click 一、JDBC JDBC只是一组规范、接口,具体实现都是由各个数据库厂商提供的。我们只需添加对应厂商提供的“数据库驱动类 阅读全文
posted @ 2022-03-12 09:28 xkfx 阅读(171) 评论(0) 推荐(0) 编辑
上一页 1 ··· 6 7 8 9 10 11 12 13 14 ··· 72 下一页