摘要:
dao provider 阅读全文
posted @ 2018-11-05 23:52
深沉有点事
阅读(198)
评论(0)
推荐(0)
摘要:
二级缓存 阅读全文
posted @ 2018-11-05 23:51
深沉有点事
阅读(212)
评论(0)
推荐(0)
摘要:
insert into student(tname,tage,score) values(#{name}, #{age}, #{score}) delete from student where tid=#{xxx} update student set tname=#{nam... 阅读全文
posted @ 2018-11-05 23:47
深沉有点事
阅读(234)
评论(0)
推荐(0)
摘要:
多表连接查询 多表单独查询 多表复杂查询 阅读全文
posted @ 2018-11-05 23:45
深沉有点事
阅读(484)
评论(0)
推荐(0)
摘要:
1.one2many-多表连接查询 2.one2many-多表单独查询 3.one2many-多表单独查询2 4.many2one-多表单独查询 阅读全文
posted @ 2018-11-05 23:41
深沉有点事
阅读(232)
评论(0)
推荐(0)
摘要:
多表连接 多表单独 多表连接2 多表单独2 阅读全文
posted @ 2018-11-05 23:31
深沉有点事
阅读(662)
评论(0)
推荐(0)
摘要:
多表连接查询 多表单独查询 阅读全文
posted @ 2018-11-05 23:26
深沉有点事
阅读(213)
评论(0)
推荐(0)
摘要:
多表单独查询、 阅读全文
posted @ 2018-11-05 23:21
深沉有点事
阅读(239)
评论(0)
推荐(0)
摘要:
insert into student(name,age,score) values(#{name}, #{age}, #{score}) insert into student(name,age,score) values(#{name}, #{age}, #{score}) ... 阅读全文
posted @ 2018-11-05 23:20
深沉有点事
阅读(197)
评论(0)
推荐(0)
摘要:
id,name,age,score 阅读全文
posted @ 2018-11-05 23:18
深沉有点事
阅读(114)
评论(0)
推荐(0)