資源簡介
自動生成二維碼,可修改編碼方式支持中文,同時能將生成的碼讀出、保存 QRCode.rar

代碼片段和文件信息
using?System.Reflection;
using?System.Runtime.CompilerServices;
//?General?Information?about?an?assembly?is?controlled?through?the?following
//?set?of?attributes.?Change?these?attribute?values?to?modify?the?information
//?associated?with?an?assembly.
//?TODO:?Review?the?values?of?the?assembly?attributes
[assembly:?Assemblytitle(“ThoughtWorks.QRCode.NET?Component“)]
[assembly:?AssemblyDescription(“A?library?for?QRCode?encoding?and?decoding“)]
[assembly:?AssemblyCompany(““)]
[assembly:?AssemblyProduct(““)]
[assembly:?AssemblyCopyright(““)]
[assembly:?AssemblyTrademark(““)]
[assembly:?AssemblyCulture(““)]
//?Version?information?for?an?assembly?consists?of?the?following?four?values:
//
//??????Major?Version
//??????Minor?Version
//??????Revision
//??????Build?Number
//
//?You?can?specify?all?the?values?or?you?can?default?the?Revision?and?Build?Numbers
//?by?using?the?‘*‘?as?shown?below:
[assembly:?AssemblyVersion(“1.0.*“)]
//
//?In?order?to?sign?your?assembly?you?must?specify?a?key?to?use.?Refer?to?the?
//?Microsoft?.NET?framework?documentation?for?more?information?on?assembly?signing.
//
//?Use?the?attributes?below?to?control?which?key?is?used?for?signing.?
//
//?Notes:?
//???(*)?If?no?key?is?specified?the?assembly?is?not?signed.
//???(*)?KeyName?refers?to?a?key?that?has?been?installed?in?the?Crypto?Service
//???????Provider?(CSP)?on?your?machine.?KeyFile?refers?to?a?file?which?contains
//???????a?key.
//???(*)?If?the?KeyFile?and?the?KeyName?values?are?both?specified?the?
//???????following?processing?occurs:
//???????(1)?If?the?KeyName?can?be?found?in?the?CSP?that?key?is?used.
//???????(2)?If?the?KeyName?does?not?exist?and?the?KeyFile?does?exist?the?key?
//???????????in?the?KeyFile?is?installed?into?the?CSP?and?used.
//???(*)?In?order?to?create?a?KeyFile?you?can?use?the?sn.exe?(Strong?Name)?utility.
//???????When?specifying?the?KeyFile?the?location?of?the?KeyFile?should?be
//???????relative?to?the?project?output?directory?which?is
//???????%Project?Directory%\obj\.?For?example?if?your?KeyFile?is
//???????located?in?the?project?directory?you?would?specify?the?AssemblyKeyFile?
//???????attribute?as?[assembly:?AssemblyKeyFile(“..\..\mykey.snk“)]
//???(*)?Delay?Signing?is?an?advanced?option?-?see?the?Microsoft?.NET?framework
//???????documentation?for?more?information?on?this.
//
[assembly:?AssemblyConfiguration(““)]
[assembly:?AssemblyDelaySign(false)]
[assembly:?AssemblyKeyFile(““)]
[assembly:?AssemblyKeyName(““)]
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件???????2549??2007-06-08?13:38??QRCode\QRCodeLib\AssemblyInfo.cs
?????文件????????882??2007-06-30?23:24??QRCode\QRCodeLib\data\QRCodeBitmapImage.cs
?????文件????????262??2007-06-30?23:21??QRCode\QRCodeLib\data\QRCodeImage.cs
?????文件??????14203??2007-07-30?10:43??QRCode\QRCodeLib\data\QRCodeSymbol.cs
?????文件???????4993??2007-07-30?10:43??QRCode\QRCodeLib\ecc\BCH15_5.cs
?????文件???????9927??2007-07-30?10:43??QRCode\QRCodeLib\ecc\ReedSolomon.cs
?????文件????????399??2007-07-04?22:38??QRCode\QRCodeLib\exception\AlignmentPatternNotFoundException.cs
?????文件????????690??2007-07-04?22:38??QRCode\QRCodeLib\exception\DecodingFailedException.cs
?????文件????????383??2007-07-04?22:38??QRCode\QRCodeLib\exception\FinderPatternNotFoundException.cs
?????文件????????385??2007-07-04?22:38??QRCode\QRCodeLib\exception\InvalidDataBlockException.cs
?????文件????????375??2007-07-04?22:38??QRCode\QRCodeLib\exception\InvalidVersionException.cs
?????文件????????390??2007-07-04?22:38??QRCode\QRCodeLib\exception\InvalidVersionInfoException.cs
?????文件????????381??2007-07-04?22:38??QRCode\QRCodeLib\exception\SymbolNotFoundException.cs
?????文件????????160??2007-07-04?22:38??QRCode\QRCodeLib\exception\VersionInformationException.cs
?????文件???????1935??2007-06-08?13:38??QRCode\QRCodeLib\geom\Axis.cs
?????文件???????3357??2007-06-08?13:38??QRCode\QRCodeLib\geom\Line.cs
?????文件???????1507??2007-06-08?13:38??QRCode\QRCodeLib\geom\Point.cs
?????文件???????4228??2007-06-08?13:38??QRCode\QRCodeLib\geom\SamplingGrid.cs
?????文件??????15993??2013-05-23?10:51??QRCode\QRCodeLib\obj\Debug\DesignTimeResolveAssemblyReferencesInput.cache
?????文件??????73200??2013-05-23?10:51??QRCode\QRCodeLib\obj\Debug\GenerateResource-ResGen.read.1.tlog
?????文件????????750??2013-05-23?10:51??QRCode\QRCodeLib\obj\Debug\GenerateResource-ResGen.write.1.tlog
?????文件??????????2??2013-05-23?10:51??QRCode\QRCodeLib\obj\Debug\GenerateResource.read.1.tlog
?????文件????????784??2007-06-08?13:39??QRCode\QRCodeLib\obj\Debug\QRCode.NET.csproj.GenerateResource.Cache
?????文件???????1728??2013-05-23?10:51??QRCode\QRCodeLib\obj\Debug\QRCodeLib.csproj.FileListAbsolute.txt
?????文件??????28672??2007-06-08?13:36??QRCode\QRCodeLib\obj\Debug\Refactor\QRCodeNET.dll
?????文件??????40960??2007-09-10?08:43??QRCode\QRCodeLib\obj\Debug\Refactor\ThoughtWorks.QRCode.dll
?????文件??????????2??2013-05-23?10:51??QRCode\QRCodeLib\obj\Debug\ResGen.read.1.tlog
?????文件??????????2??2013-05-23?10:51??QRCode\QRCodeLib\obj\Debug\ResGen.write.1.tlog
?????文件??????29184??2010-06-07?14:47??QRCode\QRCodeLib\obj\Debug\TempPE\Properties.Resources.Designer.cs.dll
?????文件????6205440??2013-05-23?10:51??QRCode\QRCodeLib\obj\Debug\ThoughtWorks.QRCode.dll
............此處省略709個文件信息
- 上一篇:汽車之家爬取數據集超過30000條數據
- 下一篇:DPDK學習之基礎概念介紹
評論
共有 條評論