11 2022 档案
摘要:using Microsoft.Office.Interop.Excel; using System; using System.Collections.Generic; using System.Data; using System.Linq; using System.Reflection; u
阅读全文
摘要:private void CreateOneRiZhi(string newPath, string theDate, string info) { System.IO.File.Copy(System.Windows.Forms.Application.StartupPath + @"\templ
阅读全文
摘要:Microsoft.Office.Interop.Excel.Application app = new Microsoft.Office.Interop.Excel.Application(); Workbooks wbks = app.Workbooks; object missing = Sy
阅读全文
摘要:1、在nuget包中找confuserex,如果没有的话则安装,有的话直接找到C:\Users\Administrator\.nuget\packages\confuserex\0.6.0\tools 2、双击ConfuserEx.exe 3、BaseDirectory 选择所需混淆文件所在的目录
阅读全文