上一页 1 ··· 13 14 15 16 17 18 19 20 21 ··· 30 下一页
摘要: #region 进行分页处理 ///返回页面源数据 List lstSource = db.Fetch(sql); ; ///返回页面分页数据 List lstPage = new List(); //当前分页... 阅读全文
posted @ 2017-08-09 15:48 人生为卒 阅读(137) 评论(0) 推荐(0)
摘要: <table id="DataList" title="查询结果" style="width:99%;padding:10px;"></table> ① 隐藏列 $('#DataList').datagrid('hideColumn', 'Columnfield'); ② 动态修改列标题 $('di 阅读全文
posted @ 2017-08-08 17:23 人生为卒 阅读(688) 评论(0) 推荐(0)
摘要: visibility:hidden/visible 设置为隐藏/显示(始终占位)display:none/block 设置为隐藏(不占位)/显示(不占位) $('#divMain').css("visibility", "hidden"); $('#divMain').css("visibility 阅读全文
posted @ 2017-07-18 09:41 人生为卒 阅读(8335) 评论(0) 推荐(0)
摘要: 转载:http://www.cnblogs.com/msgarden/p/5129927.html 阅读全文
posted @ 2017-07-14 18:36 人生为卒 阅读(1620) 评论(0) 推荐(0)
摘要: 转载: http://www.cnblogs.com/wei325/p/4748324.html 参数的解析: HSSFClientAnchor(int dx1,int dy1,int dx2,int dy2,int col1,int row1,int col2,int row2) dx1:图片左边 阅读全文
posted @ 2017-07-12 11:59 人生为卒 阅读(582) 评论(0) 推荐(0)
摘要: type : post asp默认200kb,asp.net 4M type :get 大于4M 阅读全文
posted @ 2017-07-03 19:04 人生为卒 阅读(143) 评论(0) 推荐(0)
摘要: var IssuedTime=new Date(selectRows.IssuedTime); //计划下发年月日小时 var IssuedYear = IssuedTime.getFullYear(); var IssuedMonth = IssuedTime.getMonth()+1; ... 阅读全文
posted @ 2017-06-09 13:52 人生为卒 阅读(185) 评论(0) 推荐(0)
摘要: html 界面 CS方法 阅读全文
posted @ 2017-05-26 10:30 人生为卒 阅读(2475) 评论(0) 推荐(0)
摘要: encodeURIComponent(userId) 阅读全文
posted @ 2017-05-23 10:54 人生为卒 阅读(790) 评论(0) 推荐(0)
摘要: 记录时间 ... 阅读全文
posted @ 2017-05-19 18:10 人生为卒 阅读(278) 评论(0) 推荐(0)
上一页 1 ··· 13 14 15 16 17 18 19 20 21 ··· 30 下一页