1、常见问题
1.1 tomcat以服务方式运行,无法下载带中文的文件
如:
- http://test.org.cn/admin/file/download?name=模版.xlsx
-
http://test.org.cn/admin/static/file/模版.xlsx
解决方案:
修改tomcat中的daemon.sh
加一行:export LANG=zh_CN.UTF-8
重启应用后恢复正常
locale #查看服务器编码
如:
修改tomcat中的daemon.sh
加一行:export LANG=zh_CN.UTF-8
重启应用后恢复正常
locale #查看服务器编码