生成二维码JS
2021-11-16 19:01:49 10KB 生成二维码JS
1
Custom-scanCode-for-uni-app uni-app中h5+自定义二维码扫码界面
2021-11-16 14:23:24 680KB 附件源码 文章源码
1
// ZXing QRCode port to Delphi, by Debenu Pty Ltd // www.debenu.com // Original copyright notice (* * Copyright 2008 ZXing authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. *)
2021-11-16 14:05:35 102KB delphi 二维码生成
1
html创建爱你一个二维码
2021-11-15 16:03:38 10KB javascript
1
视觉图像处理、识别二维码。内附测试图片以及源码,适合视觉新手学习。
2021-11-15 14:39:51 1.49MB 机器视觉
1
问题场景: 后端返回图片数据流,打印结果是乱码,如下: Chrome浏览器的preview中可以看到二维码(图片),如下: 解析思路: 尝试用二进制大对象Blob解析,然后生成图片的URL,代码如下: // QRCode 为后端接口返回的图片数据流 const blob = new Blob([QRCode]) const url = window.URL.createObjectURL(blob) 但是把生成的URL链入img的src后仍然显示不出来,在查资料后知道还需设置responseType为blob才行,代码如下: const QRCode = await this.$swag
2021-11-15 10:43:35 79KB blob ue url
1
该资源方便用于小程序将字符串转二维码或者条形码,附上使用教程效果最佳哦! https://blog.csdn.net/qq_21041889/article/details/88182295
2021-11-15 10:41:02 10KB 小程序转二维码和条形码
1
实现二维码扫描和条形码的扫描,并返回出扫描的结果。省去了很多不必要的文件,直接使用即可,导入到自己的项目即可,欢迎大家提问。并附带使用说明
2021-11-14 17:47:08 18.42MB zxing
1
网页调用摄像头实现二维码扫描功能,很强大,,,网上搜的很多H5调用MUI的二维码扫描功能都用不了,不支持,。这个很强大,实现了网页调用摄像头进行二维码扫描功能,帅!
2021-11-13 09:19:43 44KB 二维码 二维码扫描 jsqrcode
1
主要为大家详细介绍了java使用电脑摄像头识别二维码,从摄像头获取图像,再根据图片解析出二维码信息,具有一定的参考价值,感兴趣的小伙伴们可以参考一下
1