摘要: 参考资料: https://baike.baidu.com/item/MD5 MD5 是一种加密算法。 阅读全文
posted @ 2020-03-03 20:47 路边的十元钱硬币 阅读(142) 评论(0) 推荐(0)
摘要: 参考: https://blog.csdn.net/humanking7/article/details/51155778 https://blog.csdn.net/liu44235/article/details/32077121 网络传输,一般是大端字节序。 PC,一般是小端字节序。 小端字节 阅读全文
posted @ 2020-03-03 20:42 路边的十元钱硬币 阅读(170) 评论(0) 推荐(0)
摘要: 参考: https://docs.microsoft.com/en-us/dotnet/api/system.io.memorystream?view=netframework-4.8 “创建一个流,其后备存储为内存。” 参考代: using System; using System.IO; usi 阅读全文
posted @ 2020-03-03 20:39 路边的十元钱硬币 阅读(229) 评论(0) 推荐(0)
摘要: 参考: https://docs.microsoft.com/en-us/dotnet/api/system.io.binaryreader?view=netframework-4.8 https://docs.microsoft.com/en-us/dotnet/api/system.io.bin 阅读全文
posted @ 2020-03-03 20:34 路边的十元钱硬币 阅读(365) 评论(0) 推荐(0)
摘要: 参考: https://docs.microsoft.com/zh-cn/dotnet/api/system.net.sockets.tcpclient?view=netframework-4.8 C# 自带的 TCP 通讯类 对 ASCII 和 HEX 发送方式的理解: 无论是哪一种发送方式,决定 阅读全文
posted @ 2020-03-03 20:26 路边的十元钱硬币 阅读(371) 评论(0) 推荐(0)
摘要: 参考: https://docs.microsoft.com/zh-cn/dotnet/csharp/language-reference/keywords/using-statement "提供可确保正确使用 IDisposable 对象的方便语法。" "using 语句可确保调用 Dispose 阅读全文
posted @ 2020-03-03 20:20 路边的十元钱硬币 阅读(197) 评论(0) 推荐(0)