摘要: 同事推荐将datagrid上加一个toolbar 将上面的工具元素加上就可以了 toolbar: '#divListToolbar', 阅读全文
posted @ 2017-07-02 13:46 三瑞 阅读(648) 评论(0) 推荐(0)
摘要: //setValue方法不能触发onSelect事件 //$("#FundingSource").combobox("setValue", data.FundingSource); if (data.FundingSource) { $("#FundingSource").combobox("sel 阅读全文
posted @ 2017-06-30 15:54 三瑞 阅读(6134) 评论(0) 推荐(0)
摘要: 最后选择 select 方法来实现 checkRow checked 属性也不行 getChecked 方法并不能取到这两种方法的行数据 阅读全文
posted @ 2017-06-30 11:51 三瑞 阅读(391) 评论(0) 推荐(0)
摘要: /**取表单中的对象 *attrName:为元素的的属性名称不设置则默认为name */ $.fn.serialize = function (attrName) { var ret = {}; if (!attrName) {attrName = "name";} $(this).find("*[" + attrNa... 阅读全文
posted @ 2017-06-28 17:26 三瑞 阅读(345) 评论(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 三瑞 阅读(146) 评论(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 三瑞 阅读(1058) 评论(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)