摘要: 只返回,不刷新: 既返回,又刷新: 阅读全文
posted @ 2017-10-28 09:53 守y1座_空城 阅读(161) 评论(0) 推荐(0) 编辑
摘要: 调用时: //DataTable转化List List<Model> list = DtList.GetList<Model>(dt); //List转化DataSet DataSet ds = DtList.ConvertToDataSet<Model>(list); 阅读全文
posted @ 2017-10-12 17:07 守y1座_空城 阅读(148) 评论(0) 推荐(0) 编辑
摘要: 无标题文档 阅读全文
posted @ 2017-09-25 14:25 守y1座_空城 阅读(137) 评论(0) 推荐(0) 编辑
摘要: using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading; namespace ConsoleApplication1 { class Pr 阅读全文
posted @ 2017-09-22 08:45 守y1座_空城 阅读(1959) 评论(0) 推荐(0) 编辑
摘要: <span style="display:block;overflow: hidden;">文字溢出文字溢出</span> 阅读全文
posted @ 2017-09-19 16:47 守y1座_空城 阅读(151) 评论(0) 推荐(0) 编辑
摘要: 包含某字符串的模糊查询 pageInfo.Wheres.Add(n => n.Title.Contains(Ttile)); 以某字符串开头的模糊查询 pageInfo.Wheres.Add(n => n.CateCode.StartsWith(CateCode)); 以某字符串结尾的模糊查询 pa 阅读全文
posted @ 2017-04-11 09:23 守y1座_空城 阅读(177) 评论(0) 推荐(0) 编辑