Skip to content

Commit eed7d15

Browse files
authored
Update J2EE基础知识.md
1 parent cc3360d commit eed7d15

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Java相关/J2EE基础知识.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838

3939
3,需要重复编写处理网络协议的代码以及编码,这些工作都是非常耗时的。
4040

41-
### Servlet的优点
41+
### Servlet的优点:
4242

4343
1,只需要启动一个操作系统进程以及加载一个JVM,大大降低了系统的开销
4444

@@ -235,7 +235,7 @@ JSP中的四种作用域包括page、request、session和application,具体来
235235

236236
说明:如果将JSP或Servlet设置成单线程工作模式,会导致每个请求创建一个Servlet实例,这种实践将导致严重的性能问题(服务器的内存压力很大,还会导致频繁的垃圾回收),所以通常情况下并不会这么做。
237237

238-
##实现会话跟踪的技术有哪些
238+
## 实现会话跟踪的技术有哪些
239239
1. **使用Cookie**
240240

241241
向客户端发送Cookie

0 commit comments

Comments
 (0)