> For the complete documentation index, see [llms.txt](https://zhang-ming-rui.gitbook.io/when-rocket-launches/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://zhang-ming-rui.gitbook.io/when-rocket-launches/master.md).

# 开始计时

出于很自恋的想法，我觉得自己写了许多小短文，可以出本书来自娱一下。

所有的文章来自于我的个人空间，日记，以及偶尔翻出来读着很有趣的随笔。我尽量不加修改，不是为了真实是因为，我比较懒。

这本书包括我从15岁开始，直到现在的心理感受，无端呻吟，各种感想，还有乱七八糟的一些东西。每个章节是以时期为划分，第一部分是高中，然后是大学，最后一部分是到现在。

这本书名字很怪，跟“个人杂文”的意味完全无关，完全是我想表现少年时代的一种憧憬，朝气和希望。

火箭马上就要升起来了，3，2，1……

2016.9.3 于波士顿


---

# 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://zhang-ming-rui.gitbook.io/when-rocket-launches/master.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.
