摘要: configuration.xml , MyBatis主配置文件 1 2 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 ... 阅读全文
posted @ 2014-04-01 14:26 聆听自由 阅读(345) 评论(0) 推荐(0) 编辑
摘要: update users name=#{name} ,password=#{password} ,age=#{age} where id=#{id} delete from users where id=#{id}... 阅读全文
posted @ 2014-04-01 11:04 聆听自由 阅读(984) 评论(0) 推荐(0) 编辑