
后端
weixin_43867955
这个作者很懒,什么都没留下…
展开
-
微信支付开发文档
微信支付开发文档 https://pay.weixin.qq.com/wiki/doc/api/wxa/wxa_api.php?chapter=7_7 开发文档首页 https://pay.weixin.qq.com/wiki/doc/api/index.html原创 2021-03-10 11:52:44 · 338 阅读 · 0 评论 -
PHP 使用 GD 生成推广图
// GD生成推广图 private function CreateTg($user) { $bg = Db::name(‘bg’)->find(); //图片使用本地的绝对路径 $dst_path = '1.jpg';//背景图 $src_path= '2.gpg'; //二维码 // 获取图片后缀 $hz = substr(strrchr($dst_path, '.'), 1); // 保存的本地绝对路径文件夹 $path = getcwd().'/Tg/'; //生成新图片名 $image =转载 2021-03-10 11:51:26 · 101 阅读 · 0 评论 -
php爬图片
composer 安装 QueryList composer require jaeger/querylist <?php namespace app\index\controller; use QL\QueryList; use think\facade\View; class Index { public function index() { for ($i=2;$i<5;$i++){ $ql = QueryList::get("https://mm.enterdes转载 2021-03-10 11:48:14 · 84 阅读 · 0 评论