06 2017 档案

摘要://setValue方法不能触发onSelect事件 //$("#FundingSource").combobox("setValue", data.FundingSource); if (data.FundingSource) { $("#FundingSource").combobox("sel 阅读全文
posted @ 2017-06-30 15:54 三瑞 阅读(6083) 评论(0) 推荐(0) 编辑
摘要:最后选择 select 方法来实现 checkRow checked 属性也不行 getChecked 方法并不能取到这两种方法的行数据 阅读全文
posted @ 2017-06-30 11:51 三瑞 阅读(377) 评论(0) 推荐(0) 编辑
摘要:/**取表单中的对象 *attrName:为元素的的属性名称不设置则默认为name */ $.fn.serialize = function (attrName) { var ret = {}; if (!attrName) {attrName = "name";} $(this).find("*[" + attrNa... 阅读全文
posted @ 2017-06-28 17:26 三瑞 阅读(336) 评论(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 三瑞 阅读(136) 评论(0) 推荐(0) 编辑
摘要:这个也是网上查询到方法,不错记录一下! /// <summary> /// 清空所有的Cache /// </summary> public static void ClearCache() { List<string> cacheKeys = new List<string>(); IDictio 阅读全文
posted @ 2017-06-19 11:47 三瑞 阅读(243) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示