摘要:
一、MySql static string strConn = "server=.;database=mast;uid=sa;pwd=123456;integrated Security=SSPI;persist Security info=false;"; /// <summary> /// 执行 阅读全文
posted @ 2021-04-10 22:18
之广
阅读(214)
评论(0)
推荐(0)
摘要:
DataTable dt = bllUser.GetUserInfoList(cateId); HttpContext.Current.Response.Clear(); HttpContext.Current.Response.Charset = "UTF-8"; HttpContext.Curr 阅读全文
posted @ 2021-04-10 22:16
之广
阅读(325)
评论(0)
推荐(0)
摘要:
public void CreateExcel(DataTable dt, string FileName) { string FileType = "application/ms-excel"; Response.Clear(); Response.Charset = "UTF-8"; Respo 阅读全文
posted @ 2021-04-10 22:15
之广
阅读(128)
评论(0)
推荐(0)