码迷,mamicode.com
首页 >  
搜索关键字:qrcode    ( 649个结果
vue html2canvas + qrcode 画分享图
安装 npm install html2canvas --save npm install qrcodejs2 --save //二维码 引入 import html2canvas from 'html2canvas' import QRCode from 'qrcodejs2'; 生成二维码 <d ...
分类:Web程序   时间:2020-12-11 11:57:55    阅读次数:5
编码生成器
编码生成器 '' import os, time, string, random, tkinter, qrcode from pystrich.ean13 import EAN13Encoder import tkinter.filedialog # 文件对话框,其中tkinter模块为python ...
分类:其他好文   时间:2020-11-06 01:36:13    阅读次数:15
C# 生成二维码
添加引用: ThoughtWorks.QRCode.dll System.Drawing using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using Mi ...
分类:Windows程序   时间:2020-10-27 11:12:22    阅读次数:34
vue使用qrcode插件生成二维码
步骤: 第一步:vue-cli下载插件 cnpm install --save qrcodejs2 第二步:组件中引入插件 <template> <div> <div id="qrcode"></div> <!-- 创建一个div,并设置id为qrcode --> </div> </template ...
分类:其他好文   时间:2020-10-09 20:39:05    阅读次数:19
vue 与qrcodejs2 生成的二维码 logo 居中
代码: <div class="qrcode" > <img src="图片地址" v-if="iconIMGurl '0'?false:true" class="logoimg"/> <div ref="qrcode" id="qrcode"> </div> </div> style: .qrco ...
分类:Web程序   时间:2020-09-17 13:19:09    阅读次数:65
c# 把链接生成二维码
1.要用到一个类bai:QRCodeEncoder 这个类要添加一个du动态库:ThoughtWorks.QRCode.dll(可以上zhi网搜索) 然后引入命dao名空间:using ThoughtWorks.QRCode.Codec; 也可以直接通过 NuGet包 添加 搜索ThoughtWor ...
分类:Windows程序   时间:2020-08-25 18:39:36    阅读次数:71
.netcore 生成中间有logo图标的二维码
本文介绍在.netcore 平台下,使用 ThoughtWorks.QRCode.Core 生成中间有logo图标的二维码 ##第一步:NuGet 添加 ThoughtWorks.QRCode.Core: ##第二步:编写代码 public class QRCodeHelper { public s ...
分类:Web程序   时间:2020-08-20 18:48:39    阅读次数:83
uniapp 扫二维码跳转
在h5和wxapp中 生成qrcode的组件 https://ext.dcloud.net.cn/plugin?id=39 wx小程序扫二位码文档 生成链接时 computed: { ...mapState(['userinfo']), val() { let val = ''; // h5直接跳网 ...
分类:移动开发   时间:2020-07-26 15:36:04    阅读次数:222
为什么canvas.toDataURL获取图片是空白
第一种写法(错误): var downLoadImgUrl = $("#QRCode-item canvas")[0].toDataURL("image/png"); 第二种写法(正确): var _fixType = function(type) { type = type.toLowerCase ...
分类:Web程序   时间:2020-07-23 22:46:24    阅读次数:218
netcore webapi 输出imges,在docker里面swagger报错
发现:service中有个webapi输出了: public Bitmap GetLogoQRCode(string url, string logoPath, int pixel) { return QRCoderHelper.GetLogoQRCode(url, logoPath, pixel) ...
分类:Windows程序   时间:2020-07-15 15:54:48    阅读次数:97
649条   上一页 1 2 3 4 ... 65 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!