> For the complete documentation index, see [llms.txt](https://gaoge011022.gitbook.io/missing-necessary-knowledge-for-cs-students/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://gaoge011022.gitbook.io/missing-necessary-knowledge-for-cs-students/readme.md).

# 前言

一份简短的介绍，包含了对于计算机系的大一学生来说可能有价值的、且老师通常不会讲授的知识。

如果你正在通过 GitBook 阅读本文，那么你应该已经看到了本文的目录。如果你正在通过 GitHub/Gitee 或是以本地方式阅读本文，那么你可以通过访问`SUMMARY.md`文件来查看本文的目录。一般建议通过 GitBook 阅读本文，因为 GitBook 提供了更好的阅读体验。如果你不知道本书的 GitBook 地址，它的链接在[这里](https://gaoge011022.gitbook.io/missing-necessary-knowledge-for-cs-students/)。

本文的”基础知识“部分是你无论如何都应该阅读的部分。当然，如果你已经掌握了其中的某些知识，那么你可以跳过这些知识。而本文的其他部分包含了一些仅对部分读者有价值、或是太过深奥的知识，因此你可以根据自己的需要选择是否阅读。


---

# 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://gaoge011022.gitbook.io/missing-necessary-knowledge-for-cs-students/readme.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.
