mac使用brew安装mysql 1 先查看mac上边有没有安装brew; brew -v 可查看brew版本 没有安装可先安装brew:/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install ...
分类:
数据库 时间:
2019-10-19 13:28:48
阅读次数:
92
具体错误信息如下图: error: RPC failed; curl 18 transfer closed with outstanding read data remaining fatal: The remote end hung up unexpectedly fatal: early EOF ...
分类:
Web程序 时间:
2019-10-19 09:37:43
阅读次数:
137
0x00 事件 因为 brew 安装极慢,所以需要 iTerm 2 设置代理解决速度问题。 0x01 解决 代理软件开启本地 Http 端口: iTerm 设置代理: 吾用的解释器是 zsh,如果你的是 bash,可以直接上面命令的 换成 测试: ...
分类:
其他好文 时间:
2019-10-19 09:22:37
阅读次数:
124
在$HOME目录中管理python安装 简介 pythonbrew是受 perlbrew 和 rvm 启发,在用户的$HOME目录中进行python构建和安装自动化的项目。 另一衍生版本 : pythonz 。 安装 建议使用如下语句下载安装pythonbrew: $ curl -kL http:/ ...
分类:
编程语言 时间:
2019-10-16 18:17:43
阅读次数:
111
http://www.shuijingwanwq.com/2018/02/28/2406/ https://curl.haxx.se/docs/caextract.html 编辑 php.ini,修改 ;curl.cainfo = 为 curl.cainfo = “C:\php-7.1.12\ext ...
分类:
其他好文 时间:
2019-10-16 09:57:03
阅读次数:
262
问题描述: 在做PHP爬虫的时候, 安装了 guzzle 和 dom-crawler 之后, 调用的时候出现问题, 如下 报错内容: Fatal error: Uncaught GuzzleHttp\Exception\RequestException: cURL error 60: SSL cer ...
分类:
Web程序 时间:
2019-10-15 19:07:12
阅读次数:
100
kubectl get ns qa01 -o json > qa01.json kubectl proxy --port=8081 curl -k -H "Content-Type: application/json" -X PUT --data-binary @qa01.json http://1 ...
分类:
其他好文 时间:
2019-10-14 14:37:06
阅读次数:
106
1.升级系统内核 查看内核版本: 导入elrepo的key: curl 报ssl错误,解决办法: 安装elrepo.repo: 安装内核: 修改grub.conf文件: 重启服务器查看内核: ...
分类:
其他好文 时间:
2019-10-14 10:22:18
阅读次数:
111
#include <stdio.h>#include <stdlib.h>#include <curl/curl.h>#define POSTDATA "{\"username\":\"ace",\"passwd\":\"123123\",\"type\":\"10\"}"//长度 ptr 收到服务 ...
分类:
其他好文 时间:
2019-10-13 13:00:36
阅读次数:
100
最近在用Qt开发Android应用时需要获取https页面内容,但Qt内置的QNetworkAccessManager类只支持下面这些协议(调用其supportedSchemes成员函数获取): ("ftp", "file", "qrc", "http", "data") 而网上我找到的支持http ...
分类:
Web程序 时间:
2019-10-12 18:58:50
阅读次数:
309