随笔分类 -  springmvc

摘要:前两天做一个项目还好好的,今天突然报出这个错误 cvc-complex-type.2.4.c: The matching wildcard is strict, but no declaration can be found for element 'mvc:annotation-driven' 应 阅读全文
posted @ 2016-05-15 16:33 kk_kk 阅读(7813) 评论(0) 推荐(1)
摘要:post乱码: 在web.xml添加post乱码filter: 以上可以解决post请求乱码问题。 对于get请求中文参数出现乱码解决方法有两个: 修改tomcat配置文件添加编码与工程编码一致,如下: <Connector URIEncoding="utf-8" connectionTimeout 阅读全文
posted @ 2016-05-14 18:43 kk_kk 阅读(303) 评论(0) 推荐(0)
摘要:上述两段代码,其中/editItems.action 服务器正常访问。 但/editItemsSubmit.action 报404错误。 检查了半天路径,但是也没发现有什么错误。 就又写了一个/test.action作为对比用: 结果也是正常访问。 于是把错误定位在了参数 itemsCustom上。 阅读全文
posted @ 2016-05-14 18:37 kk_kk 阅读(231) 评论(0) 推荐(0)