嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300
本次赞助数额为: 2 元微信扫码支付:2 元
请留下您的邮箱,我们将在2小时内将文件发到您的邮箱
C#调用QRCode.dll实现二维码的生成解析
用网上代码改的,原代码解析带汉字二维码会出现乱码,加了一段内码转换的代码解决这个问题。 另外:在生成二维码有长度限制,英文字符120,中文60。还不知道怎么解决,有知道的告知下,谢谢。
.
├── C#调用QRCode.dll实现二维码的生成解析_QRCode.rar
└── QRCode
├── UpgradeLog.XML
├── _UpgradeReport_Files
│ ├── UpgradeReport.css
│ ├── UpgradeReport.xslt
│ ├── UpgradeReport_Minus.gif
│ └── UpgradeReport_Plus.gif
├── test
│ ├── Program.cs
│ ├── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ ├── QRCode.Designer.cs
│ ├── QRCode.cs
│ ├── QRCode.resx
│ ├── ThoughtWorks.QRCode.dll
│ ├── bin
│ │ ├── Debug
│ │ │ ├── ThoughtWorks.QRCode.dll
│ │ │ ├── test.exe
│ │ │ ├── test.pdb
│ │ │ ├── test.vshost.exe
│ │ │ └── test.vshost.exe.manifest
│ │ └── Release
│ ├── obj
│ │ ├── Debug
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── GenerateResource-ResGen.read.1.tlog
│ │ │ ├── GenerateResource-ResGen.write.1.tlog
│ │ │ ├── Refactor
│ │ │ ├── ResolveAssemblyReference.cache
│ │ │ ├── TempPE
│ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ ├── test.Properties.Resources.resources
│ │ │ ├── test.QRCode.resources
│ │ │ ├── test.csproj.FileListAbsolute.txt
│ │ │ ├── test.csproj.GenerateResource.Cache
│ │ │ ├── test.exe
│ │ │ └── test.pdb
│ │ └── test.csproj.FileListAbsolute.txt
│ ├── test.csproj
│ └── test.csproj.user
├── test.sln
└── test.suo
11 directories, 37 files