03 2021 档案

摘要:protected void btnExcel_Click(object sender, EventArgs e) { #region IWorkbook book = new HSSFWorkbook(); ISheet sheet1 = book.CreateSheet("Sheet1"); I 阅读全文
posted @ 2021-03-11 15:17 黑月SAMA 阅读(123) 评论(0) 推荐(0)
摘要:BLL.Room_Scheduled bll = new BLL.Room_Scheduled(); DataSet ds = bll.GetList(where,index); int i = 0; foreach (DataRow item in ds.Tables[0].Rows) { str 阅读全文
posted @ 2021-03-05 18:29 黑月SAMA 阅读(50) 评论(0) 推荐(0)
摘要:a = a.Substring(0, a.Length - 1); //去除最后一位逗号 b = string.Join(",", a.Split(',').Distinct().ToArray());//去字符串去重 阅读全文
posted @ 2021-03-02 10:27 黑月SAMA 阅读(765) 评论(0) 推荐(0)