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

Sign up
Appearance settings

Commit 5a7595b

Browse files
update
1 parent c5aadd9 commit 5a7595b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎Rocket.md‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -963,7 +963,7 @@ public class Test {
963963
6. 希尔排序:先将整个待排记录序列分割成为若干子序列分别进行直接插入排序,待整个序列中的记录基本有序时再对全体记录进行一次直接插入排序。
964964
7. 归并排序:把有序表划分成元素个数尽量相等的两半,把两半元素分别排序,两个有序表合并成一个
965965

966-
## 实际问题
966+
## 其他
967967

968968
### 高并发系统的设计与实现
969969

@@ -992,7 +992,7 @@ public class Test {
992992
update products set quantity = quantity-1 WHERE id=3;
993993
select quantity from products WHERE id=3 for update;
994994
```
995-
1. update语句在更新的同时加上一个条件
995+
3. update语句在更新的同时加上一个条件
996996
```
997997
quantity = select quantity from products WHERE id=3;
998998
update products set quantity = ($quantity-1) WHERE id=3 and queantity = $quantity;

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /