09 2016 档案
摘要:C#实现通过Gzip来对数据进行压缩和解压
阅读全文
摘要:C#代码实现对HTTP POST参数进行排序
阅读全文
摘要:*.cer格式公钥证书及*.pfx格式私钥证书
阅读全文
摘要:private static byte[] Decode(byte[] packet) { var i = packet.Length - 1; while (packet[i] == 0) { --i; } var temp = new byte[i + 1]; Array.Copy(packet, temp, i + 1); ...
阅读全文
摘要:The DEFAULT System.Net.ServicePointManager.SecurityProtocol in both .NET 4.0/4.5 is: SecurityProtocolType.Ssl3 | SecurityProtocolType.Tls. .NET 4.0 su
阅读全文

浙公网安备 33010602011771号