2015年9月22日

摘要: Servlet 2.5进行上传 首先对表单的要求 ->method ="post" ->enctype="multipart/form-data" 默认值是"application/x-www-urlencoded" -> 对Servlet的要求 因为是多部件 所以对于request.getP... 阅读全文
posted @ 2015-09-22 22:40 搬砖中 阅读(91) 评论(0) 推荐(0) 编辑
摘要: Servlet 3.0 实现了对异步处理的支持通过利用注解@WebServlet(urlPatterns="/AServlet" AysnsSupported=true) 让后new一个上下文对象 代码如下 AsyncContext ac= request.startAysnc(request,... 阅读全文
posted @ 2015-09-22 22:39 搬砖中 阅读(169) 评论(0) 推荐(0) 编辑

导航