04 2023 档案
摘要:#.xsl格式 组件 ShiftRows(int startRow,int endRow,int n) 参数介绍: startRow:开始行 endRow:末尾行 n:移动[startRow,endRow]这一区间数据 上下移动粘贴,n>0:代表向下移动,n<0:代表向上移动。 //所以,加入我们要
阅读全文
摘要:``C# //# 包含壓縮包相同文件名的文件 //# 不指定文件夹, public static String Decompress(string Name) { try { string path = " "; //读取压缩文件(zip文件),准备解压缩 ZipInputStream zipInp
阅读全文
摘要:C# 获取文件名、无后缀文件名、扩展名 C# 获取文件名、无后缀文件名、扩展名string filePath = "E:\\test.txt";string LUJING = "获取全路径:" + Path.GetFullPath(filePath); //E:\\test.txtLUJING =
阅读全文