# 理论概念

- [01 Java Servlet](https://chanshiyu.gitbook.io/blog/hou-duan/li-lun-gai-nian/01-java-servlet.md)
- [02 Java 服务端分层模型](https://chanshiyu.gitbook.io/blog/hou-duan/li-lun-gai-nian/02java-fu-wu-duan-fen-ceng-mo-xing.md)
- [03 经典排序算法](https://chanshiyu.gitbook.io/blog/hou-duan/li-lun-gai-nian/03-jing-dian-pai-xu-suan-fa.md)
- [04 LRU 缓存淘汰算法](https://chanshiyu.gitbook.io/blog/hou-duan/li-lun-gai-nian/04lru-huan-cun-tao-tai-suan-fa.md)
- [05 BloomFilter 判断元素存在](https://chanshiyu.gitbook.io/blog/hou-duan/li-lun-gai-nian/05bloomfilter-pan-duan-yuan-su-cun-zai.md)
- [06 Java HashMap 面试大全](https://chanshiyu.gitbook.io/blog/hou-duan/li-lun-gai-nian/06javahashmap-mian-shi-da-quan.md)
- [07 HTTP 状态码详解](https://chanshiyu.gitbook.io/blog/hou-duan/li-lun-gai-nian/07http-zhuang-tai-ma-xiang-jie.md)
- [08 Cookie 和 Session](https://chanshiyu.gitbook.io/blog/hou-duan/li-lun-gai-nian/08cookie-he-session.md)
- [09 基于消息队列的分布式事务解决方案](https://chanshiyu.gitbook.io/blog/hou-duan/li-lun-gai-nian/09-ji-yu-xiao-xi-dui-lie-de-fen-bu-shi-shi-wu-jie-jue-fang-an.md)
- [10 微服务之所见](https://chanshiyu.gitbook.io/blog/hou-duan/li-lun-gai-nian/10-wei-fu-wu-zhi-suo-jian.md)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://chanshiyu.gitbook.io/blog/hou-duan/li-lun-gai-nian.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
