Skip to content

Commit 57e9eb0

Browse files
committed
update README.md
1 parent 1a58ea6 commit 57e9eb0

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,12 @@ MyBatis也是一款持久化框架,它支持自定义SQL查询、存储过程
3636
|第七章|操作持久化对象 |- Session缓存<br/>- Hibernate对象的生命周期<br/>- Hibernate操作持久化对象|[<img src="./image/presentation.png" height="15" />查看](./ch07-manage-persistant-object/ch07-manage-persistant-object.pdf) <br/>[<img src="./image/download.png" height="15" />下载](./materials/slides/ch07-manage-persistant-object.pptx)| |
3737
|第八章|检索方式 |- Hibernate检索方式<br/>- Hibernate检索策略|[<img src="./image/presentation.png" height="15" />查看](./ch08-retrieval-mode/ch08-retrieval-mode.pdf) <br/>[<img src="./image/download.png" height="15" />下载](./materials/slides/ch08-retrieval-mode.pptx)|01 检索方式 [<img src="./image/download.png" height="15" />下载](./ch08-retrieval-mode/ch08-demo-01.7z)<br/>02 检索策略 [<img src="./image/download.png" height="15" />下载](./ch08-retrieval-mode/ch08-demo-02.7z)|
3838
|第九章|高级配置 |- Hibernate高级配置|[<img src="./image/presentation.png" height="15" />查看](./ch09-advanced-configuration/ch09-advanced-configuration.pdf) <br/>[<img src="./image/download.png" height="15" />下载](./materials/slides/ch09-advanced-configuration.pptx)||
39-
|第一章|概述 |- MyBatis框架概述|[<img src="./image/presentation.png" height="15" />查看](./MyBatis-ch01-overview/CH01-MyBatis-overview.pdf) <br/>[<img src="./image/download.png" height="15" />下载](./MyBatis-ch01-overview/CH01-MyBatis-overview.pptx)|[<img src="./image/download.png" height="15" />下载](./MyBatis-ch01-overview/MyBatisCH01.zip)|
40-
|第二章|CURD操作 |- MyBatis的CURD操作|[<img src="./image/presentation.png" height="15" />查看](./MyBatis-ch02-CURD/CH02-MyBatis-CURD.pdf) <br/>[<img src="./image/download.png" height="15" />下载](./MyBatis-ch02-CURD/CH02-MyBatis-CURD.pptx)|[<img src="./image/download.png" height="15" />下载](./MyBatis-ch02-CURD/MyBatisCH02.zip)|
41-
|第三章|关联映射 |- MyBatis关联映射|[<img src="./image/presentation.png" height="15" />查看](./MyBatis-ch03-relation-mapping/CH03-MyBatis-relation-mapping.pdf) <br/>[<img src="./image/download.png" height="15" />下载](./MyBatis-ch03-relation-mapping/CH03-MyBatis-relation-mapping.pptx)|[<img src="./image/download.png" height="15" />下载](./MyBatis-ch03-relation-mapping/MyBatisCH03.zip)|
42-
|第四章|动态SQL |- MyBatis动态SQL|[<img src="./image/presentation.png" height="15" />查看](./MyBatis-ch04-dynamic-SQL/CH04-MyBatis-dynamic-SQL.pdf) <br/>[<img src="./image/download.png" height="15" />下载](./MyBatis-ch04-dynamic-SQL/CH04-MyBatis-dynamic-SQL.pptx)|[<img src="./image/download.png" height="15" />下载](./MyBatis-ch04-dynamic-SQL/MyBatisCH04.zip)|
43-
|第五章|缓存配置 |- MyBatis缓存配置|[<img src="./image/presentation.png" height="15" />查看](./MyBatis-ch05-cache-configuration/CH05-MyBatis-cache-configuration.pdf) <br/>[<img src="./image/download.png" height="15" />下载](./MyBatis-ch05-cache-configuration/CH05-MyBatis-cache-configuration.pptx)|[<img src="./image/download.png" height="15" />下载](./MyBatis-ch05-cache-configuration/MyBatisCH05.zip)|
44-
|第六章|其他配置 |- MyBatis其他配置|[<img src="./image/presentation.png" height="15" />查看](./MyBatis-ch06-other-configuration/CH06-MyBatis-other-configuration.pdf) <br/>[<img src="./image/download.png" height="15" />下载](./MyBatis-ch06-other-configuration/CH06-MyBatis-other-configuration.pptx)|[<img src="./image/download.png" height="15" />下载](./MyBatis-ch06-other-configuration/MyBatisCH06.zip)|
45-
|第七章|注解 |- MyBatis注解|[<img src="./image/presentation.png" height="15" />查看](./MyBatis-ch07-annotation/CH07-MyBatis-annotation.pdf) <br/>[<img src="./image/download.png" height="15" />下载](./MyBatis-ch07-annotation/CH07-MyBatis-annotation.pptx)|[<img src="./image/download.png" height="15" />下载](./MyBatis-ch07-annotation/MyBatisCH07.zip)|
46-
|第八章|集成Spring |- Spring集成MyBatis|[<img src="./image/presentation.png" height="15" />查看](./MyBatis-ch08-integration/CH08-Spring-integration.pdf) <br/>[<img src="./image/download.png" height="15" />下载](./MyBatis-ch08-integration/CH08-Spring-integration.pptx)|[<img src="./image/download.png" height="15" />下载](./MyBatis-ch08-integration/MyBatisCH08.zip)|
39+
|第一章|概述 |- MyBatis框架概述|[<img src="./image/presentation.png" height="15" />查看](./MyBatis-ch01-overview/CH01_MyBatis-overview.pdf) <br/>[<img src="./image/download.png" height="15" />下载](./MyBatis-ch01-overview/CH01_MyBatis-overview.pptx)|[<img src="./image/download.png" height="15" />下载](./MyBatis-ch01-overview/MyBatisCH01.zip)|
40+
|第二章|CURD操作 |- MyBatis的CURD操作|[<img src="./image/presentation.png" height="15" />查看](./MyBatis-ch02-CURD/CH02_MyBatis-CURD.pdf) <br/>[<img src="./image/download.png" height="15" />下载](./MyBatis-ch02-CURD/CH02_MyBatis-CURD.pptx)|[<img src="./image/download.png" height="15" />下载](./MyBatis-ch02-CURD/MyBatisCH02.zip)|
41+
|第三章|关联映射 |- MyBatis关联映射|[<img src="./image/presentation.png" height="15" />查看](./MyBatis-ch03-relation-mapping/CH03_MyBatis-relation-mapping.pdf) <br/>[<img src="./image/download.png" height="15" />下载](./MyBatis-ch03-relation-mapping/CH03_MyBatis-relation-mapping.pptx)|[<img src="./image/download.png" height="15" />下载](./MyBatis-ch03-relation-mapping/MyBatisCH03.zip)|
42+
|第四章|动态SQL |- MyBatis动态SQL|[<img src="./image/presentation.png" height="15" />查看](./MyBatis-ch04-dynamic-SQL/CH04_MyBatis-dynamic-SQL.pdf) <br/>[<img src="./image/download.png" height="15" />下载](./MyBatis-ch04-dynamic-SQL/CH04_MyBatis-dynamic-SQL.pptx)|[<img src="./image/download.png" height="15" />下载](./MyBatis-ch04-dynamic-SQL/MyBatisCH04.zip)|
43+
|第五章|缓存配置 |- MyBatis缓存配置|[<img src="./image/presentation.png" height="15" />查看](./MyBatis-ch05-cache-configuration/CH05_MyBatis-cache-configuration.pdf) <br/>[<img src="./image/download.png" height="15" />下载](./MyBatis-ch05-cache-configuration/CH05_MyBatis-cache-configuration.pptx)|[<img src="./image/download.png" height="15" />下载](./MyBatis-ch05-cache-configuration/MyBatisCH05.zip)|
44+
|第六章|其他配置 |- MyBatis其他配置|[<img src="./image/presentation.png" height="15" />查看](./MyBatis-ch06-other-configuration/CH06_MyBatis-other-configuration.pdf) <br/>[<img src="./image/download.png" height="15" />下载](./MyBatis-ch06-other-configuration/CH06_MyBatis-other-configuration.pptx)|[<img src="./image/download.png" height="15" />下载](./MyBatis-ch06-other-configuration/MyBatisCH06.zip)|
45+
|第七章|注解 |- MyBatis注解|[<img src="./image/presentation.png" height="15" />查看](./MyBatis-ch07-annotation/CH07_MyBatis-annotation.pdf) <br/>[<img src="./image/download.png" height="15" />下载](./MyBatis-ch07-annotation/CH07_MyBatis-annotation.pptx)|[<img src="./image/download.png" height="15" />下载](./MyBatis-ch07-annotation/MyBatisCH07.zip)|
46+
|第八章|集成Spring |- Spring集成MyBatis|[<img src="./image/presentation.png" height="15" />查看](./MyBatis-ch08-integration/CH08_Spring-integration.pdf) <br/>[<img src="./image/download.png" height="15" />下载](./MyBatis-ch08-integration/CH08_Spring-integration.pptx)|[<img src="./image/download.png" height="15" />下载](./MyBatis-ch08-integration/MyBatisCH08.zip)|
4747

0 commit comments

Comments
 (0)