摘要: 2023-09-14 web.xml <!--设置编码格式,解决字符乱码--> <filter> <filter-name>CharacterEncodingFilter</filter-name> <filter-class>org.springframework.web.filter.Chara 阅读全文
posted @ 2023-09-14 21:22 努力是一种常态 阅读(24) 评论(0) 推荐(0) 编辑
摘要: 2023-09-14 web.xml <!DOCTYPE web-app PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN" "http://java.sun.com/dtd/web-app_2_3.dtd" > <web- 阅读全文
posted @ 2023-09-14 18:40 努力是一种常态 阅读(53) 评论(0) 推荐(0) 编辑
摘要: 2023-09-14 spring-jdbc.xml <?xml version="1.0" encoding="UTF-8"?> <beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3. 阅读全文
posted @ 2023-09-14 15:23 努力是一种常态 阅读(96) 评论(0) 推荐(0) 编辑