08 2020 档案

摘要:代码如下: 1 static MD5 s_md5; 2 3 static MD5 MD5Obj => s_md5 ??= MD5.Create(); 4 5 6 public static string ComputeHash(byte[] buffer) 7 { 8 if (buffer == n 阅读全文
posted @ 2020-08-26 15:18 孤独の巡礼 阅读(793) 评论(0) 推荐(0) 编辑
摘要:参考代码如下: 1 using System; 2 using System.Net; 3 using System.Net.Sockets; 4 using System.Collections.Generic; 5 using UnityGMClient.Network.Utility; 6 7 阅读全文
posted @ 2020-08-12 17:26 孤独の巡礼 阅读(589) 评论(0) 推荐(0) 编辑