- 博客(5)
- 收藏
- 关注
转载 特殊注解TODO,FIXME,XXX
TODO + 说明: 如果代码中有该注释,说明在该注释处有功能代码待编写,待实现的功能在说明中会简略说明。 FIXME + 说明: 如果代码中有该注释,说明该注释处代码需要修正,甚至代码是错误的,不能工作,需要修复,如何修正会在说明中简略说明。 该处的注释在eclipse中的error tap中可以看到。 XXX + 说明: 如果代码中有该注释,说明注释处代码虽然实现了功能,但是实现的方法有待商榷...
2019-04-18 10:00:31 220
原创 [mysql时区错误]The server time zone value 'Öйú±ê׼ʱ¼ä' is unrecognized or represents more than one tim
java.sql.SQLException: The server time zone value 'Öйú±ê׼ʱ¼ä' is unrecognized or represents more than one time zone. You must configure either the server or JDBC driver (via the serverTimezone con...
2019-02-24 12:46:09 411
原创 【mysql驱动程序类加载错误】`com.mysql.jdbc.Driver'和 `com.mysql.cj.jdbc.Driver'
Loading class ’com.mysql.jdbc.Driver’. This is deprecated. The new driver class is `com.mysql.cj.jdbc.Driver’. The driver is automatically registered via the SPI and manual loading of the driver class...
2019-02-24 12:02:13 9084 1
原创 【连接MySQL】java.sql.SQLException: Unable to load authentication plugin 'caching_sha2_password'.
因为SQL8.0以后改变了身份验证插件,验证方式由mysql_native_password变为caching_sha2_password,打开 my.ini (或者my.cofg) 可以看到变更了 5.7及其以前的方式 解决方法 进入MySQL以后 ...
2019-02-24 11:44:42 699
原创 SpringBoot资源文件属性配置,FileNotFoundException: class path resource [resources.properties] cannot be open
在配置时候报错: 2019-01-07 19:40:45.383 INFO 19556 --- [ restartedMain] com.imooc.ImoocApplication : Starting ImoocApplication on DESKTOP-MRBV0P3 with PID 19556 (H:\workspace_sts\imooc-sprin...
2019-01-07 20:31:24 5084
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人