摘要:
$records = DB::table('order') ->where('buy_at', '<', Carbon::now()->subMinutes(50)) ->get(); 阅读全文
摘要:
$container = ApplicationContext::getContainer(); $redis = $container->get(Redis::class); $timestamp = time() + $delay_seconds; return $redis->zAdd($qu 阅读全文
摘要:
要求 3年后端开发经验以上 熟悉swoole协程和hyperf框架 会使用一种消息队列 接触过高并发场景 熟悉mysql锁机制 熟悉Elasticsearch搜索引擎 使用过docker容器编排 了解自动化部署ci/cd 写过单元测试 了解日志收集和搭建日志系统 了解linux服务器性能分析和优化 阅读全文
摘要:
max_binlog_size = 100M # binlog_do_db = include_database_name # binlog_ignore_db = include_database_name # # # slow_query_log = ON slow_query_log_file 阅读全文
摘要:
create user root@'%' identified by ''; grant all privileges on *.* to root@'%' with grant option; alter user root@'%' identified with caching_sha2_pas 阅读全文
摘要:
docker 创建docker用户组 sudo groupadd docker 普通用户加入docker用户组 sudo usermod -aG docker ubuntu 重启docker sudo systemctl restart docker 刷新 sudo newgrp docker 阅读全文
摘要:
Ubuntu 22.04 上安装 PHP 8.1 sudo apt update sudo apt install software-properties-common sudo add-apt-repository ppa:ondrej/php sudo apt update sudo apt i 阅读全文
摘要:
grep '2024-10-04T09.*replyMessage' requests-2024-10-04.log | wc -l 阅读全文