随笔分类 -  asp.net

集合拼接成字符串
摘要:List<string> idlist = new List<string>(); foreach (BM item in list) { idlist.Add("'" + item.DrBh + "'"); }string IDContent = string.Join(",", idlist.T 阅读全文

posted @ 2016-04-29 11:25 咸菜v 阅读(685) 评论(0) 推荐(0)

dal层通用类
摘要:using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Data.SqlClient;using System.Data;using System.Reflectio... 阅读全文

posted @ 2015-08-14 17:26 咸菜v 阅读(365) 评论(0) 推荐(0)

sqlHelper类
摘要:using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Data.SqlClient;using System.Collections;using System.Da... 阅读全文

posted @ 2015-08-14 17:25 咸菜v 阅读(258) 评论(0) 推荐(0)

文件操作通用类
摘要:using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.IO;using Model.CMS;using System.Web;using System.Text.R... 阅读全文

posted @ 2015-08-12 14:06 咸菜v 阅读(298) 评论(0) 推荐(0)

导航