摘要:
第一种select t1.id, t1.name, t1.age, (select count(1) from b t2 where t1.id = t2.id) filecount from a t1第二种select t1.id, t1.name, t1.... 阅读全文
posted @ 2015-05-30 11:38
凄风
阅读(202)
评论(0)
推荐(0)
摘要:
//初始化 $(document).ready(function () { doTurn(1,1); }); function doTurn(page,issue_tag) { var pager = new Pager(); page = ... 阅读全文
posted @ 2015-05-30 11:28
凄风
阅读(286)
评论(0)
推荐(0)
摘要:
向下查第几层 select max(LEVEL) as maxLevel from T_lab a start with a.lab_id ='2015050510303643710' connect by prior a.lab_parentid =... 阅读全文
posted @ 2015-05-30 11:25
凄风
阅读(314)
评论(0)
推荐(0)
摘要:
function save(){ var ids=${ids}; var ret_remark=$("#ret_remark").val(); $.ajax({ url:"/busi/tackle/TackledurableAction.ered... 阅读全文
posted @ 2015-05-30 11:24
凄风
阅读(248)
评论(0)
推荐(0)
摘要:
/** * 读取xls文件内容 * * @return List对象 * @throws IOException * 输入/输出(i/o)异常 * @throws SQLException */ public void readXl... 阅读全文
posted @ 2015-05-30 11:21
凄风
阅读(275)
评论(0)
推荐(0)
摘要:
/** * 导出 * @param mapping * @param form * @param request * @param response * @return * @throws IOException * @throws... 阅读全文
posted @ 2015-05-30 11:03
凄风
阅读(176)
评论(0)
推荐(0)

浙公网安备 33010602011771号