macOS Big Sur自带php版本是7.3,安装php7.4并配置apache到该版本 使用brew安装php7.4 brew install php@7.4 brew link php@7.4 --force 根…
标签:php
Ubuntu快捷安装nginx+mysql+php
Ubuntu快捷安装nginx+mysql+php sudo apt-get update sudo apt-get install nginx sudo apt-get install mysql-server sud…
手动安装wordpress插件
1.wordpress插件的存放位置wp-content/plugins 2.到wordpress.org站查找对应的插件并且下载或者用linux的wget命令下载 3.解压文件 unzip wp-super-cache…