码迷,mamicode.com
首页 >  
搜索关键字:cocos2dx 3.3 curl    ( 7061个结果
yum(错误:Cannot find a valid baseurl for repo: base)
问题原因在于官方在2020年12月2日正式将CentOS 6相关的软件源移出了官方源,随之而来逐级镜像也会陆续将其删除。 解决方案: curl -o /etc/yum.repos.d/CentOS-Base.repo https://www.xmpan.com/Centos-6-Vault-Aliy ...
分类:Web程序   时间:2021-03-17 14:13:50    阅读次数:0
Ununtu16.04搭建GitLab服务器教程
GitLab官方搭建教程地址: https://about.gitlab.com/install/#ubuntu 1. 依赖包安装 sudo apt-get update sudo apt-get install -y curl openssh-server ca-certificates ...
分类:其他好文   时间:2021-03-05 13:25:21    阅读次数:0
MAC电脑安装brew
安装 首先打开brew.sh网站,把首页一条命令复制到终端里,执行,输入电脑登录密码,开始下载安装 /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" 换源 安 ...
分类:系统相关   时间:2021-03-05 13:12:52    阅读次数:0
网络管理
1.查看端口 netstat -anp|grep port netstat -antup 2.文件传输 wget [-options] args curl [-options] args lftp [-options] args 3.远程登录 telnet host_name port ssh [- ...
分类:其他好文   时间:2021-03-01 14:17:05    阅读次数:0
Mac安装Homebrew
国内安装(可用): /bin/zsh -c "$(curl -fsSL https://gitee.com/cunkai/HomebrewCN/raw/master/Homebrew.sh)" ...
分类:系统相关   时间:2021-03-01 13:01:27    阅读次数:0
Golang Rpc 基本使用
protoc 编译工具 windows 平台下载对应平台的 protobuf,并配置环境变量 protobuf linux 环境先安装依赖 sudo apt-get install autoconf automake libtool curl make g++ unzip git clone htt ...
分类:其他好文   时间:2021-02-27 13:31:02    阅读次数:0
curl post bin文件
curl \ -H 'Accept-Encoding:gzip' \ -X POST \ --data-binary @/var/req_raw_eeeeeeeeeeeeeeee.eeeeeeee \ "https://aaa.bb.com/api/ccc/dddd?app=aaaaaaa&uuid ...
分类:Web程序   时间:2021-02-27 13:06:40    阅读次数:0
「Git」- 源码安装 @20210225
对于 Git 的编译安装,建议参考 BLFS 建议安装软件包 cURL-7.50.1 (needed to use Git over http, https, ftp or ftps), OpenSSL-1.0.2h, Python-2.7.12 可选软件包 PCRE-8.39, Subversio ...
分类:其他好文   时间:2021-02-26 13:17:04    阅读次数:0
装机配置
无法连接raw.githubusercontent.com curl: (7) Failed to connect to raw.githubusercontent.com port 443: Connection refused 打开网站 https://www.ipaddress.com/ 查询 ...
分类:其他好文   时间:2021-02-23 14:23:50    阅读次数:0
jaege使用elasticsearch存储docker安装
一、安装docker-compose curl -L https://github.com/docker/compose/releases/download/1.25.0/docker-compose-Linux-x86_64 -o /usr/local/bin/docker-compose chm ...
分类:其他好文   时间:2021-02-22 11:52:31    阅读次数:0
7061条   上一页 1 ... 6 7 8 9 10 ... 707 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!