自动生成二维码,可修改编码方式支持中文,同时能将生成的码读出、保存 QRCode.rar


自动生成二维码,可修改编码方式支持中文,同时能将生成的码读出、保存 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  QRCodeQRCodeLibAssemblyInfo.cs

     文件        882  2007-06-30 23:24  QRCodeQRCodeLibdataQRCodeBitmapImage.cs

     文件        262  2007-06-30 23:21  QRCodeQRCodeLibdataQRCodeImage.cs

     文件      14203  2007-07-30 10:43  QRCodeQRCodeLibdataQRCodeSymbol.cs

     文件       4993  2007-07-30 10:43  QRCodeQRCodeLibeccBCH15_5.cs

     文件       9927  2007-07-30 10:43  QRCodeQRCodeLibeccReedSolomon.cs

     文件        399  2007-07-04 22:38  QRCodeQRCodeLibexceptionAlignmentPatternNotFoundException.cs

     文件        690  2007-07-04 22:38  QRCodeQRCodeLibexceptionDecodingFailedException.cs

     文件        383  2007-07-04 22:38  QRCodeQRCodeLibexceptionFinderPatternNotFoundException.cs

     文件        385  2007-07-04 22:38  QRCodeQRCodeLibexceptionInvalidDataBlockException.cs

     文件        375  2007-07-04 22:38  QRCodeQRCodeLibexceptionInvalidVersionException.cs

     文件        390  2007-07-04 22:38  QRCodeQRCodeLibexceptionInvalidVersionInfoException.cs

     文件        381  2007-07-04 22:38  QRCodeQRCodeLibexceptionSymbolNotFoundException.cs

     文件        160  2007-07-04 22:38  QRCodeQRCodeLibexceptionVersionInformationException.cs

     文件       1935  2007-06-08 13:38  QRCodeQRCodeLibgeomAxis.cs

     文件       3357  2007-06-08 13:38  QRCodeQRCodeLibgeomLine.cs

     文件       1507  2007-06-08 13:38  QRCodeQRCodeLibgeomPoint.cs

     文件       4228  2007-06-08 13:38  QRCodeQRCodeLibgeomSamplingGrid.cs

     文件      15993  2013-05-23 10:51  QRCodeQRCodeLibobjDebugDesignTimeResolveAssemblyReferencesInput.cache

     文件      73200  2013-05-23 10:51  QRCodeQRCodeLibobjDebugGenerateResource-ResGen.read.1.tlog

     文件        750  2013-05-23 10:51  QRCodeQRCodeLibobjDebugGenerateResource-ResGen.write.1.tlog

     文件          2  2013-05-23 10:51  QRCodeQRCodeLibobjDebugGenerateResource.read.1.tlog

     文件        784  2007-06-08 13:39  QRCodeQRCodeLibobjDebugQRCode.NET.csproj.GenerateResource.Cache

     文件       1728  2013-05-23 10:51  QRCodeQRCodeLibobjDebugQRCodeLib.csproj.FileListAbsolute.txt

     文件      28672  2007-06-08 13:36  QRCodeQRCodeLibobjDebugRefactorQRCodeNET.dll

     文件      40960  2007-09-10 08:43  QRCodeQRCodeLibobjDebugRefactorThoughtWorks.QRCode.dll

     文件          2  2013-05-23 10:51  QRCodeQRCodeLibobjDebugResGen.read.1.tlog

     文件          2  2013-05-23 10:51  QRCodeQRCodeLibobjDebugResGen.write.1.tlog

     文件      29184  2010-06-07 14:47  QRCodeQRCodeLibobjDebugTempPEProperties.Resources.Designer.cs.dll

     文件    6205440  2013-05-23 10:51  QRCodeQRCodeLibobjDebugThoughtWorks.QRCode.dll

............此处省略709个文件信息

版权声明:本文内容由互联网用户自发贡献,该文观点仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容, 请发送邮件举报,一经查实,本站将立刻删除。

发表评论

评论列表(条)