码迷,mamicode.com
首页 >  
搜索关键字:cocos2dx 3.3 curl    ( 7061个结果
python | docker-compose 安装
安装 docker-compose 切换到root 用户 下载 1 curl -L https://get.daocloud.io/docker/compose/releases/download/1.25.4/docker-compose-`uname -s`-`uname -m` > /usr/ ...
分类:编程语言   时间:2020-12-09 12:25:08    阅读次数:6
linux
1,测访问外网能力:curl -l http://www.baidu.com 2,测访问外网能力:wget http://www.baidu.com tomcat ./startup.sh 启动 ./shutdown.sh 关闭 ...
分类:系统相关   时间:2020-12-05 11:03:00    阅读次数:27
PHPCMS文章页详情调用第三方分词接口
效果不怎么好,效率和速度较差,仅仅记录分享。 修改路径\phpcms\libs\functions\extention.func.php //分词 function httppost($title){ $ch = curl_init(); $options = array( CURLOPT_URL ...
分类:Web程序   时间:2020-12-03 11:44:54    阅读次数:8
cobbler
cobbler介绍 cobbler服务端部署 环境描述 关闭防火墙/SElinux 主机 ip地址 服务 角色 vm2(centos7) 192.168.225.128 cobbler,httpd,tftp 服务端 下载软件 配置yum源 [root@vm2 yum.repos.d]# curl - ...
分类:其他好文   时间:2020-12-01 11:57:15    阅读次数:4
debian 10 安装设置 docker-ce
安装依赖软件包:sudoaptinstall-ycurlgnupg2添加docker-ce源sudovim/etc/apt/sources.list.d/docker.list#deb-src[arch=amd64]https://mirrors.aliyun.com/docker-ce/linux/debianbusterstabledeb[arch=amd64]http://mirrors.u
分类:其他好文   时间:2020-12-01 11:46:00    阅读次数:2
运维 | kali2020.3配置docker和基本命令
跟着网上的步骤走就好了,这里就记录一个过程: 先加个docker的源 1 curl -fsSL https://mirrors.tuna.tsinghua.edu.cn/docker-ce/linux/debian/gpg | sudo apt-key add - 2 3 echo 'deb htt ...
分类:其他好文   时间:2020-11-27 10:55:57    阅读次数:5
Mac中安装brew最简单的方式
Mac中安装brew最简单的方式 1.启动命令行,输入命令 /bin/zsh -c "$(curl -fsSL https://gitee.com/cunkai/HomebrewCN/raw/master/Homebrew.sh)" 2.启动脚本后,选择下载源 3.默默等待安装成功。。。。 ...
分类:系统相关   时间:2020-11-26 14:39:06    阅读次数:8
https 解密
概述在复杂的网络环境中,需要通过抓包来排查网络问题,但是有时候https的包是tls加密,无法看到真实它在做什么,需要对其进行解密。工具tcpdumpwiresharkhttps请求工具浏览器curl设置解密变量exportSSLKEYLOGFILE=~/Downloads/ssl.key测试发送https请求curlhttps://baidu.com<html><head>
分类:Web程序   时间:2020-11-25 12:50:13    阅读次数:14
curl命令常用用法
1、proxy support curl -x 127.0.0.1:8888 https://www.baidu.com/ 2、get -G:使用get请求 -d:指定请求数据 curl https://www.baidu.com curl -G https://www.baidu.com curl ...
分类:Web程序   时间:2020-11-23 12:19:38    阅读次数:14
树莓派-安装docker
#1、下载安装文件,并使用阿里镜像源 curl -fsSL https://get.docker.com -o get-docker.sh sh get-docker.sh --mirror Aliyun #2、配置加速器 sudo mkdir -p /etc/docker sudo tee /et ...
分类:其他好文   时间:2020-11-19 12:44:52    阅读次数:8
7061条   上一页 1 ... 10 11 12 13 14 ... 707 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!