(‘尚硅谷MyBatis视频教程(国内首套:源码级讲授的MyBatis视频教程)’,),全套视频教程学习资料通过百度云网盘下载

('尚硅谷MyBatis视频教程(国内首套:源码级讲授的MyBatis视频教程)',),全套视频教程学习资料通过百度云网盘下载

资源详情

                      r n tMyBatis是目前非常流行的一个轻巧、便利的持久化层框架。 本视频除对MyBatis日常基本使用示范外,还涉及诸多细节。以及较深入源码的讲解MyBatis运行原理、插件机制和一些企业实用场景。
r n t u3000 u3000 视频包含:MyBatis配置文件编写,MyBatis动态SQL,MyBatis缓存机制,MyBatis-Spring整合,MyBatis逆向工程,MyBatis高级内容(MyBatis源码解析,MyBatis单/多插件运行机制,MyBatis四大对象工作原理,自定义TypeHandler、MyBatis存储过程&游标处理等)。 视频中会在重要的地方对比MyBatis操作MySQL以及Oracle之间的差异忄生。如果没有Oracle相关知识或者资料的同学,可以先在尚硅谷官网下载学习宋红康老师对于Oracle的讲授。
r n t · 视频_源代码
r n t u3000· 1.尚硅谷_MyBatis_简介
r n t u3000· 2.尚硅谷_MyBatis_下载
r n t u3000· 3.尚硅谷_MyBatis_HelloWorld
r n t u3000· 4.尚硅谷_MyBatis_接口式编程
r n t u3000· 5.尚硅谷_MyBatis_小结(1)
r n t u3000· 6.尚硅谷_MyBatis_全局配置文件_引入dtd约束
r n t u3000· 7.全局配置文件_properties_引入外部配置文件
r n t u3000· 8.尚硅谷_MyBatis_全局配置文件_settings_运行时行为设置
r n t u3000· 9.尚硅谷_MyBatis_全局配置文件_typeAliases_别名
r n t u3000· 10.全局配置文件_typeHandlers_类型处理器简介
r n t u3000· 11.尚硅谷_MyBatis_全局配置文件_plugins_插件简介
r n t u3000· 12.尚硅谷_MyBatis_全局配置文件_enviroments_运行环境
r n t u3000· 13.全局配置文件_databaseIdProvider_多数据库支持
r n t u3000· 14.尚硅谷_MyBatis_全局配置文件_mappers_sql映射注册
r n t u3000· 15.尚硅谷_MyBatis_小结(2)
r n t u3000· 16.尚硅谷_MyBatis_映射文件_增删改查
r n t u3000· 17.尚硅谷_MyBatis_映射文件_insert_获取自增主键的值
r n t u3000· 18.映射文件_insert_Oracle使用序列生成主键演示
r n t u3000· 19.映射文件_insert_获取非自增主键的值_selectKey
r n t u3000· 20.映射文件_参数处理_单个参数&多个参数&命名参数
r n t u3000· 21.尚硅谷_MyBatis_映射文件_参数处理_POJO&Map&TO
r n t u3000· 22.尚硅谷_MyBatis_映射文件_参数处理_参数封装扩展思考
r n t u3000· 23.尚硅谷_MyBatis_源码分析_参数处理_参数封装map的过程
r n t u3000· 24.尚硅谷_MyBatis_映射文件_参数处理_#与$取值区别
r n t u3000· 25.映射文件_参数处理_#取值时指定参数相关规则
r n t u3000· 26.尚硅谷_MyBatis_映射文件_select_返回List
r n t u3000· 27.尚硅谷_MyBatis_映射文件_select_记录封装map
r n t u3000· 28.映射文件_select_resultMap_自定义结果映射规则
r n t u3000· 29.映射文件_select_resultMap_关联查询_环境搭建
r n t u3000· 30.关联查询_级联属忄生封装结果
r n t u3000· 31.关联查询_association定义关联对象封装规则
r n t u3000· 32.关联查询_association分步查询
r n t u3000· 33.关联查询_分步查询&延迟加载
r n t u3000· 34.关联查询_collection定义关联集合封装规则
r n t u3000· 35.关联查询_collection分步查询&延迟加载
r n t u3000· 36.分步查询传递多列值&fetchType
r n t u3000· 37.映射文件_select_resultMap_discriminator鉴别器
r n t u3000· 38.尚硅谷_MyBatis_动态sql_简介&环境搭建
r n t u3000· 39.尚硅谷_MyBatis_动态sql_if_判断&OGNL
r n t u3000· 40.尚硅谷_MyBatis_动态sql_where_查询条件
r n t u3000· 41.尚硅谷_MyBatis_动态sql_trim_自定义字符串截取
r n t u3000· 42.尚硅谷_MyBatis_动态sql_choose_分支选择
r n t u3000· 43.尚硅谷_MyBatis_动态sql_set_与if结合的动态更新
r n t u3000· 44.尚硅谷_MyBatis_动态sql_foreach_遍历集合
r n t u3000· 45.动态sql_foreach_mysql下foreach批量插入的两种方式
r n t u3000· 46.动态sql_foreach_oracle下批量插入的两种方式
r n t u3000· 47.动态sql_foreach_oracle下foreach批量保存两种方式
r n t u3000· 48.动态sql_内置参数_parameter&_databaseId
r n t u3000· 49.尚硅谷_MyBatis_动态sql_bind_绑定
r n t u3000· 50.尚硅谷_MyBatis_动态sql_sql_抽取可重用的sql片段
r n t u3000· 51.尚硅谷_MyBatis_缓存_缓存介绍
r n t u3000· 52.尚硅谷_MyBatis_缓存_一级缓存体验
r n t u3000· 53.尚硅谷_MyBatis_缓存_一级缓存失效的四种情况
r n t u3000· 54.尚硅谷_MyBatis_缓存_二级缓存介绍
r n t u3000· 55.尚硅谷_MyBatis_缓存_二级缓存使用& 细节
r n t u3000· 56.尚硅谷_MyBatis_缓存_缓存有关的设置以及属忄生
r n t u3000· 57.尚硅谷_MyBatis_缓存_缓存原理图示
r n t u3000· 58.缓存_第三方缓存整合原理& ehcache适配包下载
r n t u3000· 59.尚硅谷_MyBatis_缓存_MyBatis整合ehcache&总结
r n t u3000· 60.尚硅谷_MyBatis_整合Spring_整合适配包下载
r n t u3000· 61.尚硅谷_MyBatis_整合Spring_所有需要的jar包导入
r n t u3000· 62.尚硅谷_MyBatis_整合Spring_引入MyBatis之前的配置
r n t u3000· 63.尚硅谷_MyBatis_整合Spring_SpringMVC配置文件编写
r n t u3000· 64.尚硅谷_MyBatis_整合Spring_Spring配置文件编写
r n t u3000· 65.尚硅谷_MyBatis_整合Spring_Spring整合MyBatis关键配置
r n t u3000· 66.尚硅谷_MyBatis_整合Spring_整合测试
r n t u3000· 67.尚硅谷_MyBatis_逆向工程_mbg简介
r n t u3000· 68.尚硅谷_MyBatis_逆向工程_mgb配置文件编写                    

下载地址

链接:https://pan.baidu.com/s/1MLKbJPmSqy1PF_MkoG6mXA 密码:b3qg

0 条回复 A 作者 M 管理员
    所有的伟大,都源于一个勇敢的开始!
欢迎您,新朋友,感谢参与互动!欢迎您 {{author}},您在本站有{{commentsCount}}条评论