创建Json文件
更改属性
【代码】根据dll路径获取
Assembly assembly = Assembly.GetExecutingAssembly();
string assemblyPath = assembly.Location;
string relativeDllPath = System.IO.Path.Combine(System.IO.Path.GetDirectoryName(assemblyPath), "Json\\test.json");
论文阅读-一种用于大规模分布式文件系统中基于深度强化学习的自适应元数据管理方案
阅读 13
2024-02-07
创建Json文件
更改属性
【代码】根据dll路径获取
Assembly assembly = Assembly.GetExecutingAssembly();
string assemblyPath = assembly.Location;
string relativeDllPath = System.IO.Path.Combine(System.IO.Path.GetDirectoryName(assemblyPath), "Json\\test.json");
相关推荐
精彩评论(0)