摘要: /**取表单中的对象 *attrName:为元素的的属性名称不设置则默认为name */ $.fn.serialize = function (attrName) { var ret = {}; if (!attrName) {attrName = "name";} $(this).find("*[" + attrNa... 阅读全文
posted @ 2017-06-28 17:26 三瑞 阅读(346) 评论(0) 推荐(0)
摘要: select * from (select *, ROW_NUMBER() OVER(partition by [FLID],[ZBM],[MC] Order by [FLID],[ZBM],[MC] ) AS RowNumber from [MaterialClassFLMX])a where a 阅读全文
posted @ 2017-06-26 19:42 三瑞 阅读(147) 评论(0) 推荐(0)
摘要: 这个也是网上查询到方法,不错记录一下! /// <summary> /// 清空所有的Cache /// </summary> public static void ClearCache() { List<string> cacheKeys = new List<string>(); IDictio 阅读全文
posted @ 2017-06-19 11:47 三瑞 阅读(252) 评论(0) 推荐(0)
摘要: CJXX.ServiceTest.PersonRelationMgeSvrTest.GetPersonRelation:SetUp : Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActiv 阅读全文
posted @ 2017-05-19 10:18 三瑞 阅读(1060) 评论(0) 推荐(0)
摘要: 网站:http://icsharpcode.github.io/SharpZipLib/ 引用:ICSharpCode.SharpZipLib.dll 阅读全文
posted @ 2017-04-21 20:12 三瑞 阅读(375) 评论(0) 推荐(0)
摘要: var col=$(_758).datagrid("getColumnOption",_75e);if(col){//var _75f=_75c[_75e];var _75f=undefined;if(_75c[_75e.split(".")[0]]){ _75f=eval("_75c['"+_75 阅读全文
posted @ 2017-04-10 18:07 三瑞 阅读(2023) 评论(0) 推荐(0)
摘要: 错误提示:无法启动iis express web 服务器 环境win10+vs2017 原因:网站端口小于1024 解决方案:用管理员身份 启动 vs2017 或改成 大于1024的端口 阅读全文
posted @ 2017-04-07 22:56 三瑞 阅读(276) 评论(0) 推荐(0)
摘要: (dom中已经加载,fit:true 时改变浏览器大小是会显示出来) 第一个想到的就是resize datagird 大小!可是没有用 。。。 答案是加载的的div height为0导至的(//Todo 。。。时间关系,后来来改一下。。。) 阅读全文
posted @ 2017-03-23 14:16 三瑞 阅读(350) 评论(0) 推荐(0)
摘要: 不替换 ( .replace(/\"/g, "\\\"") )则会有错误: Uncaught SyntaxError: missing ) after argument listax strBtn += "<a href='javascript:;' class=\"link-btn-view\" 阅读全文
posted @ 2017-03-17 14:27 三瑞 阅读(963) 评论(0) 推荐(0)
摘要: 1、我们网站是.net 3.5 开发的。还有一个32DLL 2、从windows server 2008 r2 iis 7 迁移过来碰到了3个问题,及解决办法 I、 在唯一密钥属性“fileExtension”设置为“.json”时,无法添加类型为“mimeMap”的重复集合项 如果IIS中已经有设 阅读全文
posted @ 2017-03-17 10:11 三瑞 阅读(278) 评论(0) 推荐(0)