摘要: JustAssembly: justassembly.commandlinetool.exe ..\Path\12Newtonsoft.Json.dll ..\Path\13Newtonsoft.Json.dll ..\Path\XMLOutput.xml 阅读全文
posted @ 2022-03-06 20:33 博二爷 阅读(8) 评论(0) 推荐(0) 编辑
摘要: 来源:Git基本配置 - 简书 (jianshu.com) 一、git clone 远程操作的第一步,通常是从远程主机克隆一个版本库,这时就要用到git clone命令。 $ git clone <版本库的网址> 比如,克隆jQuery的版本库。 $ git clone https://github 阅读全文
posted @ 2022-03-06 20:24 博二爷 阅读(31) 评论(0) 推荐(0) 编辑
摘要: 搜索文件路径: var appConfigFiles = Directory.GetFiles(Path.GetDirectoryName(projectFilePath), "app.config", SearchOption.AllDirectories); 阅读全文
posted @ 2022-03-06 10:16 博二爷 阅读(25) 评论(0) 推荐(0) 编辑