码迷,mamicode.com
首页 >  
搜索关键字:curl 命令常用    ( 5717个结果
Ubuntu安装docker/docker-compose(在全新系统状态下的安装)
设置仓库 更新 apt 包索引。 $ sudo apt-get update 安装 apt 依赖包,用于通过HTTPS来获取仓库: $ sudo apt-get install \ apt-transport-https \ ca-certificates \ curl \ gnupg-agent ...
分类:系统相关   时间:2021-04-16 11:59:52    阅读次数:0
在Mac中安装最新版jmeter
1:首先,打开官网 <http://jmeter.apache.org/download_jmeter.cgi> 2:点击下载最新的安装包,apache-jmeter-5.1.1.tgz, 3:双击解压该压缩包,或者直接使用命令行 tar -zxvf apache-jmeter-5.1.1.tgz ...
分类:系统相关   时间:2021-04-15 12:36:01    阅读次数:0
解决Gitlab的The remote end hung up unexpectedly错误,解决RPC failed; HTTP 413 curl 22 The requested URL returned error: 413 Request Entity Too Large问题
解决Gitlab的The remote end hung up unexpectedly错误 解决RPC failed; HTTP 413 curl 22 The requested URL returned error: 413 Request Entity Too Large问题 解决办法1: ...
分类:Web程序   时间:2021-04-15 12:34:26    阅读次数:0
gitllab访问报错:Permission denied (publickey). 以及后续测试
主要测试了各方式clone的情况: 1. 安装gitlab,配置ip:port。 常规步骤: yum install -y curl policycoreutils-python openssh-server wget https://mirrors.tuna.tsinghua.edu.cn/git ...
分类:其他好文   时间:2021-04-15 12:08:39    阅读次数:0
MeterSphere 一站式开源持续测试平台
MeterSphere 一站安装部署 环境要求 操作系统: CentOS 7.x CPU/内存: 4核8G 磁盘空间: 50G 可访问互联网 1)一键安装 以 root 用户执行如下命令一键安装 MeterSphere: curl -sSL https://github.com/meterspher ...
分类:其他好文   时间:2021-04-14 11:56:25    阅读次数:0
源码安装nginx env
源码安装nginx For ubuntu:18.04 apt -y install build-essential libtool libpcre3 libpcre3-dev zlib1g-dev openssl net-tools curl wget wget -P /tmp http://ngi ...
分类:其他好文   时间:2021-04-12 12:27:54    阅读次数:0
cmd 其他相关命令
1、ping命令,如ping www.baidu.com ,用于检测网络是否正常。 2、telnet ip port 用于检测某个指定端口是否开启。 3、curl是常用的命令行工具,用来请求Web服务器。它的名字就是客户端(client)的URL工具的意思。它的功能非常强大,命令行参数多达几十种。如 ...
分类:其他好文   时间:2021-04-05 11:43:06    阅读次数:0
使用MyBatis逆向工程创建ssm项目步骤
1.pom.xml文件(主要是添加依赖和插件) <?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XM ...
分类:其他好文   时间:2021-03-30 13:39:53    阅读次数:0
Docker-compose安装
1、下载docker-compose sudo curl -L "https://github.com/docker/compose/releases/download/1.28.6/docker-compose-$(uname -s)-$(uname -m)" -o /usr/local/bin/ ...
分类:其他好文   时间:2021-03-29 11:40:39    阅读次数:0
curl http3
Build quiche and BoringSSL: % git clone --recursive https://github.com/cloudflare/quiche % cd quiche % cargo build --release --features ffi,pkg-config ...
分类:Web程序   时间:2021-03-29 11:40:19    阅读次数:0
5717条   上一页 1 ... 5 6 7 8 9 ... 572 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!