嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):78630559
本次赞助数额为: 4 元微信扫码支付:4 元
请留下您的邮箱,我们将在2小时内将文件发到您的邮箱
神思
└── RdIdCard
├── AreaCode.cs
├── ImageProcessing.cs
├── Model
│ └── IdCardModel.cs
├── Properties
│ └── AssemblyInfo.cs
├── RdIdCard.csproj
├── RdIdCard.sln
├── ReadCardAPI.cs
├── ReadCardInfo.cs
├── TestWin
│ ├── Program.cs
│ ├── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ ├── ReadCardForm.Designer.cs
│ ├── ReadCardForm.cs
│ ├── ReadCardForm.resx
│ ├── TestWin.csproj
│ ├── app.config
│ ├── bin
│ │ ├── Debug
│ │ │ ├── Log
│ │ │ ├── Log.dat
│ │ │ ├── Log.txt
│ │ │ ├── NLog.dll
│ │ │ ├── NLog.xml
│ │ │ ├── RdIdCard.dll
│ │ │ ├── RdIdCard.pdb
│ │ │ ├── SuperSocket.ClientEngine.dll
│ │ │ ├── Termb.Lic
│ │ │ ├── TestWin.exe
│ │ │ ├── TestWin.exe.config
│ │ │ ├── TestWin.pdb
│ │ │ ├── WebSocket4Net.dll
│ │ │ ├── WltRS.dll
│ │ │ ├── XP.wlt
│ │ │ ├── sdtapi.dll
│ │ │ ├── termb.dll
│ │ │ └── termbconfig.ini
│ │ ├── Release
│ │ ├── x64
│ │ │ └── Debug
│ │ └── x86
│ │ └── Debug
│ │ ├── Log
│ │ ├── NLog.dll
│ │ ├── NLog.xml
│ │ ├── RdIdCard.dll
│ │ ├── RdIdCard.pdb
│ │ ├── SuperSocket.ClientEngine.dll
│ │ ├── TestWin.exe
│ │ ├── TestWin.exe.config
│ │ ├── TestWin.pdb
│ │ └── WebSocket4Net.dll
│ ├── obj
│ │ ├── Debug
│ │ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── TempPE
│ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ ├── TestWin.Properties.Resources.resources
│ │ │ ├── TestWin.ReadCardForm.resources
│ │ │ ├── TestWin.csproj.CopyComplete
│ │ │ ├── TestWin.csproj.CoreCompileInputs.cache
│ │ │ ├── TestWin.csproj.FileListAbsolute.txt
│ │ │ ├── TestWin.csproj.GenerateResource.cache
│ │ │ ├── TestWin.csprojAssemblyReference.cache
│ │ │ ├── TestWin.exe
│ │ │ └── TestWin.pdb
│ │ ├── x64
│ │ │ └── Debug
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── TempPE
│ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ └── TestWin.csprojAssemblyReference.cache
│ │ └── x86
│ │ └── Debug
│ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ ├── TempPE
│ │ │ └── Properties.Resources.Designer.cs.dll
│ │ ├── TestWin.Properties.Resources.resources
│ │ ├── TestWin.ReadCardForm.resources
│ │ ├── TestWin.csproj.CopyComplete
│ │ ├── TestWin.csproj.CoreCompileInputs.cache
│ │ ├── TestWin.csproj.FileListAbsolute.txt
│ │ ├── TestWin.csproj.GenerateResource.cache
│ │ ├── TestWin.exe
│ │ └── TestWin.pdb
│ └── packages.config
├── WebSocketServerApp
│ ├── App.config
│ ├── Config
│ │ ├── log4net.config
│ │ └── log4net.unix.config
│ ├── Program.cs
│ ├── Properties
│ │ └── AssemblyInfo.cs
│ ├── WebSocketServerApp.csproj
│ ├── bin
│ │ ├── Debug
│ │ │ ├── Log
│ │ │ ├── Log.dat
│ │ │ ├── Log.txt
│ │ │ ├── Newtonsoft.Json.dll
│ │ │ ├── Newtonsoft.Json.xml
│ │ │ ├── RdIdCard.dll
│ │ │ ├── RdIdCard.pdb
│ │ │ ├── SuperSocket.Common.dll
│ │ │ ├── SuperSocket.Common.xml
│ │ │ ├── SuperSocket.Facility.dll
│ │ │ ├── SuperSocket.Facility.xml
│ │ │ ├── SuperSocket.SocketBase.dll
│ │ │ ├── SuperSocket.SocketBase.xml
│ │ │ ├── SuperSocket.SocketEngine.dll
│ │ │ ├── SuperSocket.SocketEngine.xml
│ │ │ ├── SuperSocket.SocketService.exe
│ │ │ ├── SuperSocket.WebSocket.dll
│ │ │ ├── Termb.Lic
│ │ │ ├── WebSocketServerApp.exe
│ │ │ ├── WebSocketServerApp.exe.config
│ │ │ ├── WebSocketServerApp.pdb
│ │ │ ├── WltRS.dll
│ │ │ ├── XP.wlt
│ │ │ ├── log4net.dll
│ │ │ ├── log4net.xml
│ │ │ ├── sdtapi.dll
│ │ │ ├── termb.dll
│ │ │ └── termbconfig.ini
│ │ ├── Release
│ │ ├── x64
│ │ │ └── Debug
│ │ └── x86
│ │ └── Debug
│ ├── obj
│ │ ├── Debug
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── TempPE
│ │ │ ├── WebSocketServerApp.csproj.CopyComplete
│ │ │ ├── WebSocketServerApp.csproj.CoreCompileInputs.cache
│ │ │ ├── WebSocketServerApp.csproj.FileListAbsolute.txt
│ │ │ ├── WebSocketServerApp.csprojAssemblyReference.cache
│ │ │ ├── WebSocketServerApp.exe
│ │ │ └── WebSocketServerApp.pdb
│ │ ├── x64
│ │ │ └── Debug
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── TempPE
│ │ │ └── WebSocketServerApp.csprojAssemblyReference.cache
│ │ └── x86
│ │ └── Debug
│ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ └── TempPE
│ ├── packages.config
│ ├── supersocket.cmd
│ ├── supersocket.sh
│ └── test.html
├── WindowsService
│ ├── Config
│ │ ├── log4net.config
│ │ └── log4net.unix.config
│ ├── Program.cs
│ ├── ProjectInstaller.Designer.cs
│ ├── ProjectInstaller.cs
│ ├── ProjectInstaller.resx
│ ├── Properties
│ │ └── AssemblyInfo.cs
│ ├── Service1.Designer.cs
│ ├── Service1.cs
│ ├── WindowsService.csproj
│ ├── app.config
│ ├── bin
│ │ ├── Debug
│ │ │ ├── Authorization
│ │ │ │ └── Termb.Lic
│ │ │ ├── InstallUtil.exe
│ │ │ ├── Log
│ │ │ ├── Log.dat
│ │ │ ├── Log.txt
│ │ │ ├── NLog.dll
│ │ │ ├── NLog.xml
│ │ │ ├── Newtonsoft.Json.dll
│ │ │ ├── Newtonsoft.Json.xml
│ │ │ ├── RdIdCard.dll
│ │ │ ├── RdIdCard.pdb
│ │ │ ├── SuperSocket.ClientEngine.dll
│ │ │ ├── SuperSocket.Common.dll
│ │ │ ├── SuperSocket.Common.xml
│ │ │ ├── SuperSocket.Facility.dll
│ │ │ ├── SuperSocket.Facility.xml
│ │ │ ├── SuperSocket.SocketBase.dll
│ │ │ ├── SuperSocket.SocketBase.xml
│ │ │ ├── SuperSocket.SocketEngine.dll
│ │ │ ├── SuperSocket.SocketEngine.xml
│ │ │ ├── SuperSocket.SocketService.exe
│ │ │ ├── SuperSocket.WebSocket.dll
│ │ │ ├── Termb.Lic
│ │ │ ├── WebSocket4Net.dll
│ │ │ ├── WindowsService.exe
│ │ │ ├── WindowsService.exe.config
│ │ │ ├── WindowsService.pdb
│ │ │ ├── WltRS.dll
│ │ │ ├── XP.wlt
│ │ │ ├── log4net.dll
│ │ │ ├── log4net.xml
│ │ │ ├── sdtapi.dll
│ │ │ ├── termb.dll
│ │ │ ├── termbconfig.ini
│ │ │ ├── 卸载.bat
│ │ │ └── 安装.bat
│ │ ├── Release
│ │ ├── x64
│ │ │ └── Debug
│ │ ├── x86
│ │ │ └── Debug
│ │ └── 神思推送服务增加省市区返回
│ │ ├── Authorization
│ │ │ └── Termb.Lic
│ │ ├── InstallUtil.exe
│ │ ├── Log
│ │ ├── Log.dat
│ │ ├── Log.txt
│ │ ├── NLog.dll
│ │ ├── NLog.xml
│ │ ├── Newtonsoft.Json.dll
│ │ ├── Newtonsoft.Json.xml
│ │ ├── RdIdCard.dll
│ │ ├── RdIdCard.pdb
│ │ ├── SuperSocket.ClientEngine.dll
│ │ ├── SuperSocket.Common.dll
│ │ ├── SuperSocket.Common.xml
│ │ ├── SuperSocket.Facility.dll
│ │ ├── SuperSocket.Facility.xml
│ │ ├── SuperSocket.SocketBase.dll
│ │ ├── SuperSocket.SocketBase.xml
│ │ ├── SuperSocket.SocketEngine.dll
│ │ ├── SuperSocket.SocketEngine.xml
│ │ ├── SuperSocket.SocketService.exe
│ │ ├── SuperSocket.WebSocket.dll
│ │ ├── Termb.Lic
│ │ ├── WebSocket4Net.dll
│ │ ├── WindowsService.exe
│ │ ├── WindowsService.exe.config
│ │ ├── WindowsService.pdb
│ │ ├── WltRS.dll
│ │ ├── XP.wlt
│ │ ├── log4net.dll
│ │ ├── log4net.xml
│ │ ├── sdtapi.dll
│ │ ├── termb.dll
│ │ ├── termbconfig.ini
│ │ ├── 卸载.bat
│ │ └── 安装.bat
│ ├── obj
│ │ ├── Debug
│ │ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── TempPE
│ │ │ ├── WindowsService.ProjectInstaller.resources
│ │ │ ├── WindowsService.csproj.CopyComplete
│ │ │ ├── WindowsService.csproj.CoreCompileInputs.cache
│ │ │ ├── WindowsService.csproj.FileListAbsolute.txt
│ │ │ ├── WindowsService.csproj.GenerateResource.cache
│ │ │ ├── WindowsService.csprojAssemblyReference.cache
│ │ │ ├── WindowsService.exe
│ │ │ └── WindowsService.pdb
│ │ ├── x64
│ │ │ └── Debug
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── TempPE
│ │ │ └── WindowsService.csprojAssemblyReference.cache
│ │ └── x86
│ │ └── Debug
│ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ └── TempPE
│ ├── packages.config
│ ├── supersocket.cmd
│ └── supersocket.sh
├── bin
│ ├── Debug
│ │ ├── NLog.dll
│ │ ├── NLog.xml
│ │ ├── RdIdCard.dll
│ │ ├── RdIdCard.pdb
│ │ ├── SuperSocket.ClientEngine.dll
│ │ ├── Termb.Lic
│ │ ├── WebSocket4Net.dll
│ │ ├── WltRS.dll
│ │ ├── sdtapi.dll
│ │ └── termb.dll
│ ├── Release
│ ├── x64
│ │ └── Debug
│ └── x86
│ └── Debug
├── lib
│ ├── InstallUtil.exe
│ ├── Termb.Lic
│ ├── WltRS.dll
│ ├── sdtapi.dll
│ ├── termb.dll
│ ├── 卸载.bat
│ └── 安装.bat
├── obj
│ ├── Debug
│ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ ├── RdIdCard.csproj.CopyComplete
│ │ ├── RdIdCard.csproj.CoreCompileInputs.cache
│ │ ├── RdIdCard.csproj.FileListAbsolute.txt
│ │ ├── RdIdCard.csprojAssemblyReference.cache
│ │ ├── RdIdCard.dll
│ │ ├── RdIdCard.pdb
│ │ └── TempPE
│ ├── x64
│ │ └── Debug
│ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ ├── RdIdCard.csprojAssemblyReference.cache
│ │ └── TempPE
│ └── x86
│ └── Debug
│ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ └── TempPE
├── packages
│ ├── NLog.4.7.5
│ │ ├── NLog.4.7.5.nupkg
│ │ └── lib
│ │ ├── monoandroid44
│ │ │ ├── NLog.dll
│ │ │ └── NLog.xml
│ │ ├── net35
│ │ │ ├── NLog.dll
│ │ │ └── NLog.xml
│ │ ├── net40-client
│ │ │ ├── NLog.dll
│ │ │ └── NLog.xml
│ │ ├── net45
│ │ │ ├── NLog.dll
│ │ │ └── NLog.xml
│ │ ├── netstandard1.3
│ │ │ ├── NLog.dll
│ │ │ └── NLog.xml
│ │ ├── netstandard1.5
│ │ │ ├── NLog.dll
│ │ │ └── NLog.xml
│ │ ├── netstandard2.0
│ │ │ ├── NLog.dll
│ │ │ └── NLog.xml
│ │ ├── sl4
│ │ │ ├── NLog.dll
│ │ │ └── NLog.xml
│ │ ├── sl5
│ │ │ ├── NLog.dll
│ │ │ └── NLog.xml
│ │ ├── wp8
│ │ │ ├── NLog.dll
│ │ │ └── NLog.xml
│ │ └── xamarinios10
│ │ ├── NLog.dll
│ │ └── NLog.xml
│ ├── Newtonsoft.Json.12.0.3
│ │ ├── LICENSE.md
│ │ ├── Newtonsoft.Json.12.0.3.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
│ │ │ ├── portable-net40 sl5 win8 wp8 wpa81
│ │ │ │ ├── Newtonsoft.Json.dll
│ │ │ │ └── Newtonsoft.Json.xml
│ │ │ └── portable-net45 win8 wp8 wpa81
│ │ │ ├── Newtonsoft.Json.dll
│ │ │ └── Newtonsoft.Json.xml
│ │ └── packageIcon.png
│ ├── SuperSocket.1.6.6.1
│ │ ├── SuperSocket.1.6.6.1.nupkg
│ │ └── lib
│ │ ├── net35
│ │ │ ├── SuperSocket.Common.XML
│ │ │ ├── SuperSocket.Common.dll
│ │ │ ├── SuperSocket.Facility.XML
│ │ │ ├── SuperSocket.Facility.dll
│ │ │ ├── SuperSocket.SocketBase.XML
│ │ │ └── SuperSocket.SocketBase.dll
│ │ ├── net40
│ │ │ ├── SuperSocket.Common.XML
│ │ │ ├── SuperSocket.Common.dll
│ │ │ ├── SuperSocket.Facility.XML
│ │ │ ├── SuperSocket.Facility.dll
│ │ │ ├── SuperSocket.SocketBase.XML
│ │ │ └── SuperSocket.SocketBase.dll
│ │ └── net45
│ │ ├── SuperSocket.Common.XML
│ │ ├── SuperSocket.Common.dll
│ │ ├── SuperSocket.Facility.XML
│ │ ├── SuperSocket.Facility.dll
│ │ ├── SuperSocket.SocketBase.XML
│ │ └── SuperSocket.SocketBase.dll
│ ├── SuperSocket.ClientEngine.Core.0.10.0
│ │ ├── SuperSocket.ClientEngine.Core.0.10.0.nupkg
│ │ └── lib
│ │ ├── net20
│ │ │ └── SuperSocket.ClientEngine.dll
│ │ ├── net35-client
│ │ │ └── SuperSocket.ClientEngine.dll
│ │ ├── net40-client
│ │ │ └── SuperSocket.ClientEngine.dll
│ │ ├── net45
│ │ │ └── SuperSocket.ClientEngine.dll
│ │ ├── netstandard1.3
│ │ │ └── SuperSocket.ClientEngine.dll
│ │ └── sl50
│ │ └── SuperSocket.ClientEngine.dll
│ ├── SuperSocket.Engine.1.6.6.1
│ │ ├── SuperSocket.Engine.1.6.6.1.nupkg
│ │ ├── content
│ │ │ ├── Config
│ │ │ │ ├── log4net.config
│ │ │ │ └── log4net.unix.config
│ │ │ ├── supersocket.cmd
│ │ │ └── supersocket.sh
│ │ └── lib
│ │ ├── net35
│ │ │ ├── SuperSocket.SocketEngine.XML
│ │ │ ├── SuperSocket.SocketEngine.dll
│ │ │ └── SuperSocket.SocketService.exe
│ │ ├── net40
│ │ │ ├── SuperSocket.SocketEngine.XML
│ │ │ ├── SuperSocket.SocketEngine.dll
│ │ │ └── SuperSocket.SocketService.exe
│ │ └── net45
│ │ ├── SuperSocket.SocketEngine.XML
│ │ ├── SuperSocket.SocketEngine.dll
│ │ └── SuperSocket.SocketService.exe
│ ├── SuperSocket.WebSocket.1.6.6.1
│ │ ├── SuperSocket.WebSocket.1.6.6.1.nupkg
│ │ └── lib
│ │ ├── net35
│ │ │ └── SuperSocket.WebSocket.dll
│ │ ├── net40
│ │ │ └── SuperSocket.WebSocket.dll
│ │ └── net45
│ │ └── SuperSocket.WebSocket.dll
│ ├── WebSocket4Net.0.15.2
│ │ ├── WebSocket4Net.0.15.2.nupkg
│ │ └── lib
│ │ ├── net20
│ │ │ └── WebSocket4Net.dll
│ │ ├── net35
│ │ │ └── WebSocket4Net.dll
│ │ ├── net40
│ │ │ └── WebSocket4Net.dll
│ │ ├── net45
│ │ │ └── WebSocket4Net.dll
│ │ └── netstandard1.3
│ │ └── WebSocket4Net.dll
│ └── log4net.2.0.3
│ ├── lib
│ │ ├── net10-full
│ │ │ ├── log4net.dll
│ │ │ └── log4net.xml
│ │ ├── net11-full
│ │ │ ├── log4net.dll
│ │ │ └── log4net.xml
│ │ ├── net20-full
│ │ │ ├── log4net.dll
│ │ │ └── log4net.xml
│ │ ├── net35-client
│ │ │ ├── log4net.dll
│ │ │ └── log4net.xml
│ │ ├── net35-full
│ │ │ ├── log4net.dll
│ │ │ └── log4net.xml
│ │ ├── net40-client
│ │ │ ├── log4net.dll
│ │ │ └── log4net.xml
│ │ └── net40-full
│ │ ├── log4net.dll
│ │ └── log4net.xml
│ └── log4net.2.0.3.nupkg
├── packages.config
├── 神思读卡服务包使用步骤
│ └── 神思服务包
│ ├── USBDrv.msi
│ ├── test.html
│ ├── 神思推送服务
│ │ ├── Authorization
│ │ │ └── Termb.Lic
│ │ ├── InstallUtil.exe
│ │ ├── Log
│ │ ├── Log.dat
│ │ ├── Log.txt
│ │ ├── NLog.dll
│ │ ├── NLog.xml
│ │ ├── Newtonsoft.Json.dll
│ │ ├── Newtonsoft.Json.xml
│ │ ├── RdIdCard.dll
│ │ ├── RdIdCard.pdb
│ │ ├── SuperSocket.ClientEngine.dll
│ │ ├── SuperSocket.Common.dll
│ │ ├── SuperSocket.Common.xml
│ │ ├── SuperSocket.Facility.dll
│ │ ├── SuperSocket.Facility.xml
│ │ ├── SuperSocket.SocketBase.dll
│ │ ├── SuperSocket.SocketBase.xml
│ │ ├── SuperSocket.SocketEngine.dll
│ │ ├── SuperSocket.SocketEngine.xml
│ │ ├── SuperSocket.SocketService.exe
│ │ ├── SuperSocket.WebSocket.dll
│ │ ├── Termb.Lic
│ │ ├── WebSocket4Net.dll
│ │ ├── WindowsService.exe
│ │ ├── WindowsService.exe.config
│ │ ├── WindowsService.pdb
│ │ ├── WltRS.dll
│ │ ├── XP.wlt
│ │ ├── log4net.dll
│ │ ├── log4net.xml
│ │ ├── sdtapi.dll
│ │ ├── termb.dll
│ │ ├── termbconfig.ini
│ │ ├── 卸载.bat
│ │ └── 安装.bat
│ └── 神思读卡服务包使用步骤.docx
├── 神思读卡器驱动和授权文件
│ ├── 100型驱动-USBdriver.zip
│ └── 授权文件.zip
└── 神思读卡服务包的使用步骤
└── 神思服务包
├── 100型驱动-USBdriver
│ └── 19
│ ├── USBdriver
│ │ ├── 2k,xp,2003,vista,win7
│ │ │ ├── MSI安装包-USBDrv3.0-Win32
│ │ │ │ ├── USBDrv3.0-x86.msi
│ │ │ │ └── 说明.txt
│ │ │ ├── UsbDriver3.0
│ │ │ │ ├── DIFxAPI.dll
│ │ │ │ ├── USBDrv.sys
│ │ │ │ ├── USBDrvCo.Inf
│ │ │ │ ├── samcoins.dll
│ │ │ │ ├── samsetup.exe
│ │ │ │ └── sdt_s_drv.cat
│ │ │ └── 二代证读验机具USB驱动.exe
│ │ ├── 98Driver
│ │ │ ├── USBDrv.sys
│ │ │ └── UsbDrv.inf
│ │ ├── Winxp_Win7_64bit
│ │ │ ├── USBDrv3.0-x64.msi
│ │ │ ├── Win7_64bit驱动
│ │ │ │ ├── USBDrv.sys
│ │ │ │ ├── USBDrvCo.inf
│ │ │ │ ├── samcoins.dll
│ │ │ │ ├── sdt_s_drv_x64.cat
│ │ │ │ └── 机具安装卸载说明.docx
│ │ │ └── readme.txt
│ │ ├── 驱动安装说明.txt
│ │ └── 二代证读验机具USB驱动安装手册.pdf
│ └── 驱动更新步骤.doc
├── 100型驱动-USBdriver.zip
├── USBDrv.msi
├── test.html
├── 神思推送服务.zip
├── 神思插件对应字段.docx
├── 神思读卡服务包使用步骤.docx
└── 神思推送服务增加省市区返回.zip
167 directories, 420 files