摘要: $(function(){$("input[name=type]").click(function(){ showCont(); }); }); function showCont(){ switch($("input[name=type]:check... 阅读全文
posted @ 2015-08-25 15:51 凄风 阅读(306) 评论(0) 推荐(0)
摘要: 工具报废移除 /busi/css/reset.css" rel="stylesheet" type="text/css" /> /busi/css/newMain.css" rel="stylesheet" type="text/css" /> ... 阅读全文
posted @ 2015-06-24 10:31 凄风 阅读(643) 评论(0) 推荐(0)
摘要: 扫描入库 /busi/sample/css/index2.css" /> /busi/sample/css/main.css" /> 病历号 病名 ... 阅读全文
posted @ 2015-06-24 10:30 凄风 阅读(486) 评论(0) 推荐(0)
摘要: ---清空页面list数组$("#labelList tr:gt(0)").remove(); $("#labelList").render();----查找list中需要的值 $("#collectList tr:gt(0)").each(function(){ var h... 阅读全文
posted @ 2015-06-10 16:40 凄风 阅读(262) 评论(0) 推荐(0)
摘要: 第一种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)