嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):78630559
本次赞助数额为: 4 元微信扫码支付:4 元
请留下您的邮箱,我们将在2小时内将文件发到您的邮箱
新中新
└── 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