会员
周边
新闻
博问
闪存
赞助商
YouClaw
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
三瑞
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
38
39
40
41
42
43
44
45
46
下一页
2017年6月28日
重写jquery serialize 方法
摘要: /**取表单中的对象 *attrName:为元素的的属性名称不设置则默认为name */ $.fn.serialize = function (attrName) { var ret = {}; if (!attrName) {attrName = "name";} $(this).find("*[" + attrNa...
阅读全文
posted @ 2017-06-28 17:26 三瑞
阅读(346)
评论(0)
推荐(0)
2017年6月26日
删除 重复行数据
摘要: 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)
2017年6月19日
System.Web.UI.Page.Cache 页面 缓存 清除
摘要: 这个也是网上查询到方法,不错记录一下! /// <summary> /// 清空所有的Cache /// </summary> public static void ClearCache() { List<string> cacheKeys = new List<string>(); IDictio
阅读全文
posted @ 2017-06-19 11:47 三瑞
阅读(252)
评论(0)
推荐(0)
2017年5月19日
记一次Castle报错
摘要: CJXX.ServiceTest.PersonRelationMgeSvrTest.GetPersonRelation:SetUp : Castle.MicroKernel.ComponentActivator.ComponentActivatorException : ComponentActiv
阅读全文
posted @ 2017-05-19 10:18 三瑞
阅读(1060)
评论(0)
推荐(0)
2017年4月21日
ICSharpCode.SharpZipLib.dll 压缩多文件
摘要: 网站:http://icsharpcode.github.io/SharpZipLib/ 引用:ICSharpCode.SharpZipLib.dll
阅读全文
posted @ 2017-04-21 20:12 三瑞
阅读(375)
评论(0)
推荐(0)
2017年4月10日
easyui datagrid columns的field支持属性的子属性(field.sonfield形式或者格式化程序形式)
摘要: 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)
2017年4月7日
无法启动iis express web 服务器
摘要: 错误提示:无法启动iis express web 服务器 环境win10+vs2017 原因:网站端口小于1024 解决方案:用管理员身份 启动 vs2017 或改成 大于1024的端口
阅读全文
posted @ 2017-04-07 22:56 三瑞
阅读(276)
评论(0)
推荐(0)
2017年3月23日
easyui datagrid 加载 历险记(dom中已经加载,fit:true 时改变浏览器大小是会显示出来)
摘要: (dom中已经加载,fit:true 时改变浏览器大小是会显示出来) 第一个想到的就是resize datagird 大小!可是没有用 。。。 答案是加载的的div height为0导至的(//Todo 。。。时间关系,后来来改一下。。。)
阅读全文
posted @ 2017-03-23 14:16 三瑞
阅读(350)
评论(0)
推荐(0)
2017年3月17日
js 字符中 带 函数 再传对象参数
摘要: 不替换 ( .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)
window server 2012 II8 假陌生 碰到的问题
摘要: 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)
上一页
1
···
38
39
40
41
42
43
44
45
46
下一页
公告