上一页 1 2 3 4 5 6 ··· 12 下一页
摘要: private void FormMain_Load(object sender, EventArgs e) { ShareDirec(); } public void ShareDirec() { ManagementClass management =new ManagementClass("W 阅读全文
posted @ 2024-03-24 13:58 chengeng 阅读(20) 评论(0) 推荐(0)
摘要: 现象 FastReport 打印弹框,无法关闭 解决方法 阅读全文
posted @ 2024-03-19 17:18 chengeng 阅读(85) 评论(0) 推荐(0)
摘要: #region 屏幕保护 System.Timers.Timer timerRunScreenSaverTask = null; F_ScreenSaver f_ScreenSaver = null; private void RunScreenSaverTask() { if (timerRunS 阅读全文
posted @ 2024-03-18 10:50 chengeng 阅读(72) 评论(0) 推荐(0)
摘要: 1、创建一个DNS服务:可以使用MulticastService类来创建一个DNS服务实例,并为其指定主机名和端口号。 var service = new MulticastService("mydns.local", IPAddress.Parse("224.0.0.251"), 5353); 2 阅读全文
posted @ 2023-11-23 15:30 chengeng 阅读(330) 评论(1) 推荐(0)
摘要: public void CutAppForm(int Localtion_X,int Localtion_Y, int picWidth,int picHeight,ref byte[] bytes) { string filePath = System.AppDomain.CurrentDomai 阅读全文
posted @ 2023-11-14 14:49 chengeng 阅读(54) 评论(0) 推荐(0)
摘要: public static int Update(string strJson) { int count = 0; List<Dictionary<string, object>> listRows = JsonConvert.DeserializeObject<List<Dictionary<st 阅读全文
posted @ 2023-11-13 14:16 chengeng 阅读(128) 评论(0) 推荐(0)
摘要: 1、金蝶云星空BOS平台-知识地图 https://vip.kingdee.com/article/57859651290906368?productLineId=1 2、金蝶云星空下载 https://open.kingdee.com/K3Cloud/Open/ProductDetail.aspx 阅读全文
posted @ 2023-07-19 08:09 chengeng 阅读(372) 评论(0) 推荐(0)
摘要: .NET Framework 2.0 Service Pack 1 x86:https://download.microsoft.com/download/0/8/c/08c19fa4-4c4f-4ffb-9d6c-150906578c9e/NetFx20SP1_x86.exe x64:https: 阅读全文
posted @ 2023-07-18 17:11 chengeng 阅读(985) 评论(0) 推荐(0)
摘要: 1、下载 https://objects.githubusercontent.com/github-production-release-asset-2e65be/374927/3381b277-0ffa-4ddf-b353-dc78d1e9eda4?X-Amz-Algorithm=AWS4-HMA 阅读全文
posted @ 2023-07-07 14:44 chengeng 阅读(255) 评论(0) 推荐(0)
摘要: 1、安装环境: 截止2023年06月21日,安装采用CloudDrive0.3.7版本,其它版本发现多少有些问题 该软件安装后,会顺带安装WinFsp这个软件,这个软件不要卸载,卸载会导致在文件资源管理器中(我的电脑) 不显示挂载的磁盘。 2、挂载方法简单介绍 2.1、进入后台地址:http://l 阅读全文
posted @ 2023-06-21 22:44 chengeng 阅读(1767) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 ··· 12 下一页