基本信息
源码名称:c#二进制序列化大容量数据存储方式
源码大小:3.52M
文件格式:.zip
开发语言:C#
更新时间:2023-10-14
   友情提示:(无需注册或充值,赞助后即可获取资源下载链接)

     嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300

本次赞助数额为: 2 元 
   源码介绍
c#二进制序列化大容量数据存储方式

.
├── c#二进制序列化大容量数据存储方式_大数据存储方式.zip
└── 大数据存储方式
    ├── SlnPerformanceTest.VS2013.sln
    ├── SlnPerformanceTest.VS2013.v12.suo
    ├── WinPerformanceTester
    │   ├── FrmTester.Designer.cs
    │   ├── FrmTester.cs
    │   ├── FrmTester.resx
    │   ├── Program.cs
    │   ├── Properties
    │   │   ├── AssemblyInfo.cs
    │   │   ├── Resources.Designer.cs
    │   │   ├── Resources.resx
    │   │   ├── Settings.Designer.cs
    │   │   └── Settings.settings
    │   ├── WinPerformanceTester.csproj
    │   ├── bin
    │   │   ├── Debug
    │   │   │   ├── WinPerformanceTester.exe
    │   │   │   ├── WinPerformanceTester.pdb
    │   │   │   ├── WinPerformanceTester.vshost.exe
    │   │   │   ├── WinPerformanceTester.vshost.exe.manifest
    │   │   │   ├── Wongoing.Entity.dll
    │   │   │   ├── Wongoing.Entity.pdb
    │   │   │   ├── protobuf-net.dll
    │   │   │   └── protobuf-net.xml
    │   │   └── Release
    │   │       ├── ICSharpCode.SharpZipLib.dll
    │   │       ├── ICSharpCode.SharpZipLib.xml
    │   │       ├── WinPerformanceTester.exe
    │   │       ├── WinPerformanceTester.vshost.exe
    │   │       ├── WinPerformanceTester.vshost.exe.manifest
    │   │       ├── Wongoing.Entity.dll
    │   │       ├── protobuf-net.dll
    │   │       └── protobuf-net.xml
    │   └── obj
    │       ├── Debug
    │       │   ├── DesignTimeResolveAssemblyReferences.cache
    │       │   ├── DesignTimeResolveAssemblyReferencesInput.cache
    │       │   ├── TempPE
    │       │   ├── WinPerformanceTester.FrmTester.resources
    │       │   ├── WinPerformanceTester.Properties.Resources.resources
    │       │   ├── WinPerformanceTester.csproj.FileListAbsolute.txt
    │       │   ├── WinPerformanceTester.csproj.GenerateResource.Cache
    │       │   ├── WinPerformanceTester.csprojResolveAssemblyReference.cache
    │       │   ├── WinPerformanceTester.exe
    │       │   └── WinPerformanceTester.pdb
    │       └── Release
    │           ├── DesignTimeResolveAssemblyReferences.cache
    │           ├── DesignTimeResolveAssemblyReferencesInput.cache
    │           ├── TempPE
    │           ├── WinPerformanceTester.FrmTester.resources
    │           ├── WinPerformanceTester.Properties.Resources.resources
    │           ├── WinPerformanceTester.csproj.AssemblyReference.cache
    │           ├── WinPerformanceTester.csproj.CopyComplete
    │           ├── WinPerformanceTester.csproj.CoreCompileInputs.cache
    │           ├── WinPerformanceTester.csproj.FileListAbsolute.txt
    │           ├── WinPerformanceTester.csproj.GenerateResource.cache
    │           ├── WinPerformanceTester.csprojResolveAssemblyReference.cache
    │           └── WinPerformanceTester.exe
    ├── Wongoing.Entity
    │   ├── Properties
    │   │   └── AssemblyInfo.cs
    │   ├── Record.cs
    │   ├── Record2.cs
    │   ├── Wongoing.Entity.csproj
    │   ├── bin
    │   │   ├── Debug
    │   │   │   ├── Wongoing.Entity.dll
    │   │   │   ├── Wongoing.Entity.pdb
    │   │   │   ├── protobuf-net.dll
    │   │   │   └── protobuf-net.xml
    │   │   └── Release
    │   │       ├── Wongoing.Entity.dll
    │   │       ├── protobuf-net.dll
    │   │       └── protobuf-net.xml
    │   └── obj
    │       ├── Debug
    │       │   ├── DesignTimeResolveAssemblyReferencesInput.cache
    │       │   ├── TempPE
    │       │   ├── Wongoing.Entity.csproj.FileListAbsolute.txt
    │       │   ├── Wongoing.Entity.dll
    │       │   └── Wongoing.Entity.pdb
    │       └── Release
    │           ├── DesignTimeResolveAssemblyReferencesInput.cache
    │           ├── TempPE
    │           ├── Wongoing.Entity.csproj.AssemblyReference.cache
    │           ├── Wongoing.Entity.csproj.CoreCompileInputs.cache
    │           ├── Wongoing.Entity.csproj.FileListAbsolute.txt
    │           └── Wongoing.Entity.dll
    └── packages
        ├── ICSharpCode
        │   └── SharpZip
        │       ├── ICSharpCode.SharpZipLib.dll
        │       └── ICSharpCode.SharpZipLib.xml
        ├── protobuf-net.2.4.0
        │   ├── lib
        │   │   ├── net20
        │   │   │   ├── protobuf-net.dll
        │   │   │   └── protobuf-net.xml
        │   │   ├── net35
        │   │   │   ├── protobuf-net.dll
        │   │   │   └── protobuf-net.xml
        │   │   ├── net40
        │   │   │   ├── protobuf-net.dll
        │   │   │   └── protobuf-net.xml
        │   │   ├── netcoreapp2.1
        │   │   │   ├── protobuf-net.dll
        │   │   │   └── protobuf-net.xml
        │   │   ├── netstandard1.0
        │   │   │   ├── protobuf-net.dll
        │   │   │   └── protobuf-net.xml
        │   │   ├── netstandard1.3
        │   │   │   ├── protobuf-net.dll
        │   │   │   └── protobuf-net.xml
        │   │   ├── netstandard2.0
        │   │   │   ├── protobuf-net.dll
        │   │   │   └── protobuf-net.xml
        │   │   └── uap10.0
        │   │       ├── protobuf-net.dll
        │   │       ├── protobuf-net.pri
        │   │       └── protobuf-net.xml
        │   └── protobuf-net.2.4.0.nupkg
        └── repositories.config

34 directories, 90 files