会员
周边
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
人生为卒
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
13
14
15
16
17
18
19
20
21
···
30
下一页
2017年8月9日
datagrid手动分页数据
摘要: #region 进行分页处理 ///返回页面源数据 List lstSource = db.Fetch(sql); ; ///返回页面分页数据 List lstPage = new List(); //当前分页...
阅读全文
posted @ 2017-08-09 15:48 人生为卒
阅读(137)
评论(0)
推荐(0)
2017年8月8日
动态修改easyui-datagrid 列
摘要: <table id="DataList" title="查询结果" style="width:99%;padding:10px;"></table> ① 隐藏列 $('#DataList').datagrid('hideColumn', 'Columnfield'); ② 动态修改列标题 $('di
阅读全文
posted @ 2017-08-08 17:23 人生为卒
阅读(688)
评论(0)
推荐(0)
2017年7月18日
easyui 显示/隐藏
摘要: visibility:hidden/visible 设置为隐藏/显示(始终占位)display:none/block 设置为隐藏(不占位)/显示(不占位) $('#divMain').css("visibility", "hidden"); $('#divMain').css("visibility
阅读全文
posted @ 2017-07-18 09:41 人生为卒
阅读(8335)
评论(0)
推荐(0)
2017年7月14日
c# excel的列转换成数字
摘要: 转载:http://www.cnblogs.com/msgarden/p/5129927.html
阅读全文
posted @ 2017-07-14 18:36 人生为卒
阅读(1620)
评论(0)
推荐(0)
2017年7月12日
excel 插入图片 NPOI
摘要: 转载: 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)
2017年7月3日
传输大小限制
摘要: type : post asp默认200kb,asp.net 4M type :get 大于4M
阅读全文
posted @ 2017-07-03 19:04 人生为卒
阅读(143)
评论(0)
推荐(0)
2017年6月9日
js date
摘要: var IssuedTime=new Date(selectRows.IssuedTime); //计划下发年月日小时 var IssuedYear = IssuedTime.getFullYear(); var IssuedMonth = IssuedTime.getMonth()+1; ...
阅读全文
posted @ 2017-06-09 13:52 人生为卒
阅读(185)
评论(0)
推荐(0)
2017年5月26日
html 调用cs方法
摘要: html 界面 CS方法
阅读全文
posted @ 2017-05-26 10:30 人生为卒
阅读(2475)
评论(0)
推荐(0)
2017年5月23日
js 传递汉字参数,必须格式化
摘要: encodeURIComponent(userId)
阅读全文
posted @ 2017-05-23 10:54 人生为卒
阅读(790)
评论(0)
推荐(0)
2017年5月19日
form的序列化和循环
摘要: 记录时间 ...
阅读全文
posted @ 2017-05-19 18:10 人生为卒
阅读(278)
评论(0)
推荐(0)
上一页
1
···
13
14
15
16
17
18
19
20
21
···
30
下一页
公告