11 2023 档案
摘要:1、创建一个DNS服务:可以使用MulticastService类来创建一个DNS服务实例,并为其指定主机名和端口号。 var service = new MulticastService("mydns.local", IPAddress.Parse("224.0.0.251"), 5353); 2
阅读全文
摘要:public void CutAppForm(int Localtion_X,int Localtion_Y, int picWidth,int picHeight,ref byte[] bytes) { string filePath = System.AppDomain.CurrentDomai
阅读全文
摘要:public static int Update(string strJson) { int count = 0; List<Dictionary<string, object>> listRows = JsonConvert.DeserializeObject<List<Dictionary<st
阅读全文