摘要:
1.在解决方案下新建项目BuildScript 2.在BuildScript项目下新建BuildScript.cs文件 3.Nuget安装FlubuCore包 4.BuildScript.cs内容 using System; using System.IO; using System.Linq; u 阅读全文
摘要:
1.Program.js Encoding.RegisterProvider(CodePagesEncodingProvider.Instance); 2.解压读取压缩包时 using Stream fileStream = file.OpenReadStream(); using ZipArchi 阅读全文
摘要:
1.场景 使用EFCore.BulkExtensions包执行MySQL批量操作报错 Loading local data is disabled; this must be enabled on both the client and server side 2.解决 1.在数据库连接字符串上加上 阅读全文