上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 22 下一页
摘要: 缺少文件 阅读全文
posted @ 2021-10-19 09:56 黄立明02 阅读(26) 评论(0) 推荐(0)
该文被密码保护。 阅读全文
posted @ 2021-09-23 09:26 黄立明02 阅读(0) 评论(0) 推荐(0)
摘要: 若要C#调试动态库,则需要将C#代码设置属性如下图: 然后还需要将C#代码的生成方式设置为x86方式,不能是any cpu否则调试不了 将被调试的动态库代码的相应位置打上断点,不然进不去代码 阅读全文
posted @ 2021-09-15 16:11 黄立明02 阅读(313) 评论(0) 推荐(0)
摘要: 在连接字符串中添加:Allow User Variables=True; 阅读全文
posted @ 2021-09-10 14:32 黄立明02 阅读(398) 评论(0) 推荐(0)
摘要: 原文地址:https://www.cnblogs.com/tianma3798/p/8252553.html C#多线程读写同一文件处理 在多线程访问读写同一个文件时,经常遇到异常:“文件正在由另一进程使用,因此该进程无法访问此文件”。 多线程访问统一资源的异常, 解决方案1,保证读写操作单线程执行 阅读全文
posted @ 2021-07-14 13:50 黄立明02 阅读(393) 评论(0) 推荐(0)
摘要: https://social.microsoft.com/Forums/id-ID/edeb5e7b-e445-4e8b-8182-a7effcc6b0c4/200262016020040picturebox2617431034324182144965292241821998826080?forum 阅读全文
posted @ 2021-07-13 13:52 黄立明02 阅读(163) 评论(0) 推荐(0)
摘要: Global.RootStart("peed.exe", "StartByGuard"); public static void RootStart(string exepath, string args) { ProcessStartInfo startInfo = new ProcessStar 阅读全文
posted @ 2021-07-13 10:28 黄立明02 阅读(145) 评论(0) 推荐(0)
摘要: private static void Timekeeping(int expire) { System.Timers.Timer timer = new System.Timers.Timer(); timer.Interval = expire; timer.Enabled = true; ti 阅读全文
posted @ 2021-07-13 09:46 黄立明02 阅读(93) 评论(0) 推荐(0)
摘要: 1 /** 2 *┌──────────────────────────────────────────────────────────────┐ 3 *│ 描 述: 4 *│ 作 者:HLM 5 *│ 版 本:1.0 6 *│ 创建时间:2021.7.8 13:06:33 7 *└──────── 阅读全文
posted @ 2021-07-09 11:38 黄立明02 阅读(162) 评论(0) 推荐(0)
摘要: using Newtonsoft.Json; using Newtonsoft.Json.Linq; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System. 阅读全文
posted @ 2021-05-27 18:41 黄立明02 阅读(76) 评论(0) 推荐(0)
上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 22 下一页