摘要: #region 延迟函数 public static bool Delay(int delayTime) { DateTime now = DateTime.Now; int s; do { TimeSpan spand = DateTi... 阅读全文
posted @ 2018-10-30 16:03 芈璐 阅读(1407) 评论(0) 推荐(0) 编辑
摘要: public static void WriteLogs(string fileName, string type, string content) { string path = AppDomain.CurrentDomain.BaseDirectory; if (!string.IsNullOrEmpty(path)) ... 阅读全文
posted @ 2018-10-30 11:26 芈璐 阅读(1624) 评论(0) 推荐(0) 编辑