上一页 1 ··· 24 25 26 27 28 29 30 31 32 ··· 47 下一页
摘要: 可以连续使用:OrderBy,ThenBy 或者 OrderByDescending,ThenByDescending 阅读全文
posted @ 2017-03-29 10:01 James·wang 阅读(3343) 评论(0) 推荐(1)
摘要: 常常有一些特殊的MIME类型是IIS中没有的,一般来说要我们自己手动添加。如果网站经常更换服务器或者网站代码是提供给多个用户使用,那么会造成网站中用到的特殊的MIME类型要经常性的在IIS上配置。这里考虑到一个网站配置通用性问题,所以我们可以将MIME类型添加到ASP.NET网站的配置文件中,这样用 阅读全文
posted @ 2017-03-12 18:31 James·wang 阅读(1470) 评论(0) 推荐(0)
摘要: 选中指定网站→在右侧找到 MIME类型 → 双击进入已有类型页 → 点击最右侧添加 apk application/vnd.android.package-archive MRP文件(国内普遍的手机) .mrp application/octet-stream IPA文件(IPHONE) .ipa 阅读全文
posted @ 2017-03-09 09:27 James·wang 阅读(1894) 评论(0) 推荐(0)
摘要: 一、预编译发布 去掉“允许更新预编译站点”前的勾 二、Web站点: 点开“高级设置”把预加载已启用设置为:True 三、IIS应用程序池 把固定时间间隔1740设置为:0 把闲置超时20设置为:0 阅读全文
posted @ 2017-03-08 18:40 James·wang 阅读(4312) 评论(2) 推荐(0)
摘要: System.Diagnostics.Stopwatch stopwatch = new System.Diagnostics.Stopwatch(); stopwatch.Start(); // Here: 需要计算耗时的过程/方法 stopwatch.Stop(); stopwatch.Elap 阅读全文
posted @ 2017-03-08 17:53 James·wang 阅读(499) 评论(0) 推荐(0)
摘要: 参数主要在:formData: "ContractCode":"20170222","UserId":"20125" 位置 接收参数方法: 阅读全文
posted @ 2017-02-22 17:44 James·wang 阅读(6775) 评论(0) 推荐(0)
摘要: onUploadStart:function(file){ if ($("#ContractCode").val() == "") { alert("上传之前请输入合同编号!"); $("#ContractCode").focus(); ... 阅读全文
posted @ 2017-02-20 16:19 James·wang 阅读(606) 评论(0) 推荐(0)
摘要: {name:'cityId',index:'cityId',sorttype:'int',width:0,hidden:true,key:true}, 一定要将你的主键值的的key设置为true,这样在使用时var ids=$('#cityInforList').jqGrid('getDataIDs 阅读全文
posted @ 2017-02-18 16:57 James·wang 阅读(5089) 评论(0) 推荐(0)
摘要: http://blog.csdn.net/drykilllogic/article/details/6112516# 阅读全文
posted @ 2017-02-17 19:37 James·wang 阅读(4575) 评论(1) 推荐(0)
摘要: 1、获得选中行的序号数组:var ids = $("jqgridtableid").jqGrid('getGridParam','selarrrow'); 2、获得所有行key对象值Id的数组(注意要指明:key: true):var ids = $("jqgridtableid").jqGrid( 阅读全文
posted @ 2017-02-17 19:08 James·wang 阅读(17322) 评论(0) 推荐(0)
上一页 1 ··· 24 25 26 27 28 29 30 31 32 ··· 47 下一页