摘要: public class WriteLog { public static void WriteLogInfo(SqlException ex,string path) { if (!Directory.Exists(path)) { Directory.CreateDirectory(path); 阅读全文
posted @ 2020-09-05 22:25 tiger_yj 阅读(152) 评论(0) 推荐(0) 编辑
摘要: ... ... /// <summary> /// 创建Txt文本 /// </summary> /// <param name="name"></param> /// <param name="str"></param> public void CreateTxt(string name,stri 阅读全文
posted @ 2020-09-05 22:05 tiger_yj 阅读(181) 评论(0) 推荐(0) 编辑