标签:style color os 文件 数据 ar art 问题 div
1、首先数据库的编码设置为UTF-8
2、项目的编码也要设置为UTF-8
假设数据保存到数据库的时候还有乱码 就要改动openfire配置文件
在openfire主文件夹\conf\openfire.xml 改动相关配置
把 <serverURL>jdbc:mysql://localhost:3306/openfire</serverURL>
改成 <serverURL>jdbc:mysql://localhost:3306/openfire?useUnicode=true&characterEncoding=utf8</serverURL>
然后又一次执行项目,发现数据库已正常显示中文,而不是乱码。
标签:style color os 文件 数据 ar art 问题 div
原文地址:http://www.cnblogs.com/hrhguanli/p/3932720.html