diff --git a/docs/notes/数据库系统原理.md b/docs/notes/数据库系统原理.md
index b12867a9..16cbac72 100644
--- a/docs/notes/数据库系统原理.md
+++ b/docs/notes/数据库系统原理.md
@@ -47,7 +47,7 @@
事务指的是满足 ACID 特性的一组操作,可以通过 Commit 提交一个事务,也可以使用 Rollback 进行回滚。
-
+
## ACID
@@ -80,7 +80,7 @@
- 在并发的情况下,多个事务并行执行,事务不仅要满足原子性,还需要满足隔离性,才能满足一致性。
- 事务满足持久化是为了能应对数据库崩溃的情况。
-
+
## AUTOCOMMIT
diff --git a/notes/pics/image-20191207175048914.png b/notes/pics/image-20191207175048914.png
new file mode 100644
index 00000000..fc69c68f
Binary files /dev/null and b/notes/pics/image-20191207175048914.png differ
diff --git a/notes/pics/image-20191207175109320.png b/notes/pics/image-20191207175109320.png
new file mode 100644
index 00000000..21c9305d
Binary files /dev/null and b/notes/pics/image-20191207175109320.png differ
diff --git a/notes/数据库系统原理.md b/notes/数据库系统原理.md
index b12867a9..16cbac72 100644
--- a/notes/数据库系统原理.md
+++ b/notes/数据库系统原理.md
@@ -47,7 +47,7 @@
事务指的是满足 ACID 特性的一组操作,可以通过 Commit 提交一个事务,也可以使用 Rollback 进行回滚。
-
+
## ACID
@@ -80,7 +80,7 @@
- 在并发的情况下,多个事务并行执行,事务不仅要满足原子性,还需要满足隔离性,才能满足一致性。
- 事务满足持久化是为了能应对数据库崩溃的情况。
-
+
## AUTOCOMMIT