码迷,mamicode.com
首页 >  
搜索关键字:puppet master agent    ( 20235个结果
python网络爬虫-Mac-01
一. 安装: 1. 安装py3,使用Homebrew: ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" brew install python3 2. 安装请求库,Pi ...
分类:编程语言   时间:2021-05-24 04:50:49    阅读次数:0
发送post数据
static void Main(string[] args) { //Console.WriteLine("Hello World!"); //ShowInt(10); //ShowString("test"); //ShowDateTime(DateTime.Now); //ShowObject ...
分类:其他好文   时间:2021-05-24 04:48:03    阅读次数:0
Master in Burp Suite - Tools Introductions(1)
Master in Burp Suite - Tools Introductions(1) Introduction to Burp Proxy tab How to configure proxy and intercept request Deploy our target website - ...
分类:其他好文   时间:2021-05-24 03:33:58    阅读次数:0
xshell连接kylin虚拟机
一、查看ssh服务是否开启。 终端输入命令:sudo ps -e |grep ssh ,只显示如下内容则证明未安装ssh服务。 2127 ? 00:00:00 ssh-agent 若显示如下内容则证明ssh服务已开启。 1657 ? 00:00:00 ssh-agent 2349 ? 00:00:0 ...
分类:系统相关   时间:2021-05-24 03:15:54    阅读次数:0
python Aiohttp 异步HTTP
示例 # pip install aiohttp import asyncio import aiohttp headers = { "Referer": "https://vod.bunediy.com", "User-Agent": "Mozilla/5.0 (Windows NT 10.0; ...
分类:编程语言   时间:2021-05-24 02:57:18    阅读次数:0
好的github链接
1.PyTorch-SE-ResNet https://github.com/StickCui/PyTorch-SE-ResNet 2.resnet https://github.com/lxztju/pytorch_classification/blob/master/models/vision/ ...
分类:其他好文   时间:2021-05-24 01:55:28    阅读次数:0
解决git报错refusing to merge unrelated histories
PS C:\ycm\test\ts-newProjet> git pull origin master * branch master -> FETCH_HEAD fatal: refusing to merge unrelated histories 在新建项目时报refusing to merg ...
分类:其他好文   时间:2021-05-24 01:24:52    阅读次数:0
github rep
https://github.com/vinta/awesome-python https://github.com/diffgram/diffgram https://machinelearningmastery.com/ensemble-machine-learning-with-python- ...
分类:其他好文   时间:2021-05-24 00:25:56    阅读次数:0
consul使用
安装consul 下载地址 https://releases.hashicorp.com/consul/,将下载的consul.exe 文件目录添加到系统环境中,然后执行 consul agent -dev 启动,默认监听8500端口,可以访问 http://127.0.0.1:8500/ 进行查看 ...
分类:其他好文   时间:2021-05-24 00:13:10    阅读次数:0
Redis Replication主备复制
Redis 主备复制 1 相关配置: 1) replicaof <masterip> <masterport> 2) masterauth <master-password> 设置时候 replica 在发送同步相关的命令时会被要求 authenticate 3) masteruser <usern ...
分类:其他好文   时间:2021-05-23 23:35:00    阅读次数:0
20235条   上一页 1 ... 8 9 10 11 12 ... 2024 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!