> For the complete documentation index, see [llms.txt](https://blog.mcyou.cc/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://blog.mcyou.cc/hou-duan-xiang-guan.md).

# 后端相关

- [Linux-Crontab命令](https://blog.mcyou.cc/hou-duan-xiang-guan/linux-crontab.md)
- [Spring Data JPA 使用方法](https://blog.mcyou.cc/hou-duan-xiang-guan/springdatajpa-shi-yong-fang-fa.md)
- [Spring集成Artemis实现JSM的异步消息传递](https://blog.mcyou.cc/hou-duan-xiang-guan/spring-ji-cheng-artemis-shi-xian-jsm-de-yi-bu-xiao-xi-chuan-di.md)
- [Spring使用自定义配置项](https://blog.mcyou.cc/hou-duan-xiang-guan/spring-shi-yong-zi-ding-yi-pei-zhi-xiang.md)
- [MIT6.824分布式系统Lab1.MapReduce笔记](https://blog.mcyou.cc/hou-duan-xiang-guan/mit6.824-fen-bu-shi-xi-tong-lab1.mapreduce-bi-ji.md)
- [MIT6.824分布式系统Lab2-Raft-A笔记](https://blog.mcyou.cc/hou-duan-xiang-guan/mit6.824-fen-bu-shi-xi-tong-lab2rafta-bi-ji.md)
- [MIT6.824分布式系统Lab2-Raft-B笔记](https://blog.mcyou.cc/hou-duan-xiang-guan/mit6.824-fen-bu-shi-xi-tong-lab2raftb-bi-ji.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:

```
GET https://blog.mcyou.cc/hou-duan-xiang-guan.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.
