总是描述:

刚有一个项目,项目中有好多配置文件是.properties格式的,每次输入中文保存后,MyEclipse就会自动将中文转为/xxxxx形式的uncode码,倒不影响程序运行,但是查看的时候挺麻烦的.

 

解决方法:

修改MyEclipse的.properties文件的打开方式.方法如下:

Windows->Preferences->General->Editors->File Associations,找到*.properties,发现它的默认打开方式是MyEclipse Properties Editor,改成Properties File Editor后保存,问题解决.

MyEclipse对.properties文件的自动转码问题

相关文章:

  • 2021-10-04
  • 2021-12-08
  • 2021-12-07
  • 2021-05-21
  • 2021-10-12
  • 2021-07-03
  • 2022-01-17
猜你喜欢
  • 2022-12-23
  • 2021-11-06
  • 2021-05-20
  • 2021-12-09
  • 2021-10-25
  • 2022-02-09
  • 2022-12-23
相关资源
相似解决方案