摘要: public void CreateStaticPage(int bookId) { //查询到id var book = this.DbSession.BooksDal.LoadEntities(c => c.Id==bookId).FirstOrDefault(); //打开html模版文件 v 阅读全文
posted @ 2016-06-15 23:47 Jesh_95 阅读(249) 评论(0) 推荐(0) 编辑
摘要: 第一种方式是用循环去匹配,可能效率比较慢 //for (int i = 0; i < Nic.Rows.Count; i++) //{ // for (int j = 0; j < dt.Rows.Count; j++) // { //表一的ProductCode 不等于表二的ProductCode 阅读全文
posted @ 2016-06-15 14:52 Jesh_95 阅读(752) 评论(0) 推荐(0) 编辑