中文亚洲精品无码_熟女乱子伦免费_人人超碰人人爱国产_亚洲熟妇女综合网

當(dāng)前位置: 首頁 > news >正文

長春哪里做網(wǎng)站好營銷型企業(yè)網(wǎng)站的功能

長春哪里做網(wǎng)站好,營銷型企業(yè)網(wǎng)站的功能,怎么銷售網(wǎng)站建設(shè),設(shè)置wordpress數(shù)據(jù)庫用戶名密碼1.了解jsQR jsQR是一個純javascript腳本實現(xiàn)的二維碼識別庫&#xff0c;不僅可以在瀏覽器端使用&#xff0c;而且支持后端node.js環(huán)境。jsQR使用較為簡單&#xff0c;有著不錯的識別率。 2.效果圖 3.二維碼 4.下載jsqr包 npm i -d jsqr5.代碼 <!-- index.wxml --> &l…

1.了解jsQR

jsQR是一個純javascript腳本實現(xiàn)的二維碼識別庫,不僅可以在瀏覽器端使用,而且支持后端node.js環(huán)境。jsQR使用較為簡單,有著不錯的識別率。

2.效果圖

請?zhí)砑訄D片描述

3.二維碼

在這里插入圖片描述

4.下載jsqr

npm i -d jsqr

5.代碼

<!-- index.wxml -->
<view class="container"><button bindtap="chooseImage">選擇圖片識別二維碼</button><canvas id="qrcodeCanvas" canvas-id="qrcodeCanvas" style="width: {{canvasWidth}}px; height: {{canvasHeight}}px"></canvas>
</view><button bind:tap="process">識別</button>
<button style="width: 100vw; margin-top: 20rpx;">識別結(jié)果:{{msg}}</button>
  • 舊canvas【canvas 2d 下】
// index.js
import jsQR from "jsqr";Page({data: {msg: "",canvasWidth: 0,canvasHeight: 0,},chooseImage() {wx.chooseMedia({count: 1,mediaType: ["image"],sourceType: ["album", "camera"],success: (res) => {this.decodeQRCode(res.tempFiles[0].tempFilePath);},fail: (err) => {console.error("選擇圖片失敗", err);},});},decodeQRCode(imagePath) {wx.getImageInfo({src: imagePath,success: (imageInfo) => {this.setData({canvasWidth: imageInfo.width,canvasHeight: imageInfo.height,});const canvasId = "qrcodeCanvas";const ctx = wx.createCanvasContext(canvasId);ctx.drawImage(imagePath, 0, 0, imageInfo.width, imageInfo.height);ctx.draw();},fail: (err) => {console.error("獲取圖片信息失敗", err);},});},process() {wx.canvasGetImageData({canvasId: "qrcodeCanvas",x: 0,y: 0,width: this.data.canvasWidth,height: this.data.canvasHeight,success: (res) => {console.log(res);const decodedResult = jsQR(res.data,this.data.canvasWidth,this.data.canvasHeight,{inversionAttempts: "dontInvert",});console.log("結(jié)果", decodedResult);if (decodedResult) {console.log(decodedResult.data); // 識別結(jié)果this.setData({msg: decodedResult.data,});} else {wx.showToast({icon: "none",title: "未識別到二維碼!",});}},fail: (err) => {console.error("獲取 Canvas 像素數(shù)據(jù)失敗", err);},});},
});
  • Canvas 2d
// index.js
import jsQR from "jsqr";Page({data: {msg: "",canvasWidth: 400,canvasHeight: 400,},chooseImage() {wx.chooseMedia({count: 1,mediaType: ["image"],sourceType: ["album", "camera"],success: (res) => {this.decodeQRCode(res.tempFiles[0].tempFilePath);},fail: (err) => {console.error("選擇圖片失敗", err);},});},decodeQRCode(imagePath) {wx.createSelectorQuery().select("#qrcodeCanvas") // 在 WXML 中填入的 id.fields({ node: true, size: true }).exec((res) => {// Canvas 對象this.canvas = res[0].node;const renderWidth = res[0].width;const renderHeight = res[0].height;this.ctx = this.canvas.getContext("2d");// 初始化畫布大小const dpr = wx.getWindowInfo().pixelRatio;this.canvas.width = renderWidth * dpr;this.canvas.height = renderHeight * dpr;this.ctx.scale(dpr, dpr);const image = this.canvas.createImage();image.onload = () => {this.ctx.drawImage(image,0,0,this.data.canvasWidth,this.data.canvasHeight);this.process();};image.src = imagePath;});},process() {var imgData = this.ctx.getImageData(0,0,this.canvas.width,this.canvas.height);const decodedResult = jsQR(imgData.data,this.canvas.width,this.canvas.height,{inversionAttempts: "dontInvert",});if (decodedResult) {console.log(decodedResult.data); // 識別結(jié)果this.setData({msg: decodedResult.data,});} else {wx.showToast({icon: "none",title: "未識別到二維碼!",});}},
});

僅識別黑白類二維碼

http://www.risenshineclean.com/news/63024.html

相關(guān)文章:

  • dedecms織夢搬家公司網(wǎng)站模板網(wǎng)站如何做seo推廣
  • 網(wǎng)站建設(shè)界面ppt演示佛山網(wǎng)絡(luò)推廣公司
  • 南京短視頻制作公司品牌seo是什么
  • 和碩網(wǎng)站建設(shè)seo推廣優(yōu)化排名軟件
  • 做詳情頁的網(wǎng)站網(wǎng)絡(luò)推廣運營主要做什么
  • 網(wǎng)站三大標(biāo)簽優(yōu)化汕頭seo網(wǎng)站推廣
  • 網(wǎng)站開發(fā)中標(biāo)簽欄的圖標(biāo)一般都在那個文件中寫代碼北京整站線上推廣優(yōu)化
  • 艾瑞網(wǎng)的網(wǎng)站架構(gòu)公司如何做網(wǎng)絡(luò)推廣營銷
  • sketch做網(wǎng)站人民網(wǎng)輿情數(shù)據(jù)中心官網(wǎng)
  • 西安最好的設(shè)計院排名搜狗整站優(yōu)化
  • 內(nèi)容營銷的方式seo分析及優(yōu)化建議
  • 桐柏網(wǎng)站建設(shè)怎么開通百度推廣賬號
  • 新媒體營銷的發(fā)展趨勢windows優(yōu)化大師怎么卸載
  • 做網(wǎng)上推廣網(wǎng)站軟文營銷怎么寫
  • 電子書推送網(wǎng)站怎么做電商網(wǎng)站建設(shè)
  • 做戀足的網(wǎng)站能賺錢嗎優(yōu)化大師win7官方免費下載
  • 如何建設(shè)門戶網(wǎng)站百度新聞
  • 江蘇專業(yè)網(wǎng)站制作公司搜索引擎關(guān)鍵詞競價排名
  • 廣告設(shè)計軟件cdrseo數(shù)據(jù)統(tǒng)計分析工具有哪些
  • 公共服務(wù)標(biāo)準(zhǔn)化指南廊坊seo關(guān)鍵詞排名
  • 動漫網(wǎng)頁設(shè)計作品模板廣州seo排名優(yōu)化
  • 江門營銷網(wǎng)站建設(shè)成功營銷案例分享
  • 重慶裝修貸款利率是多少東營網(wǎng)站seo
  • html5好的網(wǎng)站模板優(yōu)秀的營銷案例
  • 影視軟件開發(fā)定制關(guān)鍵詞優(yōu)化排名軟件推薦
  • 廣州網(wǎng)站推廣費用網(wǎng)站搜索排名優(yōu)化
  • 做設(shè)計找素材那個網(wǎng)站最好用排名第一的手機清理軟件
  • 做文字云的網(wǎng)站google ads 推廣
  • 替老外做網(wǎng)站中國國家人事人才培訓(xùn)網(wǎng)官網(wǎng)
  • 武陟網(wǎng)站建設(shè)網(wǎng)站推廣找客戶