解决 centos使用node 报错 version 'GLIBC_2.27' not found error 解决 centos使用node 报错 version 'GLIBC_2.27' not found... 完整报错 node -v node: /lib64/libm.so.6: version `GLIBC_2.27' not found (required by node) node: /lib
laravel使用Intervention\Image扩展压缩图片 php 记录一下使用Intervention\Image压缩图片安装扩展composer require intervention/image确保php安装了GD库或者 Imagick才可以使用使用use Intervention\Image\Facades\Image;$imageUrl = '图
使用github+PicGo搭建免费图床,并使用jsdeliver加速 other 使用github搭建图床,并使用jsdeliver加速github设置在github中新建一个公开仓库,仓库名称随意在github的设置中添加 私人令牌token,令牌在后面使用PicGo作为图床客户端时有用token名字随便取,要勾选repo项。token有效期如果不考虑安全性可以选不过期,然后创
Ubuntu系统下安装LNMP 代码 php# 添加源sudo apt -y install software-properties-commonsudo add-apt-repository ppa:ondrej/php# 更新源sudo apt update# 安装php8.0-fpmsudo apt -y install php8