摘要: public ActionResult ImportData(string str) { string[] strList = str.Split('|'); List<BatchInfo> list = new List<BatchInfo>(); for (int i = 0; i < strL 阅读全文
posted @ 2017-11-22 14:32 舒克老机长 阅读(185) 评论(0) 推荐(0) 编辑
摘要: namespace 文字水印高级.Controllers{ public class HomeController : Controller { public ActionResult show() { return View(); } public ActionResult tupian() { 阅读全文
posted @ 2017-11-22 14:08 舒克老机长 阅读(253) 评论(0) 推荐(0) 编辑
摘要: ZipFile.CreateFromDirectory(@"D:\CSkin.dll", @"D:\压缩后的CSkin.dll.zip"); ZipFile.ExtractToDirectory(@"D:\压缩后的CSkin.dll.zip", @"D:\CSkin.dll"); using Sys 阅读全文
posted @ 2017-11-22 13:44 舒克老机长 阅读(325) 评论(0) 推荐(0) 编辑