码迷,mamicode.com
首页 > 其他好文 > 详细

IntelliJ IDEA使用总结篇

时间:2015-07-09 17:43:37      阅读:144      评论:0      收藏:0      [点我收藏+]

标签:

解决控制台中文乱码的问题:

1、windows下改intellij安装目录下bin\idea.exe.vmoptions文件

加上 -Dfile.encoding=UT

 

2、设置IDEA server 的编码如下保持一致:

tomcat server -- >server->VM options

设置 VM options 为 -Dfile.encoding=UTF-8  如下图

 

IntelliJ IDEA使用总结篇

标签:

原文地址:http://www.cnblogs.com/hubing/p/4633594.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!