出现docker: out of memory bug ,内存溢出 解决方法: free -mh 应该看一下内存 内存优化/买内存
**出现java.util.zip.ZipException: error in opening zip file ** 传输过程当中WAR包损坏 查看代码改变状况与传输状况 备注一点的就是:尽可能不要使用IDEA的全局搜索(IDEA的全局搜索常常不知所措的删除一些代码,垃圾)
init datasource errorCommunications link failureThe last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server. 大几率是数据库配置有问题,很大可能就是数据库url配置的问题,对于数据库url要仔细检查
Uncaught TypeError: Cannot read property '0' of undefinedprovisional headers are shown 很大可能也是数据库的缘由
The error occurred while executing a query:要具体看到query语句windows上是默认表不区分大小写,linux默认表区分大小写,这个坑要记得。
init datasource errorjava.sql.SQLNonTransientConnectionException: Public Key Retrieval is not allowedat com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:110) mysql8须要在链接的url字符串后加:allowPublicKeyRetrieval=true