1.使用初始化config数据库的mac地址作为节点编号 2.更换网卡时需要根据新网卡生成序列号 Former-commit-id: f9f3d908b7332831c2d7dc1e7d2b66f84d0c6bf2TangShanKaiPing
parent
79e5d3dd92
commit
e4fb4c91ea
@ -0,0 +1,16 @@
|
||||
*.bak
|
||||
*.suo
|
||||
*.db
|
||||
*.user
|
||||
.vs
|
||||
obj
|
||||
Obj
|
||||
bin
|
||||
Bin
|
||||
debug
|
||||
Debug
|
||||
release
|
||||
Release
|
||||
Logs
|
||||
logs
|
||||
node_modules
|
@ -0,0 +1,12 @@
|
||||
<Project Sdk="Microsoft.NET.Sdk">
|
||||
|
||||
<PropertyGroup>
|
||||
<OutputType>Exe</OutputType>
|
||||
<TargetFramework>netcoreapp3.1</TargetFramework>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<PackageReference Include="System.Management" Version="4.7.0" />
|
||||
</ItemGroup>
|
||||
|
||||
</Project>
|
Loading…
Reference in new issue