摘要: public void WriteLog(string strLog) { string sFilePath = AppDomain.CurrentDomain.BaseDirectory + "Log"; string sFileName = DateTime.Now.ToString("yyyy 阅读全文
posted @ 2019-10-16 14:49 🌷Flower 阅读(310) 评论(2) 推荐(0)
摘要: #region 添加有效性 DataTable dt = LAbll.LogisticsAccounts(DeptId); //查数据 if (dt.Rows.Count < 20) //有效性字符限制255,一组字符12加分割符=13 { string[] strs = {}; for (int 阅读全文
posted @ 2019-10-16 10:50 🌷Flower 阅读(344) 评论(0) 推荐(0)