Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 89ff7a1

Browse filesBrowse files
committed
auto commit
1 parent d0d5048 commit 89ff7a1
Copy full SHA for 89ff7a1

File tree

Expand file treeCollapse file tree

2 files changed

+2
-2
lines changed
Filter options
Expand file treeCollapse file tree

2 files changed

+2
-2
lines changed

‎notes/HTTP.md

Copy file name to clipboardExpand all lines: notes/HTTP.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -764,7 +764,7 @@ HTTP/2.0 要求客户端和服务器同时维护和更新一个包含之前见
764764

765765
- 默认是长连接
766766

767-
- 支持管线化处理
767+
- 支持流水线
768768

769769
- 支持同时打开多个 TCP 连接
770770

‎notes/MySQL.md

Copy file name to clipboardExpand all lines: notes/MySQL.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ Explain 用来分析 SELECT 查询语句,开发人员可以通过分析 Explai
220220
一个大查询如果一次性执行的话,可能一次锁住很多数据、占满整个事务日志、耗尽系统资源、阻塞很多小的但重要的查询。
221221

222222
```sql
223-
DELEFT FROM messages WHERE create < DATE_SUB(NOW(), INTERVAL 3 MONTH);
223+
DELETE FROM messages WHERE create < DATE_SUB(NOW(), INTERVAL 3 MONTH);
224224
```
225225

226226
```sql

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.