摘要: /// /// 生成二维码 ! /// /// public static void GetQode(HttpContext context) { string url = context.Request["url"]; string Newurl = Http... 阅读全文
posted @ 2016-11-30 10:07 方金 阅读(1433) 评论(0) 推荐(0) 编辑
摘要: public class QRCodeHelper { #region 合并用户QR图片和用户头像 /// /// 合并用户QR图片和用户头像 /// /// QR图片 /// 用户头像 /// 缩放比例 /// publ... 阅读全文
posted @ 2016-11-30 10:04 方金 阅读(1169) 评论(0) 推荐(0) 编辑