Daily errors about log encoding and web page garbled characters
错误一:
在使用Maven时,启动插件Tomcat在控制台输出日志中中文汉字乱码
乱码如下:
改为GBK即解决;
错误二:
如上 在网页上出现中文乱码,是在jsp页面缺少头部文件
添加头部文件即可解决
错误三:
在springMVC的controller 中的参数和返回值是 必须包含 Model 参数 和 返回值必须为String类型的
错误四:
在Maven项目整合中的web.xml中指定spring配置文件的路径时,必须指定到service中的applicationContext_service.xml
applicationContext_service.xml 中需要指定到applicationContext_dao.xml