美文网首页
mysql,idea 调试出现中文乱码

mysql,idea 调试出现中文乱码

作者: boboniao | 来源:发表于2017-04-19 12:50 被阅读0次

    调试的时候出现了中文乱码 形如 “口口”,

    Paste_Image.png

    然后先看数据库,mysql这边的确出现了中文乱码

    设置字符集

    [client]
    default-character-set=utf8
    
    [mysql]
    default-character-set=utf8
    
    [mysqld]
    collation-server = utf8_unicode_ci
    init-connect='SET NAMES utf8'
    character-set-server = utf8```
    
    mysql client 端能够正常显示
    
    ![Paste_Image.png](https://img.haomeiwen.com/i5629531/9f98bd3cf2584e1e.png?imageMogr2/auto-orient/strip%7CimageView2/2/w/1240)
    
    但是idea还是有这个问题。估计是idea配置有关。查看以后全部都配置成utf8.仍然有这个问题。。。参照网上
    在Run/Debug Configuration里面添加-Dfile-encoding=UTF-8
    
    ![](https://img.haomeiwen.com/i5629531/5ebb35b85e8c99c9.png?imageMogr2/auto-orient/strip%7CimageView2/2/w/1240)
    
    
    还是不行,我都打算重装了。
    然后看见网上说可能是Font的问题。
    
    ![Paste_Image.png](https://img.haomeiwen.com/i5629531/48ac9ccf7c863f94.png?imageMogr2/auto-orient/strip%7CimageView2/2/w/1240)
    
    好了,终于出来了,好家伙
    
    ![Paste_Image.png](https://img.haomeiwen.com/i5629531/bf4094635382bf6a.png?imageMogr2/auto-orient/strip%7CimageView2/2/w/1240)
    
    
    
    
    
    
    
    
    

    相关文章

      网友评论

          本文标题:mysql,idea 调试出现中文乱码

          本文链接:https://www.haomeiwen.com/subject/tmbczttx.html