会员
周边
新闻
博问
闪存
众包
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
James wang
Shanghai Pudong New District
首页
管理
上一页
1
···
13
14
15
16
17
18
19
20
21
···
48
下一页
2019年8月21日
无法嵌入互操作类型“Microsoft.Office.Interop.Word.ApplicationClass”。请改用适用的接口——解决方案
摘要: 请把: 修改成: 既是不要使用ApplicationClass,直接使用Application
阅读全文
posted @ 2019-08-21 11:08 James·wang
阅读(1223)
评论(0)
推荐(0)
2019年8月19日
[转发]for 循环,jQuery循环遍历详解
摘要: 1.for 循环原生JS最基本的使用: for - 循环代码块一定的次数2.for infor/in - 循环遍历对象的属性以任意顺序遍历一个对象的可枚举属性。对于每个不同的属性,语句都会被执行 for…in 不应该被用来迭代一个下标顺序很重要的 Array . 3.forEach()和map()J
阅读全文
posted @ 2019-08-19 18:28 James·wang
阅读(3381)
评论(0)
推荐(0)
2019年8月18日
百度开源上传组件webuploader 可上传多文件并带有进度条
摘要: 注意:使用Web Uploader文件上传需要引入三种资源:JS, CSS, SWF 补充上传成功后返回值的两方结合的问题:
阅读全文
posted @ 2019-08-18 23:20 James·wang
阅读(2605)
评论(0)
推荐(0)
2019年8月14日
Grid数字或金额千分位或保留两位小数
摘要: formatter: 'number', formatoptions: { thousandsSeparator: "", decimalPlaces: 2 }
阅读全文
posted @ 2019-08-14 12:10 James·wang
阅读(1564)
评论(0)
推荐(0)
自定义设置jqGrid的标头居中加粗等
摘要: beforeRequest: function () { $("thead th").css("text-align", "center").css("font-weight", "bold").css("background-image","url(/Content/libs/jquery-ui/
阅读全文
posted @ 2019-08-14 12:01 James·wang
阅读(2027)
评论(0)
推荐(0)
2019年8月12日
C# linq 使用Groupby lamda 获取非重复数据
摘要: var bookkeeperlist = await db.Bookkeeper.Where(a => a.AgentUserId == userId && a.ServiceItem == 1).GroupBy(b => b.BasicUserId).Select(a => new MyServicesListViewModel() { ...
阅读全文
posted @ 2019-08-12 16:11 James·wang
阅读(1036)
评论(0)
推荐(0)
2019年8月2日
获取div下的input type为file的所有对象
摘要: var files = $(".profile-content").find("input[type='file']"); files.each(function () { alert($(this).attr("data-id")); })
阅读全文
posted @ 2019-08-02 21:18 James·wang
阅读(358)
评论(0)
推荐(0)
2019年8月1日
C# MVC Ajax上传多个图片,可预览,可重复上传等
摘要: 注意要加载上传组件js .下载地址:https://blog-static.cnblogs.com/files/firstcsharp/ajaxfileupload.js 关于后台的上传代码就不用说了吧?网上一大把
阅读全文
posted @ 2019-08-01 16:52 James·wang
阅读(329)
评论(0)
推荐(0)
2019年7月30日
jqGrid怎样冻结指定的列
摘要: 第一步设置colModel 列内的 frozen: true; 第二步设置表格初始时宽度 shrinkToFit: false, 第三步设置 $gridTable.jqGrid('setFrozenColumns'); 注意:使用列锁定的功能的时候,jqGrid的sortable属性必须要为fals
阅读全文
posted @ 2019-07-30 15:26 James·wang
阅读(1251)
评论(0)
推荐(0)
在input内添加小图标或文字(元/月)等
摘要: 文字: 图标: 或者使用自己的图标:
阅读全文
posted @ 2019-07-30 11:43 James·wang
阅读(1843)
评论(0)
推荐(0)
上一页
1
···
13
14
15
16
17
18
19
20
21
···
48
下一页