.net代码日志
文章平均质量分 67
weixin_40514564
这个作者很懒,什么都没留下…
展开
-
1.使用ZipOutputStream创建一个压缩包并往里面写入一或多个文件
1.第一种方法:using ICSharpCode.SharpZipLib.Zip;using System;using System.IO;using System.Text;namespace DownloadTest{ public class Program { static void Main(string[] args) ...原创 2018-07-18 17:40:39 · 8377 阅读 · 0 评论 -
文件夹压缩
using ICSharpCode.SharpZipLib.Zip;using System;using System.IO;using System.Text;namespace DownloadTest{ class Program { static void Main(string[] args) { str...转载 2018-07-19 14:21:36 · 194 阅读 · 0 评论 -
正则表达式在目录中的应用
//字符串拼接,第一次写的CmdClick(): void { // 向上返回一级 let that = this; this.FilePath = this.FilePath.substring(0, this.FilePath.lastIndexOf("/")); this.FilePath = this.FilePath.s...原创 2018-08-01 10:57:54 · 874 阅读 · 0 评论