文档链接 https://docs.ansible.com/ansible/latest/reference_appendices/config.html 配置文件 [defaults] inventory = /etc/ansible/hosts sudo_user=root remote_por ...
分类:
其他好文 时间:
2021-03-30 13:37:18
阅读次数:
0
环境:基于composer引入包和thinkphp6+https+workerman. 1.composer引入gatewayworker 使用phpstorm更方便(在composer.json中require中添加这些 phpstorm会自动引入) 或者使用命令行 composer requir ...
分类:
Web程序 时间:
2021-03-29 12:18:46
阅读次数:
0
参考:https://blog.csdn.net/dcrmg/article/details/52027847 setMouseCallBack(1,2,3); 一般有三个参数 第一个是 要操作的窗口 第二个是 回调的函数 第三个是 要操作的图像——(void*)(&image) setMouseC ...
分类:
其他好文 时间:
2021-03-29 12:03:28
阅读次数:
0
字节缓冲流:BufferedInputStream,BufferedOutputStream 字符缓冲流:BufferedReader,BufferedWriter 1.1 字节缓冲流 构造方法 public BufferedInputStream(InputStream in) :创建一个 新的缓 ...
分类:
其他好文 时间:
2021-03-29 11:55:50
阅读次数:
0
ansible-doc -l |wc -l 模块数量 ansible命令语法: ansible 主机信息(IP 主机组 all) -m (模块名)command -a "操作动作" 01 02 03 04 05 06 绿色 操作执行成功 没有对远程主机做任何改动 黄色 操作执行成功 对远程主机数据信 ...
分类:
其他好文 时间:
2021-03-29 11:39:21
阅读次数:
0
#获取当前目录下的所有.proto 的文件信息 ls *.proto -r | % versioninfo #将当前文件夹下的 proto 文件复制到c盘的proto 文件夹 Copy-Item .\*\*.proto C:\proto -Recurse ...
分类:
系统相关 时间:
2021-03-26 15:22:26
阅读次数:
0
#####ansible批量管理服务概述 ansible批量功能 -- 并行 01. 可以实现批量系统操作配置 02. 可以实现批量软件服务部署 03. 可以实现批量文件数据分发 04. 可以实现批量系统信息收集 ansible批量管理服务意义 01. 提高工作的效率(部署综合架构) 02. 提高工 ...
分类:
其他好文 时间:
2021-03-26 15:21:36
阅读次数:
0
主要特性 Vector API(孵化) 提升了Java在CPU向量计算的性能,这是对大规模的张量计算的支持,提升了Java在AI领域的能力。 启用了新的C++特性 允许在JDK中C++源代码中使用 C ++ 14的新特性。 从 Mercurial 迁移到 Git Git目前已经成为代码版本管理领域的 ...
分类:
编程语言 时间:
2021-03-18 14:04:22
阅读次数:
0
自动化kolla-ansible部署ubuntu20.04+openstack-victoria之裸金属-20 欢迎加QQ群:1026880196 进行交流学习 最近项目比较忙,晚点更新... ...
分类:
系统相关 时间:
2021-03-17 15:04:47
阅读次数:
0
from xlutils.copy import copy import xlrd # 加载已存在的xls old_workbook = xlrd.open_workbook('guoshun.xlsx') # 将已存在的excel拷贝进新的excel new_workbook = copy(old ...
分类:
其他好文 时间:
2021-03-17 14:13:15
阅读次数:
0