11 2024 档案

摘要:$res = shell_exec("git -C /var/www/hyperf pull 2>&1"); 启动hyperf项目 sudo php bin/hyperf.php start 阅读全文
posted @ 2024-11-23 02:25 冯元春 阅读(3) 评论(0) 推荐(0) 编辑
摘要:docker phpmyadmin 连接宿主mysql数据库报错:mysqli::real_connect(): (HY000/2002): Connection refused 解决: bind-address:0.0.0.0 阅读全文
posted @ 2024-11-22 00:10 冯元春 阅读(33) 评论(0) 推荐(0) 编辑
摘要:$records = DB::table('order') ->where('buy_at', '<', Carbon::now()->subMinutes(50)) ->get(); 阅读全文
posted @ 2024-11-19 21:41 冯元春 阅读(12) 评论(0) 推荐(0) 编辑
摘要:$container = ApplicationContext::getContainer(); $redis = $container->get(Redis::class); $timestamp = time() + $delay_seconds; return $redis->zAdd($qu 阅读全文
posted @ 2024-11-07 00:22 冯元春 阅读(14) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示