
SpringMvc
Hi,all
持续学习中...
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
使用Mybatis框架进行批量更新(update)数据操作时报错:Translating SQLException with SQL state '42000', error code '1064',
报错信息: DEBUG [http-nio-8080-exec-8] - Translating SQLException with SQL state '42000', error code '1064', message [You have an error in your SQL syntax; check the manual that corresponds to your MySQL...原创 2018-09-25 15:22:16 · 3118 阅读 · 0 评论 -
Failed to load resource: the server responded with a status of 406 (Not Acceptable)
错误描述: 1.在springMVC里面。请求ajax,响应406错误。百分之九十的可能是没有把jackson包加进来。 因为使用@ResponseBody 注解不加jackson包,报406错误。 排错:maven依赖的有jackson包 2.为什么还要报406错误? 百分之十的原因是请求的后缀是 *.html 在springMVC里面如果请求的后缀是*.html。是不可以响...原创 2018-10-11 10:59:57 · 3503 阅读 · 0 评论