在好例子网,分享、交流、成长!
您当前所在位置:首页C# 开发实例C#语言基础 → 神思100身份证读卡推送服务

神思100身份证读卡推送服务

C#语言基础

下载此实例
  • 开发语言:C#
  • 实例大小:48.67M
  • 下载次数:24
  • 浏览次数:284
  • 发布时间:2020-11-27
  • 实例类别:C#语言基础
  • 发 布 人:hxx1990615
  • 文件格式:.zip
  • 所需积分:4
 相关标签: 身份证 100 00 神思 读卡

实例介绍

【实例简介】

【实例截图】

from clipboard

【核心代码】

神思

└── 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


实例下载地址

神思100身份证读卡推送服务

不能下载?内容有错? 点击这里报错 + 投诉 + 提问

好例子网口号:伸出你的我的手 — 分享

网友评论

发表评论

(您的评论需要经过审核才能显示)

查看所有0条评论>>

小贴士

感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。

  • 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
  • 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
  • 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
  • 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。

关于好例子网

本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明

;
报警