2024年3月23日
摘要: public static class HttpHelper { //private static LogHelper Log { get; } = new LogHelper("HttpHelper"); /// <summary> /// 发起POST同步请求 /// </summary> // 阅读全文
posted @ 2024-03-23 17:56 RookieBoy666 阅读(4) 评论(0) 推荐(0) 编辑
摘要: 命名空间: 点击查看代码 using Newtonsoft.Json; using Newtonsoft.Json.Linq; using System; using System.IO; using System.Linq; 类: 点击查看代码 /// <summary> /// Json扩展方法 阅读全文
posted @ 2024-03-23 17:55 RookieBoy666 阅读(8) 评论(0) 推荐(0) 编辑
摘要: nuget安装 Magick.NET-Q8-AnyCPU 我项目Framework未 4.5.1 这安装的7.17.0版本的包: 程序集引用: using ImageMagick; ConvertHeicToJpg方法转换代码如下: 点击查看代码 /// <summary> /// Heic转ToJ 阅读全文
posted @ 2024-03-23 16:52 RookieBoy666 阅读(240) 评论(0) 推荐(0) 编辑