Skip to content

Commit a598b88

Browse files
committed
[refractor]do something
1 parent 4734818 commit a598b88

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -155,12 +155,12 @@ Github用户如果访问速度缓慢的话,可以转移到[码云](https://git
155155

156156
## 操作系统
157157

158-
操作系统相关概念总结
158+
[最硬核的操作系统常见面试题总结!](docs/operating-system/basis.md)
159159

160160
### Linux
161161

162-
* [后端程序员必备的 Linux 基础知识](docs/operating-system/后端程序员必备的Linux基础知识.md)
163-
* [Shell 编程入门](docs/operating-system/Shell.md)
162+
* [后端程序员必备的 Linux 基础知识](docs/operating-system/linux.md)
163+
* [Shell 编程入门](docs/operating-system/shell.md)
164164

165165
## 数据结构与算法
166166

docs/system-design/restful-api.md

+8-8
Original file line numberDiff line numberDiff line change
@@ -88,14 +88,14 @@ GET /classes?page=1&size=10 //指定第1页,每页10个数据
8888

8989
**状态码范围:**
9090

91-
| 2xx:成功 | 3xx:重定向 | 4xx:客户端错误 | 5xx:服务器错误 | |
92-
| --------- | -------------- | ---------------- | --------------- | ---- |
93-
| 200 成功 | 301 永久重定向 | 400 错误请求 | 500 服务器错误 | |
94-
| 201 创建 | 304 资源未修改 | 401 未授权 | 502 网关错误 | |
95-
| | | 403 禁止访问 | 504 网关超时 | |
96-
| | | 404 未找到 | | |
97-
| | | 405 请求方法不对 | | |
98-
| | | | | |
91+
| 2xx:成功 | 3xx:重定向 | 4xx:客户端错误 | 5xx:服务器错误 |
92+
| --------- | -------------- | ---------------- | --------------- |
93+
| 200 成功 | 301 永久重定向 | 400 错误请求 | 500 服务器错误 |
94+
| 201 创建 | 304 资源未修改 | 401 未授权 | 502 网关错误 |
95+
| | | 403 禁止访问 | 504 网关超时 |
96+
| | | 404 未找到 | |
97+
| | | 405 请求方法不对 | |
98+
9999

100100
### 三 HATEOAS
101101

0 commit comments

Comments
 (0)