# Introduce

* GitBook地址：<https://yunzhao.gitbook.io/notes/>
* GitHub 地址：<https://github.com/StoneYunZhao>

由于作为笔记用，一个技术点在工作、学习过程中会不断增补。目录如下：

* [**开源贡献**](/notes/open-source-contribution.md)：对 Github 上某些项目提的 bug fix, feature 等。
  * [InfluxDB](/notes/open-source-contribution.md#influxdb)
  * [InfluxDB Document](/notes/open-source-contribution.md#influxdb-document)
  * [NSQ](/notes/open-source-contribution.md#nsq)
* **Go：**
  * [基本语法](/notes/go/grammar.md)
  * [系统库](/notes/go/system-library.md)
  * [《Concurrency in Go》](/notes/go/concurrency-in-go.md)
  * [The Go Memory Model](/notes/go/the-go-memory-model.md)
  * [代码片段](/notes/go/code-snippet.md)
* **Rust**
  * [《The Rust Programming Language》](/notes/rust/the-rust-programming-language.md)
  * [《Rust by Example》](/notes/rust/rust-by-example.md)
* **Java**：
  * [序言](/notes/java/preface.md)
  * [基本语法](/notes/java/grammar.md)
  * [JDK 类库](/notes/java/class-libraries.md)
  * [J.U.C](/notes/java/concurrency.md)
  * [JVM](/notes/java/jvm.md)
  * [Web 容器](/notes/java/web-container.md)
  * [Spring](/notes/java/spring.md)
  * [调优](/notes/java/tuning.md)
* **计算机科学**：
  * [计算机组成原理](/notes/computer-science/computer-organization.md)
  * [算法](/notes/computer-science/algorithm.md)
  * [网络协议](/notes/computer-science/network-protocol.md)
    * [《HTTP/2 in Action》](/notes/computer-science/network-protocol/http-2-in-action.md)
  * [操作系统](/notes/computer-science/linux.md)
  * [设计模式](/notes/computer-science/design-patterns.md)
  * [分布式系统](/notes/computer-science/distributed-system.md)
* **数据库**：
  * [InfluxDB](/notes/database/influxdb.md)
  * [MySQL](/notes/database/mysql.md)
  * [Redis](/notes/database/basic.md)
  * [Elasticsearch](/notes/database/elasticsearch.md)
  * [HBase](/notes/database/hbase.md)
  * [Kafka](/notes/database/kafka.md)
  * [ZooKeeper](/notes/database/zookeeper-1.md)
* **阅读**
  * [《Concurrency in Go》](/notes/go/concurrency-in-go.md)
  * [《HTTP/2 in Action》](/notes/computer-science/network-protocol/http-2-in-action.md)
  * [《RocketMQ 实战与原理解析》](/notes/reading/rocketmq.md)
  * [《演说之禅》](/notes/reading/yan-shuo-zhi-chan.md)
  * [《优秀到不能被忽视》](/notes/reading/so-good-they-cant-ignore-you.md)
  * [《学会提问》](/notes/reading/xue-hui-ti-wen.md)
  * [讲座](/notes/reading/lecture.md)
* **其它**：&#x20;
  * [Kubernetes](/notes/other/kubernetes.md)
  * [Git](/notes/other/git.md)
  * [Maven](/notes/other/maven.md)
  * [Conda](/notes/other/anaconda-and-conda.md)
  * [踩的坑](/notes/other/fuck-shit.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://yunzhao.gitbook.io/notes/master.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.
