-
HTTP协议
- HTTP协议概念
- HTTP请求的格式
- HTTP响应的格式
- HTTP协议特点
-
Servlet中常用的对象
-
ServletRequest对象 - HttpServletRequest对象
- 基本概念
- HttpServletRequest对象的生命周期
- 常用方法
- 代码实现
- ServletResponse对象
- HttpServletResponse对象
- ServletConfig对象
- ServletContext对象
- 常见对象总结
-
请求转发和重定向
-
请求转发
- 转发的概述
- 转发的特点
- 转发的实现
- 案例
- 重定向
- 重定向概述
- 重定向的特点
- 重定向的实现
- 案例
- 转发和重定向的总结
-
Servlet线程安全 -
状态管理 -
Cookie技术
-
Cookie概念 - Cookie相关方法
- Cookie的生命周期
- Cookie的路径问题
- 案例
-
HttpSession技术
-
HttpSession概念 - HttpSession相关方法
- HttpSession实现原理
- HttpSession的生命周期
- ?HttpSession的特点
- 案例
-
HttpSession与Cookie总结 -
注解开发
少则得,多则惑.? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? -------《道德经》
????
总图
1.HTTP协议
2.Servlet中常用的对象
?
3.请求转发和重定向
?
4.Servlet线程安全
?
5.状态管理
?
6.Cookie技术
?
7.HttpSession技术
?
8.HttpSession与Cookie总结
?
9.注解开发
?
|