上一页 1 ··· 26 27 28 29 30
摘要: Loading class `com.mysql.jdbc.Driver'. This is deprecated. The new driver class is `com.mysql.cj.jdbc.Driver'. The driver is autom... 阅读全文
posted @ 2022-10-04 00:13 IT情深 阅读(845) 评论(0) 推荐(0)
摘要: 性能 hikariCP>druid>tomcat-jdbc>proxool>dbcp>c3p0hikariCP 的性能十分优异,号称java平台最快的数据库连接池。hikariCP在并发较高的情况下,性能基本上没有下降。从字节码的维度优化代码。让方法尽量在35... 阅读全文
posted @ 2022-10-04 00:13 IT情深 阅读(319) 评论(0) 推荐(0)
摘要: Spring Boot 对静态资源映射提供了默认配置, 默认将 /** 所有访问映射到以下目录: classpath:/staticclasspath:/publicclasspath:/resourcesclasspath:/META-INF/resourc... 阅读全文
posted @ 2022-10-04 00:13 IT情深 阅读(1855) 评论(0) 推荐(0)
摘要: MySQL无法启动报 Error: could not open single-table tablespace file ./mysql/innodb_table_sta 从错误日志可以看出来是innodb引擎出了问题,在mysql的配置文件my.ini里找... 阅读全文
posted @ 2022-10-04 00:13 IT情深 阅读(276) 评论(0) 推荐(0)
上一页 1 ··· 26 27 28 29 30