06 2021 档案
摘要:1 public static string[] GetValue(Sheet_Excel model) 2 { 3 MessageModel result = new MessageModel(); 4 string[] arrys = new string[] { }; 5 try 6 { 7
阅读全文
摘要:1 2 public readonly IWebHostEnvironment _webHostEnvironment; 3 4 public FileController(IWebHostEnvironment webHostEnvironment) 5 { 6 7 _webHostEnviron
阅读全文
摘要:public class ImagesHelper { /// <summary> /// 缩略图1:生成等比例高清缩略图,图片比较大 /// </summary> /// <param name="phyPath">原图片的路径</param> /// <param name="width">缩略
阅读全文
摘要:/// <summary> /// .net core 下添加引用 ServiceStack.Redis /// Redis缓存操作类 /// </summary> public class RedisHelper { /// <summary> /// 判断某个数据是否已经被缓存 /// </su
阅读全文
摘要:/// <summary> /// 不可逆加密MD5 /// MD5全称是message-digest algorithm 5,简单的说就是单向的加密,也就是说无法根据密文推导出明文。 /// MD5主要用途: /// 1、对一段信息生成信息摘要,该摘要对该信息具有唯一性,可以作为数字签名 ///
阅读全文
摘要:public class DBHelper { //System.Data.SqlClient //Dapper //Newtonsoft.Json /// <summary> /// 查询List集合 /// </summary> /// <typeparam name="T"></typepar
阅读全文

浙公网安备 33010602011771号