- 博客(8)
- 收藏
- 关注
原创 【jqgrid】 js实现动态列名
js实现代码:jQuery(function(){var JdxsGrid = Class.create(BaseJqGrid,{ caption : "学生列表",pager: "pager", //分页工具栏 postData:{id:jQuery("#id").val(),jddm:jQuery("#jddm").val()}, url:_pat
2016-10-25 15:43:34
3632
原创 【s:checkboxlist】JS中取s:checkboxlist选中的value传入后台实例
body中: js方法:jQuery("input[name='cc']").each(function(){if($(this).attr("checked")){ kscc += this.value + ",";}});传到后台用split取出选中值。回显参照下面的链接
2016-10-15 09:34:05
1245
原创 【java】checkboxlist回显处理
比较笨的方法,list中放map,map中又放list,才实现循环并回显。class中关键代码:List kszqList = service.getKszqList(model1);//checkboxlist回显List>> kslist = new ArrayList>>();for(int i=0;iList list1 = new ArrayList();Li
2016-10-12 17:19:52
1438
原创 【SVN】文件及出现橙色蓝色箭头图标,无法同步问题
错误信息如下:commit -m "" E:/Workspace_byzs/zftal-byzs/src/main/webapp/WEB-INF/pages/zsxt/wsbm/bmxx/checkplDyzkz.jsp E:/Workspace_byzs/zftal-byzs/src/main/webapp/WEB-INF/pages/zsxt/wsbm/bmxx/checkDyzkz.js
2016-10-12 14:43:38
2241
原创 【jsp】这两个调取弹窗页面的方式有什么区别
button:[ { name: '确定', callback: function(){ this.content.save(); return false; }, focus: true },{
2016-09-30 13:49:03
583
原创 【java】根据路径删除项目下上传的文件
路径:/webroot/attached//file/2016-09-30/1475203009564.rarString clPath = service.getClPath(model);//获取相对路径if(clPath!=null){String folder1 = (clPath).substring(clPath.indexOf("/")+1,clPath.lastInde
2016-09-30 13:41:29
2128
原创 【Sql语句】自己摸索出得比较复杂的一个查询语句
select t7.cllx,t8.clmc, case when exists (select 1 from zs_xtgl_bgjb t9 where t1.id = t9.fxid) then '1' else '0' end sfbgjb,case when exists (select 1 from zs_wsbm_bmfxb t4 where t1.id =
2016-09-30 10:22:28
709
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人