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 阅读全文
posted @ 2019-10-09 10:54 ChengPaoPao 阅读(1439) 评论(0) 推荐(0)
摘要: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 阅读全文
posted @ 2019-10-07 11:30 ChengPaoPao 阅读(99) 评论(0) 推荐(0)
摘要: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 阅读全文
posted @ 2019-10-07 11:15 ChengPaoPao 阅读(203) 评论(0) 推荐(0)