- 授权协议: GPL
- 开发语言: PHP
- 操作系统: 跨平台
- 软件首页: https://gitee.com/mqycn/diy-qrcode
- 软件文档: https://gitee.com/mqycn/diy-qrcode
软件介绍
PHP 生成二维码海报,支持多模板。
增加模板:
1、qrcode.*** 开头的 文件夹,比如:qrcode.demo3
2、在第一步创建的文件夹中配置文件config.php,以上面的例子为:qrcode.demo3/config.php
<?php return array( 'level' => "L", //二维码校正级别,可选:L、M、Q、H 'matrix' => 6, //矩阵的大小, 1-10 'type' => 'png', //二维码 输出类型 /** * 图片文件说明:(以上级目录为准) * [SKIN] : 会替换成 当前 模板 的文件夹 */ 'background' => '[SKIN]demo.png', /** * 模版路径说明:(以安装路径 /vendor/qrcode-diy/,域名为 http://localhost/ 为例) * [WEB_ROOT] : http://localhost/ * [WEB_PATH] : vendor/qrcode-diy/ * [WEB_URI] : http://localhost/vendor/qrcode-diy/ */ 'template' => '[WEB_URI]test.php?qrcode=[KEY]&skin=skin2&page=share', //落地页路径模版 'x' => 228, //插入点 X 的位置 'y' => 77, //插入点 Y 的位置 'w' => 88, //二维码宽度 'h' => 88, //二维码高度 ); ?>
在线演示:
测试地址:http://您的域名/安装路径/test.php
在线测试地址:http://www.miaoqiyuan.cn/products/diy-qrcode
二维码样式一:
在线测试:http://www.miaoqiyuan.cn/apps/qrcode/Z2l0ZWUuY29t/skin1.png
二维码样式二:
在线测试:http://www.miaoqiyuan.cn/apps/qrcode/Z2l0ZWUuY29t/skin2.png
Machine Learning
Kevin Murphy / The MIT Press / 2012-9-18 / USD 90.00
Today's Web-enabled deluge of electronic data calls for automated methods of data analysis. Machine learning provides these, developing methods that can automatically detect patterns in data and then ......一起来看看 《Machine Learning》 这本书的介绍吧!




