IDEA启动tomcat乱码

1、找到IDEA安装目录

IDEA启动tomcat乱码

2、找到2个文件

IDEA启动tomcat乱码

3、编辑,在最后一行加入 -Dfile.encoding=UTF-8

IDEA启动tomcat乱码

4、修改IDEA里tomcat内得编码

IDEA启动tomcat乱码

5、修改IDEA中tomcat中,startup/connection中得编码

IDEA启动tomcat乱码

6、为了防止tomcat传输中得中文乱码,修改tomcat编码

IDEA启动tomcat乱码

总结:这样基本上,新建项目及测试时候得基础编码都不会乱了。

上一篇:条款38 通过复合塑膜出has-a或"依据某物实现"


下一篇:effective c++ 条款3 use const whereever you can