Live2D 看板娘 / Demo
上一页 1 ··· 9 10 11 12 13 14 15 16 17 ··· 19 下一页
摘要: /// <summary> /// log日志,txt的 /// </summary> /// <param name="Log1">内容</param> /// <param name="name">名字</param> /// <param name="path">路径</param> publ 阅读全文
posted @ 2020-10-16 09:41 KysonDu 阅读(1577) 评论(0) 推荐(0)
摘要: public static void DeleteFile(string fileUrl) { string file = System.Web.HttpContext.Current.Server.MapPath(fileUrl); if (System.IO.File.Exists(file)) 阅读全文
posted @ 2020-10-15 17:51 KysonDu 阅读(2385) 评论(0) 推荐(0)
摘要: if (Directory.Exists(path) == false) { Directory.CreateDirectory(path); } 阅读全文
posted @ 2020-10-15 17:33 KysonDu 阅读(2167) 评论(0) 推荐(0)
摘要: //当前应用程序集的执行目录 string dir = AppDomain.CurrentDomain.BaseDirectory; //当前应用程序集的执行的上级目录 dir = Path.GetFullPath(".."); // 读取到当前虚拟目录的根目录(MVC) string urlPat 阅读全文
posted @ 2020-10-15 17:10 KysonDu 阅读(2323) 评论(0) 推荐(0)
摘要: 一、哪些DLL能够生成PPT 1、Spire.Presentation 2、Microsoft.Office.Interop.PowerPoint 简单区别:Spire.Presentation分收费版和免费版(最多创建10张幻灯片) Microsoft.Office.Interop.PowerPo 阅读全文
posted @ 2020-10-15 16:21 KysonDu 阅读(2638) 评论(0) 推荐(0)
上一页 1 ··· 9 10 11 12 13 14 15 16 17 ··· 19 下一页