zoukankan      html  css  js  c++  java
  • Intellij Idea乱码解决方案

    乱码场景

    使用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
  • 相关阅读:
    黑色边影,
    拉伸的代码,
    一定是selection的原因啊,要不然呢,
    status bar的差别,
    黄色,
    域名错了,
    node=day4
    PS切片
    移动端插件IScroll.js
    移动web资源概论
  • 原文地址:https://www.cnblogs.com/zheting/p/7745557.html
Copyright © 2011-2022 走看看