
springmvc
帕吉之怒
这个作者很懒,什么都没留下…
展开
-
SpringMVC学习笔记
预备知识http升级为WebSocket支持双向通信,服务器可以主动发起同客户端的通话。HTTP请求包含三个部分: 1.方法-URI-版本 2.请求头信息 3.请求正文示例: 1.请求方法为POST, URI为/example/default.jsp,协议版本为HTTP/1.1 2.HTTP请求头信息包含关于客户端环境以及实体内容等非常有用的信息,例如浏览器语言,实体内容长度等。每个hea翻译 2017-07-06 15:27:40 · 485 阅读 · 0 评论 -
Maven项目下update maven后 class org.springframework.web.context.ContextLoaderListener
https://www.cnblogs.com/aisam/articles/4686362.html很实用。问题背景:工程为maven工程,ContextLoaderListener类位于spring-web-3.1.0.RELEASE.jar包中。检查了maven的pom.xml,依赖引入正常。在工程Maven Dependencies视图中也能看到spring-web-3.1.0.RELEA...转载 2018-03-27 16:19:26 · 192 阅读 · 0 评论 -
ajax发送form表单报错400The request sent by the client was syntactically incorrect
因为后台model的对象里面是int类型,要改成Integer,而且get/set方法也要改为Integer类型原创 2018-04-28 20:25:59 · 454 阅读 · 0 评论