码迷,mamicode.com
首页 >  
搜索关键字:curl -O    ( 5038个结果
容器相关命令
一、Docker 1、清理垃圾 # 清理 docker 垃圾数据,释放空间 docker system prune# 清理 docker 镜像docker image prune -a -f --filter "until=24h" 2、查看容器 IP docker inspect <contain ...
分类:其他好文   时间:2020-01-20 11:20:22    阅读次数:107
Linux模拟HTTP请求-curl命令
一个简单的GET请求 使用curl命令可以轻松发起一个HTTP请求: 可以使用 X选项指定请求方式 携带参数的POST请求 下面演示一个带头部和参数的POST请求 该请求方式相当于在页面提交一个表单,其中: X POST 指定请求凡是为POST请求 H 指定请求头部 F 指定请求参数 curl命令测 ...
分类:Web程序   时间:2020-01-19 22:31:40    阅读次数:143
[Shell]清空文件内容 | 使用curl进行post请求
新建 1个data.json文件,将如下内容写入文件: { "job_name": "ios_official_94", "parameters": {"Branch": "origin/develop", "ENV": "Appstore","Version":"1.2.3" }} 使用curl进 ...
分类:Web程序   时间:2020-01-18 14:36:14    阅读次数:122
mac上homebrew重装手记
今天因为种种原因,把mac上的homebrew玩坏了,需要重装的时候,即发现遇到一堆问题,记录于此: 1. (官网)卸载方法 运行时,却发现出错:curl: (7) Failed to connect to raw.githubusercontent.com port 443: Connection ...
分类:系统相关   时间:2020-01-18 12:37:37    阅读次数:149
crontab post method
Step by step for crontab stop setup Sea@sea:/etc/lazada$ sudo crontab -e 1.Edit cron job 0 */6 * * * curl -X POST -d @/etc/lazada/lazada_tracking.txt ...
分类:其他好文   时间:2020-01-17 21:21:36    阅读次数:67
linux-wget和curl
一:wget(Wget用于文件下载,在安装软件时会经常用到。)1、安装1.安装wget:sudo apt install wget2.查看是否成功:wget --version2、使用1.使用wget下载单个文件wget [URL]wget http://cn2.php.net/distributi... ...
分类:Web程序   时间:2020-01-17 13:11:44    阅读次数:88
【android】下载aosp镜像和开发板工程
### 下载repo索引文件 ### chase@giga:~$ curl https://storage.googleapis.com/git-repo-downloads/repo -o repo % Total % Received % Xferd Average Speed Time Tim ...
分类:移动开发   时间:2020-01-16 10:49:29    阅读次数:199
傻瓜式在mac上安装rabbitmq
这种安装方式不需要自己手动下载任何东西,包括rabbitmq 一、安装Homebrew Homebrew官网:https://brew.sh/index_zh-cn.html 打开终端,输入上面的命令 至此,homebrew 已安装好了 二、使用brew安装rabbitmq 打开终端,输入如下命令: ...
分类:系统相关   时间:2020-01-15 23:14:23    阅读次数:117
全面监测网站信息
加检测: 1.ip ping curl wget 检测 192.168.11.1444 ping c 1 w 1 192.168.11.21444 2.ip 加 端口 telnet echo e "\n" | telnet 192.168.11.2144 13000 | grep Connected ...
分类:Web程序   时间:2020-01-15 19:56:55    阅读次数:152
Mac OSX下Appium驱动iPhone真机
1、安装Xcode、Command Line Tools和Appium。 2、安装brew:/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" 3、安装i ...
分类:移动开发   时间:2020-01-15 19:22:40    阅读次数:86
5038条   上一页 1 ... 53 54 55 56 57 ... 504 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!