欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页  >  IT编程

Intellij IDEA 最新乱码解决必杀技,建议收藏!

程序员文章站 2022-04-15 17:04:31
大家在使用 Intellij IDEA 的时候会经常遇到各种乱码问题,甚是烦扰。 栈长也偶尔会用下IDEA,也有一些解决乱码的经验,我给大家总结了以下几类乱码的场景,绝壁能帮你解决 IDEA 各种乱码问题。 常见乱码场景及解决方案 1、项目源代码中文乱码 Settings Editor File E ......

Intellij IDEA 最新乱码解决必杀技,建议收藏!

大家在使用 intellij idea 的时候会经常遇到各种乱码问题,甚是烦扰。

栈长也偶尔会用下idea,也有一些解决乱码的经验,我给大家总结了以下几类乱码的场景,绝壁能帮你解决 idea 各种乱码问题。

常见乱码场景及解决方案

1、项目源代码中文乱码

settings > editor > file encodings > global encodings & project encodings 设置为:utf-8

Intellij IDEA 最新乱码解决必杀技,建议收藏!

上面红色区域都统一设置一下。

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

settings > build, execution, deployment > compile > java compiler > additional command line parameters > 设置为:-encoding utf-8

Intellij IDEA 最新乱码解决必杀技,建议收藏!

3、tomcat运行,控制台中文乱码

edit configurations > tomcat server > server > vm options > 设置为:-dfile.encoding=utf-8

Intellij IDEA 最新乱码解决必杀技,建议收藏!

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

Intellij IDEA 最新乱码解决必杀技,建议收藏!

如果还乱码,继续往下设置。

idea > help 菜单 > edit custom vm options...菜单,编辑配置文件,在末尾添加:-dfile.encoding=utf-8

Intellij IDEA 最新乱码解决必杀技,建议收藏!
Intellij IDEA 最新乱码解决必杀技,建议收藏!

好了,今天的表演就到这了,倍儿爽,建议收藏+转发,日后绝对有用~

关注java技术栈微信公众号,栈长将继续分享 intellij idea 的实战教程,公众号第一时间推送,持续关注。

在java技术栈微信公众号后台回复:idea,获取栈长整理的更多的 intellij idea 教程,都是实战干货,以下仅为部分预览。

  • intellij idea 最常用配置详细图解
  • intellij idea 非常6的10个姿势
  • intellij idea 所有乱码解决方案
  • intellij idea 阅读源码的4个绝技
  • intellij idea debug调试技巧
  • ……

如果你喜欢 idea, 可以点击阅读原文链接加入我们的知识星球,我会经常在上面分享 idea 的使用小技巧,对 idea 有什么不懂的也可以在上面向我和大家提问。

推荐去我的博客阅读更多:

1.java jvm、集合、多线程、新特性系列教程

2.spring mvc、spring boot、spring cloud 系列教程

3.maven、git、eclipse、intellij idea 系列工具教程

4.java、后端、架构、阿里巴巴等大厂最新面试题

觉得不错,别忘了点赞+转发哦!