06 2017 档案
摘要://setValue方法不能触发onSelect事件 //$("#FundingSource").combobox("setValue", data.FundingSource); if (data.FundingSource) { $("#FundingSource").combobox("sel
阅读全文
摘要:最后选择 select 方法来实现 checkRow checked 属性也不行 getChecked 方法并不能取到这两种方法的行数据
阅读全文
摘要:/**取表单中的对象 *attrName:为元素的的属性名称不设置则默认为name */ $.fn.serialize = function (attrName) { var ret = {}; if (!attrName) {attrName = "name";} $(this).find("*[" + attrNa...
阅读全文
摘要:select * from (select *, ROW_NUMBER() OVER(partition by [FLID],[ZBM],[MC] Order by [FLID],[ZBM],[MC] ) AS RowNumber from [MaterialClassFLMX])a where a
阅读全文
摘要:这个也是网上查询到方法,不错记录一下! /// <summary> /// 清空所有的Cache /// </summary> public static void ClearCache() { List<string> cacheKeys = new List<string>(); IDictio
阅读全文