# 学习碎片

- [Golang](https://gists.lanlance.cn/cs/go.md)
- [Java](https://gists.lanlance.cn/cs/java.md)
- [Python](https://gists.lanlance.cn/cs/py.md)
- [C++](https://gists.lanlance.cn/cs/cpp.md)
- [Rust](https://gists.lanlance.cn/cs/rust.md)
- [计算机网络](https://gists.lanlance.cn/cs/cn.md)
- [操作系统与 Linux](https://gists.lanlance.cn/cs/os.md)
- [数据存储](https://gists.lanlance.cn/cs/storage.md)
- [消息队列](https://gists.lanlance.cn/cs/mq.md)
- [分布式系统](https://gists.lanlance.cn/cs/distributed.md)
- [云原生与 DevOps](https://gists.lanlance.cn/cs/devops.md)
- [网络安全](https://gists.lanlance.cn/cs/sc.md)
- [数据结构与算法](https://gists.lanlance.cn/cs/al.md)
- [业务场景](https://gists.lanlance.cn/cs/scene.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://gists.lanlance.cn/cs.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.
