Skip to content

Commit a04d4b8

Browse files
Update Servlet.md
1 parent 79f24ab commit a04d4b8

File tree

1 file changed

+15
-2
lines changed

1 file changed

+15
-2
lines changed

Servlet.md

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,17 @@
1-
### Servlet
1+
## Servlet
2+
3+
* [1.Servlet的生命周期?](#1servlet的生命周期)
4+
* [2.Servlet和JSP的区别?](#2servlet和jsp的区别)
5+
* [3.Servlet的基本架构](#3servlet的基本架构)
6+
* [4.什么情况下调用doGet()和doPost()?](#4什么情况下调用doget和dopost)
7+
* [5.页面间对象传递的方法](#5页面间对象传递的方法)
8+
* [6.四种会话跟踪技术](#6四种会话跟踪技术)
9+
* [7.Request对象的主要方法](#7request对象的主要方法)
10+
* [8.如何配置Servlet的初始化参数?](#8如何配置servlet的初始化参数)
11+
* [9.如何读取Servlet的初始化参数?](#9如何读取servlet的初始化参数)
12+
* [10.init(ServletConfig)方法执行次数](#10initservletconfig方法执行次数)
13+
* [11.init(ServletConfig)方法与异常](#11initservletconfig方法与异常)
14+
* [参考链接](#参考链接)
215

316
#### 1.Servlet的生命周期?
417

@@ -144,4 +157,4 @@ removeAttribute(String name):删除请求中的一个属性
144157

145158
https://blog.csdn.net/hipilee/article/details/78743087
146159

147-
https://blog.csdn.net/Jeff_Seid/article/details/80761076
160+
https://blog.csdn.net/Jeff_Seid/article/details/80761076

0 commit comments

Comments
 (0)