码迷,mamicode.com
首页 >  
搜索关键字:curl -O    ( 5038个结果
curl: (7) Failed to connect to 127.**** port 1080: Connection refused on WSL2
在WSL2 Ubuntu18.04上执行指令 发生了如下错误: curl: (7) Failed to connect to 127. port 1080: Connection refused 在网上查了很多不靠谱答案,配置文件位置也不确定。 ping了一下地址发现可以ping通, 感觉这个应该是 ...
分类:Web程序   时间:2020-04-13 21:12:32    阅读次数:97
curl的用法
GET请求 curl http://localhost:8888/mock/api POST请求(-X可以省略,-d默认就是POST参数) curl -X POST -d '{"name":"api1","content":"api1 conent","method":"get","url":"/u ...
分类:Web程序   时间:2020-04-13 14:02:42    阅读次数:81
PHP中curl的使用
curl_init() 返回一个 cURL handle curl_setopt() 为cURL handle设置参数,格式为 CURLOPT_XXX 常用参数: CURLOPT_URL:url CURLOPT_REFERER:Referer提交的页面 CURLOPT_POST:是否是post请求 ...
分类:Web程序   时间:2020-04-13 12:18:28    阅读次数:96
MacOS安装PEAR
遇到俩个坑curl-Ohttps://pear.php.net/go-pear.pharsudophp-ddetect_unicode=0go-pear.phar选择安装位置,我选择了/usr/local坑一phpize没有安装autoconfCannotfindautoconf.Pleasecheckyourautoconfinstallationandthe$PHP_AUTOCONFenvir
分类:系统相关   时间:2020-04-13 00:48:59    阅读次数:111
Mac OSX系统 openEXR安装
参考:https://brewinstall.org/Install-openexr-on-Mac-with-Brew/ 第1步:打开终端 第2步:安装homebrew:在终端输入如下指令 ruby -e "$(curl -fsSL https://raw.githubusercontent.com ...
分类:系统相关   时间:2020-04-12 18:22:01    阅读次数:142
接口测试-工具介绍
协议分析工具 curl curl 命令,http协议的发送工具, vv 参数可以更详细的打印信息,更清晰的理解http协议 "curl使用参考" 网络嗅探 TcpDump 和 wireshark "TcpDump使用详解" "wireshark使用详解参考" Charles 使用 软件安装、证书安装 ...
分类:其他好文   时间:2020-04-12 07:54:39    阅读次数:66
pdf2htmlEX使用和kali linux系统中安装docker
基于Docker容器中的pdf2htmlEX转PDF操作说明:https://beltxman.com/2567.html kali linux系统安装docker操作: sudo apt install apt-transport-https ca-certificates curl gnupg- ...
分类:Web程序   时间:2020-04-11 23:38:04    阅读次数:94
git error: RPC failed; curl transfer closed with outstanding read data remaining
网速原因。 $ git clone http://github.com/xxxxx --depth 1 $ cd xxxxx $ git fetch --unshallow ...
分类:Web程序   时间:2020-04-11 20:48:11    阅读次数:82
Mongodb 4.2版本副本集配置
Mongodb4.2副本集配置
分类:数据库   时间:2020-04-09 15:33:09    阅读次数:156
centos7安装gitlab
安装 yum install -y curl policycoreutils openssh-server openssh-clients postfix systemctl start postfix wget http://blog.xixihao123.cn/download/soft/git ...
分类:其他好文   时间:2020-04-09 12:40:47    阅读次数:94
5038条   上一页 1 ... 36 37 38 39 40 ... 504 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!