File tree 3 files changed +11
-11
lines changed
3 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -155,12 +155,12 @@ Github用户如果访问速度缓慢的话,可以转移到[码云](https://git
155
155
156
156
## 操作系统
157
157
158
- 操作系统相关概念总结
158
+ [ 最硬核的操作系统常见面试题总结! ] ( docs/operating-system/basis.md )
159
159
160
160
### Linux
161
161
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 )
164
164
165
165
## 数据结构与算法
166
166
File renamed without changes.
Original file line number Diff line number Diff line change @@ -88,14 +88,14 @@ GET /classes?page=1&size=10 //指定第1页,每页10个数据
88
88
89
89
** 状态码范围:**
90
90
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
+
99
99
100
100
### 三 HATEOAS
101
101
You can’t perform that action at this time.
0 commit comments