03 2022 档案

摘要:如果是post请求,比如说ajax或者是提交表单,出现中文乱码问题。 在web.xml中添加如下配置: 1 <filter> 2 <filter-name>CharacterEncodingFilter</filter-name> 3 <filter-class>org.springframewor 阅读全文
posted @ 2022-03-17 16:06 SharpL 阅读(103) 评论(0) 推荐(0)
摘要:Spring MVC中配置多个Servlet时,IDEA报错,如下: The content of element type "web-app" must match "(icon ,display-name ,description ,distributable ,context-param*,f 阅读全文
posted @ 2022-03-15 12:06 SharpL 阅读(799) 评论(0) 推荐(0)