基本信息
源码名称:数据库、各类文件读写操作(word、excel、ini、json、csv、txt)
源码大小:12.77M
文件格式:.rar
开发语言:C#
更新时间:2022-05-06
   友情提示:(无需注册或充值,赞助后即可获取资源下载链接)

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

本次赞助数额为: 5 元 
   源码介绍
数据库、各类文件读写操作(word、excel、ini、json、csv、txt)

.
├── DemoOpSqlserver
│   ├── DemoOpSqlserver
│   │   ├── Burn Folder.ico
│   │   ├── DemoOpSqlserver.csproj
│   │   ├── Form1.Designer.cs
│   │   ├── Form1.cs
│   │   ├── Form1.resx
│   │   ├── MyRegister.cs
│   │   ├── Op_datagridview.cs
│   │   ├── Op_ini.cs
│   │   ├── Program.cs
│   │   ├── Properties
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── Resources.Designer.cs
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.Designer.cs
│   │   │   └── Settings.settings
│   │   ├── Register.Designer.cs
│   │   ├── Register.cs
│   │   ├── Register.resx
│   │   ├── SysEnvironmentPath.cs
│   │   ├── XmlHelper.cs
│   │   ├── app.config
│   │   ├── bin
│   │   │   ├── Debug
│   │   │   │   ├── Data
│   │   │   │   │   ├── Excel.xls
│   │   │   │   │   ├── INI.ini
│   │   │   │   │   ├── JSON.json
│   │   │   │   │   ├── MyWord.doc
│   │   │   │   │   ├── TXT.txt
│   │   │   │   │   ├── mycsv.csv
│   │   │   │   │   ├── myexcel.xls
│   │   │   │   │   ├── mytxt.txt
│   │   │   │   │   ├── myxml.xml
│   │   │   │   │   └── xml.xml
│   │   │   │   ├── DemoOpSqlserver.exe
│   │   │   │   ├── DemoOpSqlserver.exe.config
│   │   │   │   ├── DemoOpSqlserver.pdb
│   │   │   │   ├── DevComponents.DotNetBar2.dll
│   │   │   │   ├── DevComponents.DotNetBar2.xml
│   │   │   │   ├── Microsoft.Office.Interop.Excel.dll
│   │   │   │   ├── Microsoft.Office.Interop.Word.dll
│   │   │   │   ├── Microsoft.Vbe.Interop.dll
│   │   │   │   ├── Newtonsoft.Json.dll
│   │   │   │   ├── Newtonsoft.Json.xml
│   │   │   │   ├── SunnyUI.Common.dll
│   │   │   │   ├── SunnyUI.dll
│   │   │   │   ├── SunnyUI.pdb
│   │   │   │   ├── System.Runtime.Serialization.Json.dll
│   │   │   │   ├── office.dll
│   │   │   │   ├── office.xml
│   │   │   │   └── stdole.dll
│   │   │   └── Release
│   │   ├── obj
│   │   │   └── Debug
│   │   │       ├── DemoOpSqlserver.Form1.resources
│   │   │       ├── DemoOpSqlserver.Properties.Resources.resources
│   │   │       ├── DemoOpSqlserver.Register.resources
│   │   │       ├── DemoOpSqlserver.csproj.CopyComplete
│   │   │       ├── DemoOpSqlserver.csproj.CoreCompileInputs.cache
│   │   │       ├── DemoOpSqlserver.csproj.FileListAbsolute.txt
│   │   │       ├── DemoOpSqlserver.csproj.GenerateResource.cache
│   │   │       ├── DemoOpSqlserver.csproj.ResolveComReference.cache
│   │   │       ├── DemoOpSqlserver.exe
│   │   │       ├── DemoOpSqlserver.pdb
│   │   │       ├── DesignTimeResolveAssemblyReferences.cache
│   │   │       ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │       ├── Interop.RegisterControlLib.dll
│   │   │       └── TempPE
│   │   │           └── Properties.Resources.Designer.cs.dll
│   │   ├── op_json.cs
│   │   └── packages.config
│   ├── DemoOpSqlserver.sln
│   ├── packages
│   │   ├── Microsoft.Office.Interop.Word.15.0.4797.1003
│   │   │   ├── Microsoft.Office.Interop.Word.15.0.4797.1003.nupkg
│   │   │   └── lib
│   │   │       └── net20
│   │   │           └── Microsoft.Office.Interop.Word.dll
│   │   ├── Newtonsoft.Json.13.0.1
│   │   │   ├── LICENSE.md
│   │   │   ├── Newtonsoft.Json.13.0.1.nupkg
│   │   │   ├── lib
│   │   │   │   ├── net20
│   │   │   │   │   ├── Newtonsoft.Json.dll
│   │   │   │   │   └── Newtonsoft.Json.xml
│   │   │   │   ├── net35
│   │   │   │   │   ├── Newtonsoft.Json.dll
│   │   │   │   │   └── Newtonsoft.Json.xml
│   │   │   │   ├── net40
│   │   │   │   │   ├── Newtonsoft.Json.dll
│   │   │   │   │   └── Newtonsoft.Json.xml
│   │   │   │   ├── net45
│   │   │   │   │   ├── Newtonsoft.Json.dll
│   │   │   │   │   └── Newtonsoft.Json.xml
│   │   │   │   ├── netstandard1.0
│   │   │   │   │   ├── Newtonsoft.Json.dll
│   │   │   │   │   └── Newtonsoft.Json.xml
│   │   │   │   ├── netstandard1.3
│   │   │   │   │   ├── Newtonsoft.Json.dll
│   │   │   │   │   └── Newtonsoft.Json.xml
│   │   │   │   └── netstandard2.0
│   │   │   │       ├── Newtonsoft.Json.dll
│   │   │   │       └── Newtonsoft.Json.xml
│   │   │   └── packageIcon.png
│   │   └── SunnyUI.Common.3.1.0
│   │       ├── LICENSE
│   │       ├── SunnyUI.Common.3.1.0.nupkg
│   │       ├── SunnyUI.png
│   │       └── lib
│   │           ├── net40
│   │           │   └── SunnyUI.Common.dll
│   │           ├── net472
│   │           │   └── SunnyUI.Common.dll
│   │           ├── net5.0
│   │           │   └── SunnyUI.Common.dll
│   │           ├── net6.0
│   │           │   └── SunnyUI.Common.dll
│   │           ├── netcoreapp3.1
│   │           │   └── SunnyUI.Common.dll
│   │           └── netstandard2.1
│   │               └── SunnyUI.Common.dll
│   └── register
│       ├── Form1.Designer.cs
│       ├── Form1.cs
│       ├── Form1.resx
│       ├── MyRegister.cs
│       ├── Program.cs
│       ├── Properties
│       │   ├── AssemblyInfo.cs
│       │   ├── Resources.Designer.cs
│       │   ├── Resources.resx
│       │   ├── Settings.Designer.cs
│       │   └── Settings.settings
│       ├── Remove key.ico
│       ├── bin
│       │   └── Debug
│       │       ├── DevComponents.DotNetBar2.dll
│       │       ├── DevComponents.DotNetBar2.xml
│       │       ├── SunnyUI.Common.dll
│       │       ├── SunnyUI.dll
│       │       ├── SunnyUI.pdb
│       │       ├── register.exe
│       │       └── register.pdb
│       ├── obj
│       │   └── Debug
│       │       ├── DesignTimeResolveAssemblyReferences.cache
│       │       ├── DesignTimeResolveAssemblyReferencesInput.cache
│       │       ├── TempPE
│       │       ├── register.Form1.resources
│       │       ├── register.Properties.Resources.resources
│       │       ├── register.csproj.CopyComplete
│       │       ├── register.csproj.CoreCompileInputs.cache
│       │       ├── register.csproj.FileListAbsolute.txt
│       │       ├── register.csproj.GenerateResource.cache
│       │       ├── register.exe
│       │       └── register.pdb
│       └── register.csproj
└── 数据库、各类文件读写操作(word、excel、ini、json、csv、txt).rar

38 directories, 122 files