<!DOCTYPE?html?PUBLIC?"-//W3C//DTD?XHTML?1.0?Transitional//EN"?"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">??
<html?xmlns="http://www.w3.org/1999/xhtml">??
<head>??
?<...
分类:
Web程序 时间:
2014-12-08 15:55:37
阅读次数:
255
使用ThoughtWorks.QRCode生成,利用这个库来生成带Logo的二维码(就是中间嵌了一个图片的二维码),直接见代码: HttpContext context = HttpContext.Current; String data = "二维码的内容";//如果是链接会...
分类:
Web程序 时间:
2014-11-06 19:05:55
阅读次数:
243
//index 控制器中的代码
using System;
using System.Collections.Generic;
using System.Drawing;
using System.Linq;
using System.Web;
using System.Web.Mvc;
using ThoughtWorks.QRCode.Codec;
namespace MyQrCode.C...
分类:
Web程序 时间:
2014-10-29 14:52:53
阅读次数:
646
一、jquery-qrcode jquery-qrcode是一个为浏览器生成二维码的jquery插件。我们很容易将它集成到我们的应用。该插件也可以独立使用,也比较小。它是直接在客户端生成二维码生成。所以不会有图片的下载过程,一定程度上提高了系统性能。二、实例 1、jquery-qrcode下载地.....
分类:
Web程序 时间:
2014-07-07 20:54:08
阅读次数:
249
usingSystem;usingSystem.Web;usingThoughtWorks.QRCode.Codec;usingThoughtWorks.QRCode.Codec.Data;usingThoughtWorks.QRCode.Codec.Util;usingSystem.IO;usin...
分类:
Web程序 时间:
2014-07-02 23:11:25
阅读次数:
320
引用LYBwwp的博文http://blog.csdn.net/lybwwp/article/details/18444369网上生成二维码的组件是真多,可是真正好用的,并且生成速度很快的没几个,QRCode就是我在众多中找到的,它的生成速度快。但是网上关于它的使用说明,真的太少了,大都是千篇一律的...
分类:
其他好文 时间:
2014-06-16 06:53:15
阅读次数:
216