sudo: yum-config-manager: command not found

sudo: yum-config-manager: command not found

php语言的抽象类和抽象方法

php抽象类就是使用关键字abstract修饰的类就成为了抽象类;抽象类不能被实例化,只能被继承;如果类方法被声明为抽象的,那么其中就不能包括具体的功能实现。

mysql 开启binglog

binlog指二进制日志,它记录了数据库上的所有改变,并以二进制的形式保存在磁盘中,它可以用来查看数据库的变更历史、数据库增量备份和恢复、MySQL的复制(主从数据库的复制)

the environment file is invalid!

The environment file is invalid!Failed to parse dotenv file. Encountered unexpected whitespace at [Site Shop].

gd扩展报错freetype-confignotfound

docker中php扩展freetype安装

easyswoole下载安装

EasySwoole 是一款基于 Swoole Server 开发的常驻内存型的分布式 PHP 框架,专为 API 而生,摆脱传统 PHP 运行模式在进程唤起和文件加载上带来的性能损失。 EasySwoole 高度封装了 Swoole Server 而依旧维持 Swoole Server 原有特性,支持同时混合监听 HTTP、自定义 TCP、UDP 协议,让开发者以最低的学习成本和精力编写出多进程、可异步、高可用的应用服务。

rabbitmqthere is no template at js

正在捣鼓着RabbitMq,访问直接给我提示,RabbitMQ Management出现错误'There is no template at js/tmpl/login.ejs'

supervisor进程管理器

command=/usr/bin/php think queue:work --queue baiduJobQueuePicdirectory=/项目根目录绝对路径/autorestart=truestartsecs=3startretries=3

docker容器启动命令dockerstart

docker容器启动命令docker start 容器名称