2020年7月3日
摘要: Console.WriteLine("OpenPop.Pop3.Pop3Client:"); try { using (var client = new OpenPop.Pop3.Pop3Client()) { client.Connect(host, port, false); client.Au 阅读全文
posted @ 2020-07-03 16:30 走出高度 阅读(508) 评论(0) 推荐(0) 编辑
摘要: public class Decode { /// <summary> /// 算法的机密密钥 /// 可以重新定义8位 255以内的整型字节组 /// </summary> static byte[] rgbKey = { 56, 104, 247, 80, 34, 88, 157, 4 }; / 阅读全文
posted @ 2020-07-03 14:05 走出高度 阅读(210) 评论(0) 推荐(0) 编辑