摘要:
当td没有任何标示时,在jQuery中实现获取其在表格中的行和列:<!DOCTYPEhtmlPUBLIC"-//W3C//DTDXHTML1.0Transitional//EN""http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><htmlxmlns="http://www.w3.org/1999/xhtml"><head><metahttp-equiv="Content-Type"content=" 阅读全文
摘要:
解决问题:解决UI上使用NHibernate通用查询方法(仅适用于多个条件联合查询)第一步:在UI层建立构造条件方法: private IList<ICriterion> GetCondition(string customerName = "", string address = "") { Employee employee = new Employee(); List<ICriterion> queryConditions = new List<ICriterion>(); if (!string.IsNullO 阅读全文