首页 > 其他 > 详细

Intellij Idea乱码解决方案

时间:2017-10-27 23:33:56      阅读:346      评论:0      收藏:0      [点我收藏+]

乱码场景

使用Intellij Idea经常遇到乱码问题,可以总结为以下几类乱码的场景。

1、工程代码乱码。

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

3、tomcat运行,控制台乱码。

解决方案

1、工程代码乱码

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

       技术分享
2、main方法运行,控制台乱码

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

      技术分享
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

作者:架构之路
链接:http://www.jianshu.com/p/840d31a141ca

Intellij Idea乱码解决方案

原文:http://www.cnblogs.com/zheting/p/7745557.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!