# 公告

![](https://github.com/Nixum/Java-Note/raw/master/picture/cover_book.jpg)<br>

为了更好的阅读体验，可前往 [个人bolg](http://nixum.cc)、[gitbook](https://nixum.gitbook.io/note/readme)

## 目录

### Java

* Java SE
* JUC
* Java IO
* JVM

### Go

* Go SE
* Go Goroutine和GC
* Go Context和Channel
* Go Sync

### 框架

* Spring
* SpringMVC
* MyBatis
* Gin

### 数据存储

* MySQL
* MongoDB
* Redis

### 微服务与云原生

* Kubernetes
* 容器
* etcd 与 ZooKeeper
* 微服务
* 分布式相关
* RPC与异步设计
* 其他

### 消息队列

* 消息队列基本原理

### 计算机网络

* 网络

### 操作系统

* 操作系统

### 设计模式

* 设计模式

### 工具

* git
* UML图


---

# 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://nixum.gitbook.io/note/readme.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.
