编辑器的那些问题

修改编辑器

IDEA启动Tomcat中文乱码

1
2
3
4
5
6
7
# 排除Tomcat本身乱码问题
# 修改D:\JetBrains\IntelliJ IDEA\bin下的
idea.exe.vmoptions
idea64.exe.vmoptions

# 添加
-Dfile.encoding=UTF-8

IDEA重复代码

1
2
File >> Settings >> Editor >> Inspections >> General >> Duplicated Code
# 取消打勾