摘要: Servlet技术 两条主线1、HTTP协议 2、Servlet生命周期 init() 方法中参数 ServletConfig 对象使用通过ServletConfig 获得 ServletContext对象 使用service方法 含有两个参数对象 ServletRequest ServletRes... 阅读全文
posted @ 2014-09-25 21:57 骄阳08 阅读(2042) 评论(0) 推荐(0) 编辑
摘要: 需要掌握的知识点:1、Servlet程序编写 ----- 生命周期2、ServletAPI Request Response 3、Cookie 和 Session Servlet 用来 动态web资源 开发静态web资源 : 固定数据文件动态web资源 : 通过程序动态生成数据文件 Servlet技... 阅读全文
posted @ 2014-09-25 13:58 骄阳08 阅读(557) 评论(0) 推荐(1) 编辑