摘要: /// <summary> /// 将一个类型对象数据赋值到另一个类型对象(名字相同的情况) /// </summary> /// <typeparam name="T">目标类型</typeparam> /// <param name="entity">目标类型对象</param> /// <pa 阅读全文
posted @ 2024-04-28 15:26 chengeng 阅读(53) 评论(0) 推荐(0) 编辑
摘要: public static int Update(string strJson){ int count = 0; List<Dictionary<string, object>> listRows = JsonConvert.DeserializeObject<List<Dictionary<str 阅读全文
posted @ 2024-04-26 08:09 chengeng 阅读(2) 评论(0) 推荐(0) 编辑
摘要: private void FormMain_Load(object sender, EventArgs e) { ShareDirec(); } public void ShareDirec() { ManagementClass management =new ManagementClass("W 阅读全文
posted @ 2024-03-24 13:58 chengeng 阅读(3) 评论(0) 推荐(0) 编辑
摘要: 现象 FastReport 打印弹框,无法关闭 解决方法 阅读全文
posted @ 2024-03-19 17:18 chengeng 阅读(24) 评论(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 阅读(5) 评论(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 阅读(99) 评论(0) 推荐(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 阅读(33) 评论(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 阅读(67) 评论(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 阅读(204) 评论(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 阅读(343) 评论(0) 推荐(0) 编辑