2020年11月10日

C# 增加 IIS 默认主页文档

摘要: void Main() { using (ServerManager serverManager = new ServerManager()) { var config = serverManager.GetWebConfiguration("SGSM"); ConfigurationSection 阅读全文

posted @ 2020-11-10 13:23 空明流光 阅读(268) 评论(0) 推荐(0)

C# 解压缩ZIP文件

摘要: void Main() { var files = ExtractZip(@"云阅卷V5.0.4.1_Alpha_20201015.zip",@"程序包/firstelite/publish/OMS",@"E:\Desktop\test"); files.Count.Dump(); files.Du 阅读全文

posted @ 2020-11-10 11:05 空明流光 阅读(2825) 评论(0) 推荐(0)

导航