摘要:
配置文件中Unicode码问题 安装插件 1、下载插件 PropertiesEditor 6.0.5 2.将下载的文件放在eclipse的安装目录的dropins文件夹下 3.重启eclipse 4.将配置文件的打开方式设置为Properties Editor打开 5.右击配置文件 阅读全文
摘要:
借用一下:https://jingyan.baidu.com/article/2009576193ee38cb0721b416.html 阅读全文
摘要:
1.将eclipse设置编码方式为UTF-8格式 Window→Preferences→General→WorkSpace→Text file encoding 2.将jsp页面设置为UTF-8 3.Tomcat服务器server.xml中设置UTF-8编码 添加这些 useBodyEncoding 阅读全文