摘要: using System; using System.Diagnostics; using System.Text; using System.IO; using System.Threading; namespace Common { public class LogEngine { private LogSetting m_Setting; ... 阅读全文
posted @ 2019-01-08 14:02 脑子不够用 阅读(834) 评论(0) 推荐(0) 编辑
摘要: using System; using System.Collections.Generic; using System.Runtime.InteropServices; using System.Text; using System.Linq; namespace Common { public class IniAPI { #region INI文件操作 ... 阅读全文
posted @ 2019-01-08 14:00 脑子不够用 阅读(1095) 评论(0) 推荐(0) 编辑
摘要: using System; using System.Collections.Generic; using System.Diagnostics; using System.IO; using System.Runtime.InteropServices; using System.Text.RegularExpressions; namespace Access { public c... 阅读全文
posted @ 2019-01-08 13:58 脑子不够用 阅读(634) 评论(0) 推荐(0) 编辑
摘要: using System; using System.Linq; using System.Collections.Generic; using System.Data; using System.Data.OleDb; namespace Access { public static class DbAccess { //const string CONN_S... 阅读全文
posted @ 2019-01-08 13:27 脑子不够用 阅读(328) 评论(0) 推荐(0) 编辑
摘要: public class SysAccess { public static void ProcessStart(string processPath, params string[] contents) { if (string.IsNullOrEmpty(processPath)) ret... 阅读全文
posted @ 2019-01-08 13:23 脑子不够用 阅读(887) 评论(0) 推荐(0) 编辑