# 知食记

## 目录

[思维导图](https://mm.ricky.moe/mind-maps) / [归档 ](https://mm.ricky.moe/archive)/ [博客](https://mm.ricky.moe/blog)&#x20;

### 🎃CSS

[CSS 基础 ](https://mm.ricky.moe/css/css-basis)/ [CSS3](https://mm.ricky.moe/css/css3) / [SCSS](https://mm.ricky.moe/css/scss)

#### &#x20;🎉JavaScript&#x20;

[JS 概念](https://mm.ricky.moe/javascript/js-concept) / [JS 陷阱](https://mm.ricky.moe/javascript/js-trap) / [JS 开发知识点](https://mm.ricky.moe/javascript/js-kai-fa-zhi-shi-dian) / [实现 JS 常见函数](https://mm.ricky.moe/javascript/chang-jian-han-shu) / [JS Worker](https://mm.ricky.moe/javascript/js-worker) / [ES6](https://mm.ricky.moe/javascript/es6-1) / [ES6 函数](https://mm.ricky.moe/javascript/es6-han-shu) / [TypeScript](https://mm.ricky.moe/javascript/typescript) / [V8](https://mm.ricky.moe/javascript/v8)

### 🕹️框架

[Vue](https://mm.ricky.moe/framework/vue-1) / [Vue3](https://mm.ricky.moe/framework/vue3) / [React](https://mm.ricky.moe/framework/react) / [Nuxt](https://mm.ricky.moe/framework/nuxt) / [Koa2](https://mm.ricky.moe/framework/koa2)

### 🎯算法

[算法与数据结构](https://mm.ricky.moe/algorithm/algorithm-and-data-structure)

### 🎁HTML

[DOM](https://mm.ricky.moe/html/dom) / [SVG](https://mm.ricky.moe/html/svg)

### 🏈计算机网络

[浏览器](https://mm.ricky.moe/network/liu-lan-qi) / [计算机网络](https://mm.ricky.moe/network/ji-suan-ji-wang-luo)

### 🥊前端生态

[Webpack](https://mm.ricky.moe/frontend-ecosystem/webpack) / [Babel](https://mm.ricky.moe/frontend-ecosystem/babel) / [Fetch](https://mm.ricky.moe/frontend-ecosystem/fetch) / [Axios](https://mm.ricky.moe/frontend-ecosystem/axios-1) / [Npm](https://mm.ricky.moe/frontend-ecosystem/npm) / [Yarn](https://mm.ricky.moe/frontend-ecosystem/yarn) / [开源项目](https://mm.ricky.moe/open-source/open-source-project) / [业务开发](https://mm.ricky.moe/frontend-ecosystem/ye-wu-kai-fa) / [微前端](https://mm.ricky.moe/frontend-ecosystem/wei-qian-duan) / [Hexo](https://mm.ricky.moe/frontend-ecosystem/hexo-1)&#x20;

### 🏀后端

[Node](https://mm.ricky.moe/backend/node) / [Java](https://mm.ricky.moe/backend/java) / [Python](https://mm.ricky.moe/backend/python)

### 🕹️面试

[面试真经](https://mm.ricky.moe/interview/inverview-record)

### 🤖开源

[开源项目](https://mm.ricky.moe/open-source/open-source-project)

### 🧸其他

[Linux](https://mm.ricky.moe/other/linux) / [Git](https://mm.ricky.moe/other/git) / [正则](https://mm.ricky.moe/other/zheng-ze) / [设计模式](https://mm.ricky.moe/other/she-ji-mo-shi-1) / [计算机理论](https://mm.ricky.moe/other/ji-suan-ji-li-lun)

## 关于我

英文名 Ricky，工程师，虽然是搞技术的，但是点子挺多的。

## 关于本站

本站基于 [Gitbook](https://gitbook.com) 编辑生成 Markdown 文件，并托管在 GitHub 上。

Gitbook 基于树形结构组织文档，方便系统性的知识梳理。

## 关于知食&#x20;

知“识”应该是知“食”，从“识”到“食”即是一个看到到咀嚼和品尝的过程。

借以知食的名义，梳理我对各种知识点的理解。

## 关于积累

为什么会有这个站？&#x20;

涉猎的东西越来越多后，发现过去的记忆变得模糊。

借用《三体》里面有一句我非常喜欢的话：

> 给岁月以文明，而不是给文明以岁月

这里在岁月中一点一滴地篆刻知识的文明吧。


---

# 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://mm.ricky.moe/master.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.
