摘要:
#.xsl格式 组件 ShiftRows(int startRow,int endRow,int n) 参数介绍: startRow:开始行 endRow:末尾行 n:移动[startRow,endRow]这一区间数据 上下移动粘贴,n>0:代表向下移动,n<0:代表向上移动。 //所以,加入我们要 阅读全文
posted @ 2023-04-28 10:44
平行时空再见吧
阅读(73)
评论(0)
推荐(0)
摘要:
``C# //# 包含壓縮包相同文件名的文件 //# 不指定文件夹, public static String Decompress(string Name) { try { string path = " "; //读取压缩文件(zip文件),准备解压缩 ZipInputStream zipInp 阅读全文
posted @ 2023-04-24 20:02
平行时空再见吧
阅读(128)
评论(0)
推荐(0)
摘要:
C# 获取文件名、无后缀文件名、扩展名 C# 获取文件名、无后缀文件名、扩展名string filePath = "E:\\test.txt";string LUJING = "获取全路径:" + Path.GetFullPath(filePath); //E:\\test.txtLUJING = 阅读全文
posted @ 2023-04-24 20:00
平行时空再见吧
阅读(731)
评论(0)
推荐(0)
浙公网安备 33010602011771号