上一页 1 2 3 4 5 6 7 8 9 10 ··· 31 下一页
摘要: 如图 在设置URL 时候,微信会给你的url以GET方式传入 signature timestamp nonce echostr几个值,和验证token处理数据返回的echostr 代码如下 (我添加了写入日志文件的 操作) $DOCUMENT_ROOT = $_SERVER['DOCUMENT_R 阅读全文
posted @ 2024-04-01 17:55 79524795 阅读(71) 评论(0) 推荐(0)
摘要: 案例代码 逻辑层 if (!empty($title)) { $condition[] = [ 'title', 'like', '%' . $title . '%' ]; } $condition[] = [ 'delete', '=','0' ]; $order_by = 'addtime de 阅读全文
posted @ 2024-03-26 15:50 79524795 阅读(18) 评论(0) 推荐(0)
摘要: 直接上带代码 uni.getLocation({ type: 'wgs84', // 定位类型,支持的值:'wgs84'、'gcj02'。'wgs84' 返回 gps 坐标,'gcj02' 返回可用于uni.openLocation的坐标 success: function (res) { cons 阅读全文
posted @ 2024-03-13 17:01 79524795 阅读(61) 评论(0) 推荐(0)
摘要: 终端连接数据库(以root账号登陆) mysql -u root -p 输入命令(我这里账号密码为shop2密码为shop2,要替换为你自己的账号密码) GRANT ALL PRIVILEGES ON *.* TO 'shop2'@'%' IDENTIFIED BY 'shop2' WITH GRA 阅读全文
posted @ 2024-03-05 15:04 79524795 阅读(18) 评论(0) 推荐(0)
摘要: 1.查找PHP版本:首先,你需要知道服务器上安装了哪些PHP版本。你可以通过运行以下命令来查找安装在服务器上的所有PHP版本 ls -l /www/server/php/ 切换PHP版本:一旦确定你想要切换到的PHP版本,你可以通过更新系统的php命令链接来切换版本。例如,如果你想要切换到PHP 7 阅读全文
posted @ 2024-03-01 16:19 79524795 阅读(1296) 评论(0) 推荐(0)
摘要: https://beautifier.io/ 阅读全文
posted @ 2024-02-05 23:54 79524795 阅读(33) 评论(0) 推荐(0)
摘要: 安装 import Hls from 'hls.js'; 视频框 <template> <div class="video-container"> <video ref="videoPlayer" controls></video> </div> </template> 使用 hls.js 初始化视 阅读全文
posted @ 2024-01-20 13:54 79524795 阅读(328) 评论(0) 推荐(0)
摘要: 文件位置:/www/wwwroot/域名/application/admin/controller/Index.php $this->auth->login就在 文件位置:/www/wwwroot/域名/application/admin/library/Auth.php 通过打印 MD5 和 加盐 阅读全文
posted @ 2024-01-14 02:36 79524795 阅读(780) 评论(0) 推荐(0)
摘要: 后台代码 //注意公众号的openid和小程序的 openid不是同一个 $this->sendmuban($openid); public function sendmuban($openid){ // 公众号的 $appId = '**************'; $appSecret = '* 阅读全文
posted @ 2023-12-28 15:02 79524795 阅读(71) 评论(0) 推荐(0)
摘要: uniapp代码 uni.requestSubscribeMessage({ tmplIds: ['*****你的订阅消息模板ID1****', '******你的订阅消息模板ID2****' ], success(res) { if (res['******你的订阅消息模板ID1****'] 'a 阅读全文
posted @ 2023-12-28 14:54 79524795 阅读(128) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 7 8 9 10 ··· 31 下一页