使用Intellij Idea经常遇到的三种乱码问题:

1、工程代码乱码

2、main方法运行,控制台乱码

3、tomcat运行,控制台乱码

解决方案:

1.工程代码乱码

Settings > Editor > File Encodings > Global Encodings & Project Encodings 设置为:UTF-8

基于Intellij Idea乱码的解决方法

2.main方法运行,控制台乱码

Settings > Build, Execution, Deployment > Compiler > Java Compiler > Additional command line parameters > 设置为:-encoding utf-8

基于Intellij Idea乱码的解决方法

3.tomcat运行,控制台乱码

 Edit Configurations > Tomcat Server > server > VM options > 设置为:-Dfile.encoding=UTF-8

idea > bin > idea.exe.vmoptions或者idea64.exe.vmoptions 配置文件末尾添加:-Dfile.encoding=UTF-8

相关文章:

  • 2022-12-23
  • 2021-10-19
  • 2021-07-07
  • 2021-10-31
  • 2021-12-05
  • 2022-12-23
  • 2021-06-26
猜你喜欢
  • 2021-08-17
  • 2021-09-20
  • 2021-09-13
  • 2022-01-20
  • 2021-12-17
  • 2022-01-19
相关资源
相似解决方案