只有注册用户登录后才能阅读该文。 阅读全文
posted @ 2013-12-25 14:23 smail2013 阅读(6) 评论(0) 推荐(0) 编辑
只有注册用户登录后才能阅读该文。 阅读全文
posted @ 2013-12-23 13:30 smail2013 阅读(5) 评论(0) 推荐(0) 编辑
摘要: with T as (select GId, gname, gcolour, gwithin, gsize, sum(gnumber) gnumber from t_goods group by GId, gname, gcolour, gwithin, gsize union all select gid, gname, null, null, '小计', sum(gnumber) from t_goods group by gid, gname) select rownum seq, decode(rn, 1, gid) gid, decode(rn, 1, gname) 阅读全文
posted @ 2013-09-27 15:04 smail2013 阅读(136) 评论(0) 推荐(0) 编辑
摘要: 0) { os.write(b, 0, len); } } else { out.println(""); } } catch (Exception e) { e.printStackTrace(); } finally { if (is != null) { is.close(); } if (os != null) { os.close(); ... 阅读全文
posted @ 2013-08-01 08:42 smail2013 阅读(266) 评论(0) 推荐(0) 编辑
摘要: 第一种方法:function getApparatusLists(){ var url='${basePath}worklicense/app/getApparatusList.action?; //链接 $.dialog({ id:'testItem', content:'url:'+url, //重点,传送参数 title:'仪器列表:', opacity:0.4, width:600, height:400, lock:true });第二种方法: 把表单中的值传过去function tt(){var df = docum... 阅读全文
posted @ 2013-07-31 19:51 smail2013 阅读(9851) 评论(0) 推荐(0) 编辑