摘要: using System;using System.IO; namespace Utils{ public class IOHelper { public IOHelper(); public static bool CopyDir(DirectoryInfo fromDir, string toD 阅读全文
posted @ 2016-02-25 20:18 请叫我阿力 阅读(265) 评论(1) 推荐(0) 编辑
摘要: C# 压缩打包文件下载 public class MyNameTransfom : ICSharpCode.SharpZipLib.Core.INameTransform { #region INameTransform 成员 public string TransformDirectory(str 阅读全文
posted @ 2016-02-25 20:17 请叫我阿力 阅读(4955) 评论(0) 推荐(1) 编辑
摘要: //C#下载图片文件到本地,c#,c#下载,下载图片,下载文件,下载函数// 从图片地址下载图片到本地磁盘// 将二进制文件保存到磁盘 using System;using System.Drawing;using System.Collections;using System.ComponentM 阅读全文
posted @ 2016-02-25 20:07 请叫我阿力 阅读(1726) 评论(0) 推荐(0) 编辑