> For the complete documentation index, see [llms.txt](https://book.funcd.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://book.funcd.org/wen-zhang/posts/tech.md).

# 技术

这里放动手做过的东西：能复现的步骤、踩过的坑、以及"当时为什么这么选"的记录。

## 文章列表

{% content-ref url="/pages/xjcxoGqEFupEPqky5MEH" %}
[用 GitBook + Git 搭建个人博客](/wen-zhang/posts/tech/gitbook-blog-setup.md)
{% endcontent-ref %}

## 写技术文章的自检清单

发布前对照一遍，能挡掉大部分"三个月后自己都看不懂"的问题：

* [ ] 开头交代了**背景和目标**，而不是直接甩命令
* [ ] 环境信息写全了：系统 / 语言 / 关键依赖的**版本号**
* [ ] 报错贴的是**原文**，不是转述
* [ ] 命令可以直接复制执行，没有省略号和"改成你自己的路径"式的模糊表述
* [ ] 有结论段：最终怎么解决的，以及**为什么**是这个方案
* [ ] 如果是绕过而非根治，明确写清楚"这只是 workaround"

模板见 [文章模板](/xie-zuo-gui-fan/post-template.md)。


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://book.funcd.org/wen-zhang/posts/tech.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
