08 2021 档案
摘要:1.mysql 连接错误The server time zone value '?????????±?????????±???¤' is unrecognized or represents more than one time zone. You must configure either the
阅读全文
摘要:出现乱码的原因有可能有很多,在确保项目的配置文件和静态页面都配置了字符集为utf-8,还是乱码时,那就是tomcat或idea本身配置有问题了。 解决方法:把项目部署到tomcat时,在 VM options项填入 -Dfile.encoding-utf-8 即可。
阅读全文