码迷,mamicode.com
首页 >  
搜索关键字:curl -O    ( 5038个结果
git 安装配置
Linux 平台上安装 Git 的工作需要调用 curl,zlib,openssl,expat,libiconv 等库的代码,所以需要先安装这些依赖工具。 在有 yum 的系统上(比如 Fedora)或者有 apt-get 的系统上(比如 Debian 体系),可以用下面的命令安装: 各 Linux ...
分类:其他好文   时间:2021-06-03 18:28:05    阅读次数:0
centos 安装composer
1、使用命令下载 curl -sS https://getcomposer.org/installer | php 2.下载之后设置环境变量 mv composer.phar /usr/local/bin/composer 3.修改权限,否则执行会出错 chmod -R 777 /usr/local ...
分类:其他好文   时间:2021-06-03 18:05:24    阅读次数:0
使用curl实现http请求
/** * 使用curl实现http请求 * @param $url 请求地址 * @param $timeout 请求超时 * @param $method 请求方式 * @param $body POST请求报文体 * @param $header 请求头 * @param $res 返回结果 ...
分类:Web程序   时间:2021-06-02 19:51:24    阅读次数:0
关于Git上传项目报错error: RPC failed; HTTP 413 curl 22 The requested URL returned error: 413
问题 今天用Git上传项目时,最后一步push时命令行报错 error: RPC failed; HTTP 413 curl 22 The requested URL returned error: 413 fatal: the remote end hung up unexpectedly fat ...
分类:Web程序   时间:2021-06-02 16:10:05    阅读次数:0
HTTP协议
(1)HTTP版本 HTTP/1.0:HTTP短连接 HTTP/1.1:HTTP长连接 HTTP/2.0:HTTP长连接+优化,支持更多并发连接 说明:可以使用curl -v www.baidu.com命令查看版本(curl相当于Linux的浏览器) (2)HTTP请求方法 方法 说明 支持的HTT ...
分类:Web程序   时间:2021-06-02 16:04:48    阅读次数:0
docker - install
https://docs.docker.com/engine/install/ubuntu/ Set up the repository apt-get update apt-get install \ apt-transport-https \ ca-certificates \ curl \ g ...
分类:其他好文   时间:2021-06-02 15:16:09    阅读次数:0
gateway动态刷新
修改github的配置文件后, 服务端 ( http://localhost:3344/master/application-dev.yml )能刷新,客户端( http://localhost:3355/configInfo )不能刷新。 做法:cmd执行: curl -X POST http:/ ...
分类:其他好文   时间:2021-06-02 14:45:44    阅读次数:0
Druid 0.15 版本启动错误
Druid 启动的时候提示错误如下: [Fri May 28 00:17:16 2021] Command[zk] exited (pid = 3835, exited = 1) [Fri May 28 00:17:16 2021] Command[zk] failed, see logfile f ...
分类:其他好文   时间:2021-06-02 14:15:21    阅读次数:0
hadoop实践
hadoop 1.0 1. 创建用户hadoop 2. 下载: curl -o hadoop-1.2.1-bin.tar.gz https://archive.apache.org/dist/hadoop/common/hadoop-1.2.1/hadoop-1.2.1-bin.tar.gz 3. ...
分类:其他好文   时间:2021-06-02 14:05:53    阅读次数:0
2.gitlab-ci 集成gitlab-runner 实现自动化部署
1.添加官方的GitLab存储库 1 curl -L "https://packages.gitlab.com/install/repositories/runner/gitlab-runner/script.rpm.sh" | sudo bash 2.安装 1 export GITLAB_RUNN ...
分类:其他好文   时间:2021-06-02 10:56:12    阅读次数:0
5038条   上一页 1 2 3 4 5 ... 504 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!