Skip to content

Commit 77d0dfc

Browse files
author
chencaihua
committed
<add> add MySQL事务、锁原理
1 parent 5fbe338 commit 77d0dfc

File tree

11 files changed

+6
-2
lines changed

11 files changed

+6
-2
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,12 @@ RPC介绍、Dubbo特性、架构、负载均衡、集群容错策略
4747
Netty基本概念,网络I/O模型,线程模型,基本工作原理,系统架构
4848

4949
## 💾数据库
50-
* [数据库](/数据库)
51-
MySQL的Innodb与MyISAM比较、数据库锁、事务流程和原理、索引、SQL优化、SQL执行流程、主从同步原理等
50+
* [数据库](/1 数据库要点)
51+
MySQL的Innodb与MyISAM比较、索引、SQL优化、SQL执行流程、主从同步原理等
52+
* [数据库](/2 MySQL事务)
53+
MySQL事务流程和原理、MVCC原理
54+
* [数据库](/3 MySQL锁)
55+
MySQL锁分类,各种锁的作用,加锁原理,加锁分析
5256

5357
## 📡计算机网络
5458
* [互联网协议](/计算机网络/互联网协议)
Loading
Binary file not shown.
461 KB
Loading
4.46 MB
Binary file not shown.

数据库/2 MySQL事务/配图.pptx

172 KB
Binary file not shown.

数据库/3 MySQL锁/MySQL锁.png

738 KB
Loading

数据库/3 MySQL锁/MySQL锁.xmind

4.75 MB
Binary file not shown.

数据库/3 MySQL锁/配图.pptx

170 KB
Binary file not shown.

0 commit comments

Comments
 (0)