摘要: //写入日志(简洁版) public static void AddLogByTxt(string log) { string logName = DateTime.Now.ToString() + "log.txt"; string path = AppDomain.CurrentDomain.B 阅读全文
posted @ 2018-09-20 10:18 蹦蹦郭 阅读(891) 评论(0) 推荐(0) 编辑
摘要: /// <summary> /// 检查给定数组或集合是否具有元素,并且没有一个元素为null /// </summary> /// <param name="collection">the collection to be checked.</param> /// <returns>true if 阅读全文
posted @ 2018-09-20 09:21 蹦蹦郭 阅读(525) 评论(0) 推荐(0) 编辑