摘要:
C#保存的数据都是使用以下的压缩算法保存 public static byte[] Zip2(byte[] content) { using (System.IO.MemoryStream ms = new System.IO.MemoryStream()) using (DeflateStream 阅读全文
摘要:
WebApi当道的今天,之前要自己写的序列化,现在有人都做好了 public class PostHelper { static HttpClient client = new HttpClient(); public static async Task<T> PostTestAsync<T>(st 阅读全文