在WSL2 Ubuntu18.04上执行指令 发生了如下错误: curl: (7) Failed to connect to 127. port 1080: Connection refused 在网上查了很多不靠谱答案,配置文件位置也不确定。 ping了一下地址发现可以ping通, 感觉这个应该是 ...
分类:
Web程序 时间:
2020-04-13 21:12:32
阅读次数:
97
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
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
遇到俩个坑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
参考: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
基于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 clone http://github.com/xxxxx --depth 1 $ cd xxxxx $ git fetch --unshallow ...
分类:
Web程序 时间:
2020-04-11 20:48:11
阅读次数:
82
安装 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