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

新中新F200身份证读卡器window推送web服务

C#语言基础

下载此实例
  • 开发语言:C#
  • 实例大小:53.02M
  • 下载次数:25
  • 浏览次数:491
  • 发布时间:2020-11-27
  • 实例类别:C#语言基础
  • 发 布 人:hxx1990615
  • 文件格式:.zip
  • 所需积分:4
 相关标签: window 读卡器 身份证 web 200

实例介绍

【实例简介】

【实例截图】

from clipboard

【核心代码】

新中新

└── RdIdCard
    ├── AreaCode.cs
    ├── ImageProcessing.cs
    ├── Model
    │   └── IdCardModel.cs
    ├── Properties
    │   └── AssemblyInfo.cs
    ├── RdIdCard.csproj
    ├── RdIdCard_Synjones.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
    │   │   └── x86
    │   │       └── Debug
    │   │           ├── Log
    │   │           ├── NLog.dll
    │   │           ├── NLog.xml
    │   │           ├── Newtonsoft.Json.dll
    │   │           ├── Newtonsoft.Json.xml
    │   │           ├── RdIdCard.dll
    │   │           ├── RdIdCard.pdb
    │   │           ├── SuperSocket.ClientEngine.dll
    │   │           ├── SynIDCardAPI.dll
    │   │           ├── TestWin.exe
    │   │           ├── TestWin.exe.config
    │   │           ├── TestWin.pdb
    │   │           ├── USBRead.dll
    │   │           ├── WebSocket4Net.dll
    │   │           ├── WltRS.dll
    │   │           └── sdtapi.dll
    │   ├── obj
    │   │   └── x86
    │   │       └── Debug
    │   │           ├── DesignTimeResolveAssemblyReferences.cache
    │   │           ├── DesignTimeResolveAssemblyReferencesInput.cache
    │   │           ├── TempPE
    │   │           ├── 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
    │   └── packages.config
    ├── WebSocketServerApp
    │   ├── App.config
    │   ├── Config
    │   │   ├── log4net.config
    │   │   └── log4net.unix.config
    │   ├── Program.cs
    │   ├── Properties
    │   │   └── AssemblyInfo.cs
    │   ├── WebSocketServerApp.csproj
    │   ├── bin
    │   │   └── x86
    │   │       └── Debug
    │   │           ├── Log
    │   │           ├── 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
    │   │           ├── SynIDCardAPI.dll
    │   │           ├── USBRead.dll
    │   │           ├── WebSocketServerApp.exe
    │   │           ├── WebSocketServerApp.exe.config
    │   │           ├── WebSocketServerApp.pdb
    │   │           ├── WltRS.dll
    │   │           ├── log4net.dll
    │   │           ├── log4net.xml
    │   │           └── sdtapi.dll
    │   ├── obj
    │   │   └── x86
    │   │       └── Debug
    │   │           ├── DesignTimeResolveAssemblyReferencesInput.cache
    │   │           ├── WebSocketServerApp.csproj.CopyComplete
    │   │           ├── WebSocketServerApp.csproj.CoreCompileInputs.cache
    │   │           ├── WebSocketServerApp.csproj.FileListAbsolute.txt
    │   │           ├── WebSocketServerApp.csprojAssemblyReference.cache
    │   │           ├── WebSocketServerApp.exe
    │   │           └── WebSocketServerApp.pdb
    │   ├── 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
    │   │   └── x86
    │   │       └── Debug
    │   │           ├── InstallUtil.exe
    │   │           ├── Log
    │   │           ├── 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
    │   │           ├── SynIDCardAPI.dll
    │   │           ├── USBRead.dll
    │   │           ├── WebSocket4Net.dll
    │   │           ├── WindowsService.exe
    │   │           ├── WindowsService.exe.config
    │   │           ├── WindowsService.pdb
    │   │           ├── WltRS.dll
    │   │           ├── license.dat
    │   │           ├── log4net.dll
    │   │           ├── log4net.xml
    │   │           ├── sdtapi.dll
    │   │           ├── 卸载.bat
    │   │           └── 安装.bat
    │   ├── obj
    │   │   └── x86
    │   │       └── Debug
    │   │           ├── DesignTimeResolveAssemblyReferencesInput.cache
    │   │           ├── WindowsService.ProjectInstaller.resources
    │   │           ├── WindowsService.csproj.CopyComplete
    │   │           ├── WindowsService.csproj.CoreCompileInputs.cache
    │   │           ├── WindowsService.csproj.FileListAbsolute.txt
    │   │           ├── WindowsService.csproj.GenerateResource.cache
    │   │           ├── WindowsService.exe
    │   │           └── WindowsService.pdb
    │   ├── packages.config
    │   ├── supersocket.cmd
    │   └── supersocket.sh
    ├── bin
    │   └── x86
    │       └── Debug
    │           ├── NLog.dll
    │           ├── NLog.xml
    │           ├── Newtonsoft.Json.dll
    │           ├── Newtonsoft.Json.xml
    │           ├── RdIdCard.dll
    │           ├── RdIdCard.pdb
    │           ├── SuperSocket.ClientEngine.dll
    │           ├── SynIDCardAPI.dll
    │           ├── USBRead.dll
    │           ├── WebSocket4Net.dll
    │           ├── WltRS.dll
    │           └── sdtapi.dll
    ├── lib
    │   ├── InstallUtil.exe
    │   ├── SynIDCardAPI.dll
    │   ├── USBRead.dll
    │   ├── WltRS.dll
    │   ├── license.dat
    │   └── sdtapi.dll
    ├── obj
    │   └── x86
    │       └── Debug
    │           ├── DesignTimeResolveAssemblyReferencesInput.cache
    │           ├── RdIdCard.csproj.CopyComplete
    │           ├── RdIdCard.csproj.CoreCompileInputs.cache
    │           ├── RdIdCard.csproj.FileListAbsolute.txt
    │           ├── RdIdCard.csprojAssemblyReference.cache
    │           ├── RdIdCard.dll
    │           ├── RdIdCard.pdb
    │           └── 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
    ├── 新中新读卡器驱动和授权文件
    │   ├── OCX安装
    │   │   └── setup.exe
    │   ├── OCX安装.zip
    │   └── license.dat
    ├── 新中新读卡服务包的使用步骤
    │   └── 新中新服务包
    │       ├── OCX安装.zip
    │       ├── test.html
    │       ├── 新中新推送服务.zip
    │       ├── 新中新插件对应字段.docx
    │       └── 新中新读卡服务包使用步骤.docx
    └── 新中新读卡服务包的使用步骤.zip

111 directories, 283 files


实例下载地址

网友评论

发表评论

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

查看所有0条评论>>

小贴士

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

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

关于好例子网

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

;
报警