servlet jsp和springmvc中的servlet mvc初学指南这本书怎么样

商品名称:
评价得分:
此评价对我
此评价对我
此评价对我
此评价对我
此评价对我
此评价对我
此评价对我
此评价对我
此评价对我
此评价对我
此评价对我
此评价对我
此评价对我
此评价对我
此评价对我
此评价对我
此评价对我
此评价对我
此评价对我
此评价对我
多品类齐全,轻松购物
快多仓直发,极速配送
好正品行货,精致服务
省天天低价,畅选无忧孔夫子旧书网该图书“Servlet.JSP和Spring MVC初学指南”已经找不到了, 还有其他店铺销售此图书。Copyright(C)
孔夫子旧书网
京ICP证041501号
海淀分局备案编号Servlet、JSP和Spring MVC初学指南-图书 - 异步社区
电子 + 纸质
第3章 JavaServer Pages(JSP)
第4章 表达式语言
第5章 JSTL
第6章 自定义标签
第7章 标签文件
第8章 监听器
第9章 Filters
第10章 修饰Requests及Responses
第11章 异步处理
第12章 安全
第13章 部署
第14章 动态加载及Servlet容器加载器
第二部分 Spring MVC
第15章 Spring框架
第16章 模型2和MVC模式
第17章 Spring MVC介绍
第18章 基于注解的控制器
第19章 数据绑定和表单标签库
第20章 转换器和格式化
第21章 验证器
第22章 国际化
第23章 上传文件
第24章 下载文件
附录A Tomcat
附录B Web Annotations
附录C SSL证书
欢迎来到异步社区!
&&& 行数:22,27
&&& 印次: 1
&&& 修订印次: 4
22行init、Service和destroy是生命周期方法。27行Service,每当请求Servlet时,Servlet容器就会调用这个方法。这两处 Service 都应为 service&
&&& 行数:12
&&& 印次: 1
&&& 修订印次: 4
这个init方法不带参数。
&&& 行数:1
&&& 印次: 1
&&& 修订印次: 4
HttpSession getSession(boolean create)返回与这个请求相关的会话对象。如果有,并且 create 参数为 True,将创建一个新的会话对象参考Java EE手册:HttpSession getSession(boolean create)Returns the current HttpSession associated with this request or, if there is no current session and create is true, returns a new session.If create is false and the request has no valid HttpSession, this method returns null.书里的意思和手册上的说法,完全不对!
&&& 行数:8
&&& 印次: 1
&&& 修订印次: 4
getSession(false)返回当前HttpSession,如果当前存在,则返回null。此处“存在”应为“不存在”参考Java EE手册HttpSession getSession(boolean create)Returns the current HttpSession associated with this request or, if there is no current session and create is true, returns a new session.If create is false and the request has no valid HttpSession, this method returns null.
&&& 行数:6
&&& 印次: 2
&&& 修订印次: 5
清单3.7中 代码部分return new java.util.Date(); 错误,返回类型不符应为return new java.util.Date().toString();
配套文件下载
(220 次下载)
电子书版本
¥95.00¥74.10
¥49.00¥38.22
纸质版+电子书
¥69.00¥53.82
¥39.00¥30.42
纸质版+电子书
¥49.00¥38.22
纸质版+电子书
谁在看这本书

我要回帖

更多关于 servlet与springmvc 的文章

 

随机推荐