10 2019 档案
摘要:1.CentOS 7 yum install -y http://dl.iuscommunity.org/pub/ius/stable/CentOS/7/x86_64/ius-release-1.0-15.ius.centos7.noarch.rpm yum -y update 2.安装所有必须的扩展: yum -y install php72u-intl 如果出现yum-errors: [Err
阅读全文
摘要:copy images docker save -o <path for generated tar file> <image name> docker load -i <path to image tar file> You should add filename (not just direct
阅读全文
摘要:1.下载最新的认证: https://curl.haxx.se/ca/cacert.pem 保存到 D:\work\wamp\bin\php\php7.2.18\extras\ssl\cacert.pem 2.在php.ini 中 3.重启wampserver
阅读全文