php.in 最后一页 配置cacert.pem证书文件,否则解析不了aws存储桶的路由 curl.cainfo = D:/phpstudy_pro/cacert.pem 引入 use Aws\S3\S3Client;use Aws\S3\Exception\S3Exception; //aws认证 ...
分类:
Web程序 时间:
2020-04-20 10:21:54
阅读次数:
155
3) 操作系统优化 yum下载源优化 yum软件优势: 简单 快捷 01. 不需要到官方网站单独下载软件包(yum仓库) 02. 可以解决软件的依赖关系 yum优化方法: 01. 优化基础的yum源文件 通过阿里镜像源进行优化: curl -o /etc/yum.repos.d/CentOS-Bas ...
分类:
其他好文 时间:
2020-04-19 22:13:40
阅读次数:
82
被监控端只装agent [root@6 ~]# yum -y install httpd mariadb-server mariadb php php-mysql #安装lamp [root@6 ~]# yum -y install mysql-devel curl-devel net-snmp-d ...
分类:
Web程序 时间:
2020-04-19 12:57:34
阅读次数:
92
1、打开终端 2、安装Command Line tools xcode-select --install 3、安装brew命令 1 ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/inst ...
分类:
系统相关 时间:
2020-04-19 12:32:39
阅读次数:
71
问题: 在安装macOS上面安装brew的时候一直报 curl: (7) Failed to connect to raw.githubusercontent.com port 443: Connection refused 终于在网上找到大神的解决办法,贴到下面供大家参考。 解决: 使用 sudo ...
分类:
Web程序 时间:
2020-04-18 09:30:02
阅读次数:
614
docker compose(组成) 一、安装Docker Compose # Compose目前已经完全支持Linux、Mac OS和Windows,在我们安装Compose之前,需要先安装Docker。下面我 们以编译好的二进制包方式安装在Linux系统中。 curl -L https://gi ...
分类:
其他好文 时间:
2020-04-17 23:53:09
阅读次数:
61
<?php include_once('./common.php'); include_once('./config.php'); $wechatObj = new wechatCallbackapiTest(); if (!isset($_GET['echostr'])) { $wechatObj ...
分类:
微信 时间:
2020-04-17 14:05:09
阅读次数:
87
1、首先按官网提示先安装依赖,然后执行下面命令添加yum源,选择gitlab-ce社区版curl -s https://packages.gitlab.com/install/repositories/gitlab/gitlab-ce/script.rpm.sh | sudo bash2、更新本地y ...
分类:
其他好文 时间:
2020-04-16 19:17:44
阅读次数:
72
1.安装依赖库: yum install pcre-devel openssl-devel gcc curl -y 2.编译安装openresty(默认, --prefix=/usr/local/openresty 程序会被安装到/usr/local/openresty目录): tar -zxvf ...
分类:
其他好文 时间:
2020-04-15 18:34:39
阅读次数:
84
curl返回false解决方法 直接出书 var_dump( curl_error($curl) ) 看看报什么错 一般 curl_setopt($curl, CURLOPT_SSL_VERIFYPEER, false); curl_setopt($curl, CURLOPT_SSL_VERIFYH ...
分类:
Web程序 时间:
2020-04-14 20:56:13
阅读次数:
89