摘要: 支持Mac/Windows/Linux 无论你是 PHP、Node.js、Python、Go、Java、Rust 开发者,FlyEnv 都能为你提供一站式开发环境 —— 无需虚拟机、无需 Docker、无需繁琐配置,一条命令就能拥有完整的运行环境。 ✨ 什么是 FlyEnv? FlyEnv 是一个开 阅读全文
posted @ 2025-08-26 16:12 丶Gang 阅读(91) 评论(0) 推荐(0)
摘要: 安装queue composer 安装 think-queue composer require topthink/think-queue 配置文件 在 \application\extra 新建queue.php 为 queue 的配置文件声明启动redis (服务器redis需要先开启安装red 阅读全文
posted @ 2025-06-24 00:47 丶Gang 阅读(32) 评论(0) 推荐(0)
摘要: /** *AXB 绑定接口 */ public function xnh() { header("Content-Type: text/html; charset=UTF-8"); //PA15818629124 $accountSid = "1b3721493d2bbe8dd12697f35bc3 阅读全文
posted @ 2024-10-12 10:07 丶Gang 阅读(98) 评论(0) 推荐(0)
摘要: public function add() { if (false $this->request->isPost()) { return $this->view->fetch(); } $params = $this->request->post('row/a'); if (empty($param 阅读全文
posted @ 2024-08-28 18:04 丶Gang 阅读(84) 评论(0) 推荐(0)
摘要: # 安装composer 包 "paypal/rest-api-sdk-php": "^1.14", "paypal/paypal-checkout-sdk": "^1.0" use PayPal\Api\Amount; use PayPal\Api\Details; use PayPal\Api\ 阅读全文
posted @ 2024-08-07 08:50 丶Gang 阅读(372) 评论(0) 推荐(0)
摘要: # 电子围栏 <!DOCTYPE html> <html> <style> #map { width: 760px; height: 400px; top: 10px; bottom: 0; } .search-button { display: inline-block; padding: 3px 阅读全文
posted @ 2024-07-25 13:44 丶Gang 阅读(174) 评论(0) 推荐(0)
摘要: # 生成二维码并上传到阿里云OSS if (!function_exists('create_qrcode')){ function create_qrcode($url){ $filename = time().rand(100,999).'.png'; $path = 'uploads/qrco 阅读全文
posted @ 2024-04-28 15:50 丶Gang 阅读(107) 评论(0) 推荐(0)
摘要: 阿里云官方:https://help.aliyun.com/zh/pnp/product-overview/service-solutions?spm=a2c4g.11186623.0.0.ad5c797dWsLO3v 接口文档:https://help.aliyun.com/zh/pnp/deve 阅读全文
posted @ 2024-04-19 17:28 丶Gang 阅读(408) 评论(0) 推荐(0)
摘要: # 通过 composer 安装 阿里云SDK "alibabacloud/dypnsapi-20170525": "^1.1.2", "alibabacloud/darabonba-openapi": "^0.2.10", "alibabacloud/tea-console": "^0.1.0", 阅读全文
posted @ 2024-04-19 17:03 丶Gang 阅读(594) 评论(0) 推荐(0)
摘要: public function getCode() { $access_token = $this->getAccessToken(); $width = 430; //二维码宽度 $page = 'pages/index/index';//小程序路径(pages/index/index) $sce 阅读全文
posted @ 2024-04-16 09:56 丶Gang 阅读(52) 评论(0) 推荐(0)