01 2015 档案

摘要:1、string var string = "this is mine" string.substring(); //截取函数 string.toLowerCase(); //换换小写 string.toUpperCase(); //转换大写 string.indexOf("is")... 阅读全文
posted @ 2015-01-22 10:23 红色小宇宙 阅读(463) 评论(0) 推荐(0)
摘要:返回类似 select *from 的做法过程:create procedure selectAll()BEGINselect * from user;endxml配置: java配置://service层调用List> ss = accountMapper.selectall();//DAO调用... 阅读全文
posted @ 2015-01-06 09:26 红色小宇宙 阅读(446) 评论(0) 推荐(0)