摘要: using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Text.RegularExpressions;using System.Threading.Tasks;na 阅读全文
posted @ 2019-03-14 11:31 小螃蟹夹子 阅读(253) 评论(0) 推荐(0) 编辑
摘要: using System;using System.Collections.Generic;using System.Configuration;using System.IO;using System.Linq;using System.Net;using System.Text;using Sy 阅读全文
posted @ 2019-03-14 11:25 小螃蟹夹子 阅读(185) 评论(0) 推荐(0) 编辑
摘要: /// <summary> /// 反参压缩(Gzip) /// </summary> public class GZipCompressionAttribute: ActionFilterAttribute { /// <summary> /// 反参压缩(Gzip) /// </summary> 阅读全文
posted @ 2019-03-14 11:22 小螃蟹夹子 阅读(98) 评论(0) 推荐(0) 编辑
摘要: using System;using System.Collections;using System.Collections.Generic;using System.IO;using System.Linq;using System.Net;using System.Text;using Syst 阅读全文
posted @ 2019-03-14 11:17 小螃蟹夹子 阅读(447) 评论(0) 推荐(0) 编辑
摘要: using System;using System.Collections.Generic;using System.Configuration;using System.IO;using System.Linq;using System.Security.Cryptography;using Sy 阅读全文
posted @ 2019-03-14 11:14 小螃蟹夹子 阅读(418) 评论(0) 推荐(0) 编辑
摘要: /// <summary> /// /// </summary> /// <param name="url">请求地址</param> /// <param name="postData">json请求参数</param> /// <param name="reqType">请求类型</param> 阅读全文
posted @ 2019-03-14 10:56 小螃蟹夹子 阅读(183) 评论(0) 推荐(0) 编辑
摘要: using System;using System.Collections.Generic;using System.Data;using System.IO;using System.IO.Compression;using System.Linq;using System.Text;using 阅读全文
posted @ 2019-03-14 10:53 小螃蟹夹子 阅读(195) 评论(0) 推荐(0) 编辑