# Introduce

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

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

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