转载请注明出处:
http://qiudeqing.com/java_web/2024/11/06/2017-05-07-imooc-happymmall.html
第二章 开发环境安装与配置讲解
2-1 linux软件源配置与学习建议
环境部署学习建议
- Linux权限管理之基本权限: http://www.imooc.com/learn/481
- Linux软件安装管理: http://www.imooc.com/learn/447
- Linux达人养成计划: http://www.imooc.com/learn/175
- Linux服务管理: http://www.imooc.com/learn/537
- 学习iptables防火墙: http://www.imooc.com/learn/389
- git: http://www.imooc.com/learn/208
- Tomcat基础: http://www.imooc.com/learn/166
- Maven基础: http://www.imooc.com/learn/443
- mysql基础: http://www.imooc.com/learn/122
2-6 tomcat安装讲解
配置UTF-8字符集
- 进入tomcat安装的conf文件夹编辑server.xml
- 找到配置8080默认端口的位置,在xml节点末尾增加
URIEncoding="UTF-8"
参考资料