> For the complete documentation index, see [llms.txt](https://yunzhao.gitbook.io/notes/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://yunzhao.gitbook.io/notes/master.md).

# 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)
