摘要: /// /// 解压RAR和ZIP文件(需存在Winrar.exe(只要自己电脑上可以解压或压缩文件就存在Winrar.exe)) /// /// 解压后文件保存目录 /// 待解压文件存放绝对路径(包括文件名称) /// 所解压的文件是否会覆盖已存在的文件(如果不覆盖,所解压出的文件和已存在的相同名... 阅读全文
posted @ 2016-11-18 17:07 大象会上树 阅读(4107) 评论(0) 推荐(0) 编辑
摘要: 服务器端代码: 服务器端界面: 客户端代码: 客户端界面: 客户端代码: 阅读全文
posted @ 2016-11-16 09:33 大象会上树 阅读(476) 评论(0) 推荐(0) 编辑
摘要: using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Net; using System.Text; namespace HttpDemo { class Program { //需要下载的路径 static... 阅读全文
posted @ 2016-11-16 09:07 大象会上树 阅读(1610) 评论(0) 推荐(2) 编辑