09 2022 档案
摘要:nuget引入NLog组件 NLog.config 记得改为始终复制 <?xml version="1.0" ?> <nlog xmlns="http://www.nlog-project.org/schemas/NLog.xsd" xmlns:xsi="http://www.w3.org/2001
阅读全文
摘要:先引用 using iTextSharp.text;using iTextSharp.text.pdf; public static string MergePdf(List<string> list, string merFilePath, bool isDelOldFile = true) {
阅读全文
摘要:/// <summary> /// list分片 /// </summary> /// <typeparam name="T"></typeparam> /// <param name="list"></param> /// <param name="blockSize"></param> ///
阅读全文
摘要:需要nuget 安装FreeSpire.XLS Free为免费版不会带水印 using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tas
阅读全文