01 2016 档案

摘要:关键在于的varStatus属性,具体代码如下: 序号 姓名 ${ status.index + 1} ${ student.name}备注:status.index是从0开始的。 阅读全文
posted @ 2016-01-14 11:21 until-u 阅读(315) 评论(0) 推荐(0) 编辑
摘要:<!--Mybatis动态SQL中使用Like语句--> select * from person where name like "%"#{name}"%"<!--推荐使用--> select * from person where name like '%'||#{name}||'%' sele 阅读全文
posted @ 2016-01-08 13:04 until-u 阅读(176) 评论(0) 推荐(0) 编辑