摘要: 1.nuget装log4net 2.nuget控件台装 mysql.data Install-Package mysql.data -version 6.8.3 (太高的版本用不了,切记) 3.修改app.config文件,在configuration节点下添加 使用: LogExceptionHa 阅读全文
posted @ 2018-04-25 16:47 小小高 阅读(729) 评论(0) 推荐(0)
摘要: /// /// 单实例运行程序 /// static void SingleInstanceRun() { bool isAppRunning = false; Mutex mutex = new Mutex(true, Process.GetCurrentProcess().... 阅读全文
posted @ 2018-04-25 16:25 小小高 阅读(304) 评论(0) 推荐(0)
摘要: 依赖: https://files.cnblogs.com/files/gaocong/SqlServerTools.rar 阅读全文
posted @ 2018-04-25 16:22 小小高 阅读(3871) 评论(1) 推荐(1)
摘要: <requestedExecutionLevel level="requireAdministrator" uiAccess="false" /> 阅读全文
posted @ 2018-04-25 15:43 小小高 阅读(1948) 评论(0) 推荐(1)