嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300
本次赞助数额为: 2 元微信扫码支付:2 元
请留下您的邮箱,我们将在2小时内将文件发到您的邮箱
DBF转换工具
.
├── C#DBF转换工具_DBFRead.zip
└── DBFRead
├── Common.cs
├── DBFRead.csproj
├── DBFRead.sln
├── Form1.Designer.cs
├── Form1.cs
├── Form1.resx
├── Program.cs
├── Properties
│ ├── AssemblyInfo.cs
│ ├── Resources.Designer.cs
│ ├── Resources.resx
│ ├── Settings.Designer.cs
│ └── Settings.settings
├── app.config
├── bin
│ ├── Debug
│ │ ├── DBFRead.exe
│ │ ├── DBFRead.exe.config
│ │ ├── DBFRead.pdb
│ │ └── dbf
│ │ ├── DQDM.dbf
│ │ ├── KLDM.DBF
│ │ ├── KSLBDM.dbf
│ │ ├── KSLXDM.dbf
│ │ ├── MZDM.dbf
│ │ ├── PCDM.dbf
│ │ ├── TD_BYLBDM.dbf
│ │ ├── TD_CJXDM.dbf
│ │ ├── TD_JHXZDM.dbf
│ │ ├── TD_LQFSDM.dbf
│ │ ├── TD_TDYYDM.dbf
│ │ ├── TD_TJJLDM.dbf
│ │ ├── TD_WYYZDM.dbf
│ │ ├── TD_XBDM.dbf
│ │ ├── TD_XTDWDM.dbf
│ │ ├── TD_ZCDM.dbf
│ │ ├── TD_ZYTZDM.dbf
│ │ ├── T_KSHKCJ.dbf
│ │ ├── T_KSJL.dbf
│ │ ├── T_QBJHK.dbf
│ │ ├── T_TJXX.dbf
│ │ ├── ZZMMDM.dbf
│ │ ├── t_jhk.dbf
│ │ ├── t_tddw.dbf
│ │ └── zgzydm.dbf
│ ├── Debug.rar
│ ├── Release
│ └── x86
│ └── Debug
│ ├── BouncyCastle.Crypto.dll
│ ├── BouncyCastle.Crypto.xml
│ ├── DBFRead.exe
│ ├── DBFRead.exe.config
│ ├── DBFRead.pdb
│ ├── DBFRead.zip
│ ├── ICSharpCode.SharpZipLib.dll
│ ├── NPOI.OOXML.dll
│ ├── NPOI.OpenXml4Net.dll
│ ├── NPOI.OpenXmlFormats.dll
│ └── NPOI.dll
├── obj
│ ├── Debug
│ │ ├── DBFRead.Form1.resources
│ │ ├── DBFRead.Properties.Resources.resources
│ │ ├── DBFRead.csproj.CoreCompileInputs.cache
│ │ ├── DBFRead.csproj.FileListAbsolute.txt
│ │ ├── DBFRead.csproj.GenerateResource.cache
│ │ ├── DBFRead.csprojAssemblyReference.cache
│ │ ├── DBFRead.csprojResolveAssemblyReference.cache
│ │ ├── DBFRead.exe
│ │ ├── DBFRead.pdb
│ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ ├── TempPE
│ │ │ └── Properties.Resources.Designer.cs.dll
│ │ ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
│ │ ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
│ │ └── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
│ ├── Release
│ │ ├── DBFRead.csproj.CoreCompileInputs.cache
│ │ ├── DBFRead.csprojAssemblyReference.cache
│ │ └── TempPE
│ │ └── Properties.Resources.Designer.cs.dll
│ └── x86
│ └── Debug
│ ├── DBFRead.Form1.resources
│ ├── DBFRead.Properties.Resources.resources
│ ├── DBFRead.csproj.CopyComplete
│ ├── DBFRead.csproj.CoreCompileInputs.cache
│ ├── DBFRead.csproj.FileListAbsolute.txt
│ ├── DBFRead.csproj.GenerateResource.cache
│ ├── DBFRead.csprojAssemblyReference.cache
│ ├── DBFRead.exe
│ ├── DBFRead.pdb
│ ├── DesignTimeResolveAssemblyReferences.cache
│ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ └── TempPE
│ └── Properties.Resources.Designer.cs.dll
├── packages
│ ├── Microsoft.Office.Interop.Excel.15.0.4795.1000
│ │ ├── Microsoft.Office.Interop.Excel.15.0.4795.1000.nupkg
│ │ └── lib
│ │ └── net20
│ │ └── Microsoft.Office.Interop.Excel.dll
│ ├── NPOI.2.5.1
│ │ ├── LICENSE
│ │ ├── NPOI.2.5.1.nupkg
│ │ ├── lib
│ │ │ ├── NPOI.OOXML.XML
│ │ │ ├── NPOI.XML
│ │ │ ├── net40
│ │ │ │ ├── NPOI.OOXML.dll
│ │ │ │ ├── NPOI.OpenXml4Net.dll
│ │ │ │ ├── NPOI.OpenXmlFormats.dll
│ │ │ │ └── NPOI.dll
│ │ │ ├── net45
│ │ │ │ ├── NPOI.OOXML.dll
│ │ │ │ ├── NPOI.OpenXml4Net.dll
│ │ │ │ ├── NPOI.OpenXmlFormats.dll
│ │ │ │ └── NPOI.dll
│ │ │ └── netstandard2.0
│ │ │ ├── NPOI.OOXML.dll
│ │ │ ├── NPOI.OpenXml4Net.dll
│ │ │ ├── NPOI.OpenXmlFormats.dll
│ │ │ └── NPOI.dll
│ │ └── logo
│ │ ├── 120_120.jpg
│ │ ├── 240_240.png
│ │ ├── 32_32.jpg
│ │ └── 60_60.jpg
│ ├── Portable.BouncyCastle.1.8.6
│ │ ├── Portable.BouncyCastle.1.8.6.nupkg
│ │ └── lib
│ │ ├── net40
│ │ │ ├── BouncyCastle.Crypto.dll
│ │ │ └── BouncyCastle.Crypto.xml
│ │ └── netstandard2.0
│ │ ├── BouncyCastle.Crypto.dll
│ │ └── BouncyCastle.Crypto.xml
│ └── SharpZipLib.0.86.0
│ ├── SharpZipLib.0.86.0.nupkg
│ └── lib
│ ├── 11
│ │ └── ICSharpCode.SharpZipLib.dll
│ ├── 20
│ │ └── ICSharpCode.SharpZipLib.dll
│ ├── SL3
│ │ └── SharpZipLib.Silverlight3.dll
│ └── SL4
│ └── SharpZipLib.Silverlight4.dll
└── packages.config
36 directories, 117 files