嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):78630559
本次赞助数额为: 2 元微信扫码支付:2 元
请留下您的邮箱,我们将在2小时内将文件发到您的邮箱
PSQL C#实例_PLCClient
.
├── PLCClient
│ ├── PLCClient
│ ├── PLCClient.csproj
│ ├── PLCClient.sln
│ ├── PostgreClient.cs
│ ├── Program.cs
│ ├── bin
│ │ └── Debug
│ │ └── netcoreapp3.1
│ │ ├── DBLib.ini
│ │ ├── HslCommunication.dll
│ │ ├── Microsoft.Extensions.Logging.Abstractions.dll
│ │ ├── Npgsql.dll
│ │ ├── PLCClient.deps.json
│ │ ├── PLCClient.dll
│ │ ├── PLCClient.exe
│ │ ├── PLCClient.pdb
│ │ ├── PLCClient.runtimeconfig.dev.json
│ │ ├── PLCClient.runtimeconfig.json
│ │ ├── SqlSugar.dll
│ │ ├── System.Diagnostics.DiagnosticSource.dll
│ │ └── System.Runtime.CompilerServices.Unsafe.dll
│ ├── mode
│ │ └── CuttingHeadMachineDataEntity.cs
│ └── obj
│ ├── Debug
│ │ └── netcoreapp3.1
│ │ ├── PLCClient.AssemblyInfo.cs
│ │ ├── PLCClient.AssemblyInfoInputs.cache
│ │ ├── PLCClient.assets.cache
│ │ ├── PLCClient.csproj.CopyComplete
│ │ ├── PLCClient.csproj.CoreCompileInputs.cache
│ │ ├── PLCClient.csproj.FileListAbsolute.txt
│ │ ├── PLCClient.csprojAssemblyReference.cache
│ │ ├── PLCClient.dll
│ │ ├── PLCClient.genruntimeconfig.cache
│ │ ├── PLCClient.pdb
│ │ └── apphost.exe
│ ├── PLCClient.csproj.nuget.dgspec.json
│ ├── PLCClient.csproj.nuget.g.props
│ ├── PLCClient.csproj.nuget.g.targets
│ ├── project.assets.json
│ └── project.nuget.cache
└── 好例子网PSQL C#实例_PLCClient.zip
9 directories, 35 files