10 2019 档案
摘要:openssl 是生成私钥和公钥证书的重要工具。 Windows如何安装OpenSSL: 官网:https://www.openssl.org/community/mailinglists.html 需要自己下载编译。 exe安装文件下载地址:https://slproweb.com/product
阅读全文
摘要:byte(C# 参考) byte 关键字代表一种整型,该类型按下表所示存储值: 类型 范围 大小 .NET Framework 类型 byte 0 到 255 无符号 8 位整数 Byte 类型 范围 大小 .NET Framework 类型 byte 0 到 255 无符号 8 位整数 Byte
阅读全文