2018年12月10日
摘要: namespace Utilities { public static class PDFHelper { /// /// Html转Pdf /// /// HTML内容 /// 文件路径 /// 文件名 public static bool HtmlToPdfB... 阅读全文
posted @ 2018-12-10 15:57 雪原日暮 阅读(255) 评论(0) 推荐(0)
摘要: 售前分配/调配会员 请选择文件 ... 阅读全文
posted @ 2018-12-10 15:52 雪原日暮 阅读(287) 评论(0) 推荐(0)
摘要: 会员照片列表 会员照片列表 头像: ... 阅读全文
posted @ 2018-12-10 15:31 雪原日暮 阅读(2170) 评论(0) 推荐(0)
摘要: public class SharpCompressHelper { public static void UnRAR(string srcUrl,string targetUrl) { using (Stream stream = File.OpenRead(srcUrl)) { ... 阅读全文
posted @ 2018-12-10 14:47 雪原日暮 阅读(1742) 评论(1) 推荐(0)
摘要: public class ZipFileHelper { List urls = new List(); void Director(string dir) { DirectoryInfo d = new DirectoryInfo(dir); FileSystemInfo[] fsinfos = d.GetFileSystemInfos(); foreach (FileSystemInfo f... 阅读全文
posted @ 2018-12-10 14:44 雪原日暮 阅读(1210) 评论(0) 推荐(0)