基本信息
源码名称:OSD批量配置(大华)
源码大小:23.19M
文件格式:.zip
开发语言:C#
更新时间:2023-01-03
友情提示:(无需注册或充值,赞助后即可获取资源下载链接)
嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):78630559
本次赞助数额为: 2 元×
微信扫码支付:2 元
×
请留下您的邮箱,我们将在2小时内将文件发到您的邮箱
源码介绍
OSD批量配置(大华)
.
├── OSD Config
│ ├── NetSDKCS
│ │ ├── NetSDK.cs
│ │ ├── NetSDKCS.csproj
│ │ ├── NetSDKStruct.cs
│ │ ├── OriginalSDK.cs
│ │ ├── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── bin
│ │ │ ├── Debug
│ │ │ ├── x64
│ │ │ │ ├── Debug
│ │ │ │ │ ├── NetSDKCS.dll
│ │ │ │ │ └── NetSDKCS.pdb
│ │ │ │ └── osd
│ │ │ │ └── NetSDKCS.dll
│ │ │ └── x86
│ │ └── obj
│ │ └── x64
│ │ ├── Debug
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── NetSDKCS.csproj.AssemblyReference.cache
│ │ │ ├── NetSDKCS.csproj.CoreCompileInputs.cache
│ │ │ ├── NetSDKCS.csproj.FileListAbsolute.txt
│ │ │ ├── NetSDKCS.dll
│ │ │ ├── NetSDKCS.pdb
│ │ │ └── TempPE
│ │ └── osd
│ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ ├── NetSDKCS.csproj.AssemblyReference.cache
│ │ ├── NetSDKCS.csproj.CoreCompileInputs.cache
│ │ ├── NetSDKCS.csproj.FileListAbsolute.txt
│ │ ├── NetSDKCS.dll
│ │ └── TempPE
│ ├── OSD
│ │ ├── AreaTextBox.Designer.cs
│ │ ├── AreaTextBox.cs
│ │ ├── ByteTextBox.Designer.cs
│ │ ├── ByteTextBox.cs
│ │ ├── DateSoue.cs
│ │ ├── Import.Designer.cs
│ │ ├── Import.cs
│ │ ├── Import.resx
│ │ ├── OSD.csproj
│ │ ├── OSDConfig.Designer.cs
│ │ ├── OSDConfig.cs
│ │ ├── OSDConfig.resx
│ │ ├── PortTextBox.Designer.cs
│ │ ├── PortTextBox.cs
│ │ ├── Program.cs
│ │ ├── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── bin
│ │ │ ├── x64
│ │ │ │ └── osd
│ │ │ │ ├── NetSDKCS.dll
│ │ │ │ ├── OSD.exe
│ │ │ │ └── dhnetsdk.dll
│ │ │ ├── x64Debug
│ │ │ │ ├── 001.xls
│ │ │ │ ├── Infra.dll
│ │ │ │ ├── IvsDrawer.dll
│ │ │ │ ├── NetSDKCS.dll
│ │ │ │ ├── NetSDKCS.pdb
│ │ │ │ ├── OSD.exe
│ │ │ │ ├── OSD.pdb
│ │ │ │ ├── StreamConvertor.dll
│ │ │ │ ├── avnetsdk.dll
│ │ │ │ ├── dhconfigsdk.dll
│ │ │ │ ├── dhnetsdk.dll
│ │ │ │ ├── dhplay.dll
│ │ │ │ └── playsdk_log
│ │ │ ├── x64Release
│ │ │ │ ├── NetSDKCS.dll
│ │ │ │ ├── NetSDKCS.pdb
│ │ │ │ ├── OSD.exe
│ │ │ │ └── OSD.pdb
│ │ │ ├── x86
│ │ │ ├── x86Debug
│ │ │ └── x86Release
│ │ ├── obj
│ │ │ └── x64
│ │ │ ├── Debug
│ │ │ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ │ ├── Interop.Office.dll
│ │ │ │ ├── OSD.Import.resources
│ │ │ │ ├── OSD.csproj.AssemblyReference.cache
│ │ │ │ ├── OSD.csproj.CopyComplete
│ │ │ │ ├── OSD.csproj.CoreCompileInputs.cache
│ │ │ │ ├── OSD.csproj.FileListAbsolute.txt
│ │ │ │ ├── OSD.csproj.GenerateResource.cache
│ │ │ │ ├── OSD.csproj.ResolveComReference.cache
│ │ │ │ ├── OSD.exe
│ │ │ │ ├── OSD.pdb
│ │ │ │ ├── OSDDemo.OSDConfig.resources
│ │ │ │ └── TempPE
│ │ │ └── osd
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── Interop.Office.dll
│ │ │ ├── OSD.Import.resources
│ │ │ ├── OSD.csproj.AssemblyReference.cache
│ │ │ ├── OSD.csproj.CopyComplete
│ │ │ ├── OSD.csproj.CoreCompileInputs.cache
│ │ │ ├── OSD.csproj.FileListAbsolute.txt
│ │ │ ├── OSD.csproj.GenerateResource.cache
│ │ │ ├── OSD.csproj.ResolveComReference.cache
│ │ │ ├── OSD.exe
│ │ │ ├── OSDDemo.OSDConfig.resources
│ │ │ └── TempPE
│ │ └── packages.config
│ ├── OSD.sln
│ └── packages
│ └── Microsoft.Office.Interop.Excel.15.0.4795.1001
│ ├── Microsoft.Office.Interop.Excel.15.0.4795.1001.nupkg
│ └── lib
│ ├── net20
│ │ └── Microsoft.Office.Interop.Excel.dll
│ └── netstandard2.0
│ └── Microsoft.Office.Interop.Excel.dll
└── OSD批量配置(大华)_OSD Config.zip
37 directories, 84 files
├── OSD Config
│ ├── NetSDKCS
│ │ ├── NetSDK.cs
│ │ ├── NetSDKCS.csproj
│ │ ├── NetSDKStruct.cs
│ │ ├── OriginalSDK.cs
│ │ ├── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── bin
│ │ │ ├── Debug
│ │ │ ├── x64
│ │ │ │ ├── Debug
│ │ │ │ │ ├── NetSDKCS.dll
│ │ │ │ │ └── NetSDKCS.pdb
│ │ │ │ └── osd
│ │ │ │ └── NetSDKCS.dll
│ │ │ └── x86
│ │ └── obj
│ │ └── x64
│ │ ├── Debug
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── NetSDKCS.csproj.AssemblyReference.cache
│ │ │ ├── NetSDKCS.csproj.CoreCompileInputs.cache
│ │ │ ├── NetSDKCS.csproj.FileListAbsolute.txt
│ │ │ ├── NetSDKCS.dll
│ │ │ ├── NetSDKCS.pdb
│ │ │ └── TempPE
│ │ └── osd
│ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ ├── NetSDKCS.csproj.AssemblyReference.cache
│ │ ├── NetSDKCS.csproj.CoreCompileInputs.cache
│ │ ├── NetSDKCS.csproj.FileListAbsolute.txt
│ │ ├── NetSDKCS.dll
│ │ └── TempPE
│ ├── OSD
│ │ ├── AreaTextBox.Designer.cs
│ │ ├── AreaTextBox.cs
│ │ ├── ByteTextBox.Designer.cs
│ │ ├── ByteTextBox.cs
│ │ ├── DateSoue.cs
│ │ ├── Import.Designer.cs
│ │ ├── Import.cs
│ │ ├── Import.resx
│ │ ├── OSD.csproj
│ │ ├── OSDConfig.Designer.cs
│ │ ├── OSDConfig.cs
│ │ ├── OSDConfig.resx
│ │ ├── PortTextBox.Designer.cs
│ │ ├── PortTextBox.cs
│ │ ├── Program.cs
│ │ ├── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── bin
│ │ │ ├── x64
│ │ │ │ └── osd
│ │ │ │ ├── NetSDKCS.dll
│ │ │ │ ├── OSD.exe
│ │ │ │ └── dhnetsdk.dll
│ │ │ ├── x64Debug
│ │ │ │ ├── 001.xls
│ │ │ │ ├── Infra.dll
│ │ │ │ ├── IvsDrawer.dll
│ │ │ │ ├── NetSDKCS.dll
│ │ │ │ ├── NetSDKCS.pdb
│ │ │ │ ├── OSD.exe
│ │ │ │ ├── OSD.pdb
│ │ │ │ ├── StreamConvertor.dll
│ │ │ │ ├── avnetsdk.dll
│ │ │ │ ├── dhconfigsdk.dll
│ │ │ │ ├── dhnetsdk.dll
│ │ │ │ ├── dhplay.dll
│ │ │ │ └── playsdk_log
│ │ │ ├── x64Release
│ │ │ │ ├── NetSDKCS.dll
│ │ │ │ ├── NetSDKCS.pdb
│ │ │ │ ├── OSD.exe
│ │ │ │ └── OSD.pdb
│ │ │ ├── x86
│ │ │ ├── x86Debug
│ │ │ └── x86Release
│ │ ├── obj
│ │ │ └── x64
│ │ │ ├── Debug
│ │ │ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ │ ├── Interop.Office.dll
│ │ │ │ ├── OSD.Import.resources
│ │ │ │ ├── OSD.csproj.AssemblyReference.cache
│ │ │ │ ├── OSD.csproj.CopyComplete
│ │ │ │ ├── OSD.csproj.CoreCompileInputs.cache
│ │ │ │ ├── OSD.csproj.FileListAbsolute.txt
│ │ │ │ ├── OSD.csproj.GenerateResource.cache
│ │ │ │ ├── OSD.csproj.ResolveComReference.cache
│ │ │ │ ├── OSD.exe
│ │ │ │ ├── OSD.pdb
│ │ │ │ ├── OSDDemo.OSDConfig.resources
│ │ │ │ └── TempPE
│ │ │ └── osd
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── Interop.Office.dll
│ │ │ ├── OSD.Import.resources
│ │ │ ├── OSD.csproj.AssemblyReference.cache
│ │ │ ├── OSD.csproj.CopyComplete
│ │ │ ├── OSD.csproj.CoreCompileInputs.cache
│ │ │ ├── OSD.csproj.FileListAbsolute.txt
│ │ │ ├── OSD.csproj.GenerateResource.cache
│ │ │ ├── OSD.csproj.ResolveComReference.cache
│ │ │ ├── OSD.exe
│ │ │ ├── OSDDemo.OSDConfig.resources
│ │ │ └── TempPE
│ │ └── packages.config
│ ├── OSD.sln
│ └── packages
│ └── Microsoft.Office.Interop.Excel.15.0.4795.1001
│ ├── Microsoft.Office.Interop.Excel.15.0.4795.1001.nupkg
│ └── lib
│ ├── net20
│ │ └── Microsoft.Office.Interop.Excel.dll
│ └── netstandard2.0
│ └── Microsoft.Office.Interop.Excel.dll
└── OSD批量配置(大华)_OSD Config.zip
37 directories, 84 files