> For the complete documentation index, see [llms.txt](https://oneday.gitbook.io/onedaybook/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://oneday.gitbook.io/onedaybook/guan-yu-zhe-ge-bo-ke.md).

# 关于这个博客

**重要通知**：此博客已迁移至：<https://onedays12.github.io/>

### About

1. 首先声明，因本人水平低下，不保证所写文章的正确性。
2. 我会尽可能的把每个步骤写的详细点。
3. 如果发现错误可以联系我。
4. 本人喜欢用C#写GUI的客户端，Golang编写CLI的程序，C++编写涉及底层操作系统调用的程序（如免杀马与防御规避）。所以请确保你具有一定的编程基础，不然看我的文章会有些困难。
5. 我掌握的知识永远比各位师傅想象得要少，因此我将始终以学徒的姿态持续学习、持续分享。
6. 愿这些文字能为您带来些许启发，与君共勉！

### 联系方式

**企鹅**：MTYxNTMwNzI1NUBxcS5jb20=

**WX**：b25lZGF5c3MxMjM=

请说明来意，谢谢！


---

# 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://oneday.gitbook.io/onedaybook/guan-yu-zhe-ge-bo-ke.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.
