码迷,mamicode.com
首页 >  
搜索关键字:latest    ( 1907个结果
K8S - K3S简介
K3S https://k3s.io/ https://docs.rancher.cn/k3s/ https://rancher.com/docs/k3s/latest/en/ https://github.com/rancher/k3s https://github.com/rancher/k3s ...
分类:其他好文   时间:2020-07-10 00:18:17    阅读次数:106
centos8 安装 docker并替换docker源地址
官网地址(不过是centos7): https://docs.docker.com/engine/install/centos/ 1.卸载老版本 sudo yum remove docker \ docker-client \ docker-client-latest \ docker-common ...
分类:其他好文   时间:2020-07-08 13:37:50    阅读次数:208
Azkaban 2.0版本及以上创建工作流
来源:https://azkaban.readthedocs.io/en/latest/createFlows.html Creating Flows This section covers how to create your Azkaban flows using Azkaban Flow 2. ...
分类:其他好文   时间:2020-07-07 18:09:40    阅读次数:106
flask编写prometheus采集指标脚本
import requests from prometheus_client import Gauge,Counter, generate_latest from prometheus_client.core import CollectorRegistry from flask import Re ...
分类:其他好文   时间:2020-07-07 11:41:53    阅读次数:74
CentOS7 安装docker
1.卸载旧版版 yum remove docker \ docker-client \ docker-client-latest \ docker-common \ docker-latest \ docker-latest-logrotate \ docker-logrotate \ docker ...
分类:其他好文   时间:2020-07-06 13:07:11    阅读次数:71
scrapy 管理部署的爬虫项目的python类
# 测试浏览器弹窗的验证: import requests from urllib import parse import logging logging.basicConfig(level=logging.INFO) class ScrapyManager(object): def __init_ ...
分类:编程语言   时间:2020-07-05 19:07:10    阅读次数:71
ansible常用基础模块
仅罗列出常用的模块,更多模块请到ansible官方查看 https://docs.ansible.com/ansible/latest/modules/list_of_all_modules.html 一、命令模块 1 ping模块 主要用于判断远程客户端是否在线 格式: ansible 主机组名 ...
分类:其他好文   时间:2020-07-05 13:47:01    阅读次数:96
AvaloniaUI体验
公司的原有的PC端WPF产品有跨平台需求,无奈微软自己的xamarin对wpf的支持当前尚未达到能支撑产品的成熟度,于是经过搜索,发现了一个号称用WPF实现跨平台的第三方图形库AvaloniaUI. 截至2020-7-5,该库的Latest release为Avalonia-0.9.11,其实际体验 ...
分类:其他好文   时间:2020-07-05 13:18:51    阅读次数:304
node更新报错:checkPermissions Missing write access to /usr/lib/node_modules/n
原文地址:https://www.wjcms.net/archives/node%E6%9B%B4%E6%96%B0%E6%8A%A5%E9%94%99checkpermissionsmissingwriteaccesstousrlibnodemodulesn node更新报错:checkPermi ...
分类:数据库   时间:2020-07-04 22:55:23    阅读次数:75
Request的用法
request中文API https://requests.readthedocs.io/zh_CN/latest/ ...
分类:其他好文   时间:2020-07-04 22:28:12    阅读次数:86
1907条   上一页 1 ... 13 14 15 16 17 ... 191 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!