查找文件: [root@bigdata admin]# find . -type f -name "a.txt" ./Downloads/hadoop-2.10.0/a.txt 拥有遍历文件夹功能的 查找关键字 文件、文件夹: [root@bigdata admin]# vi a [root@big ...
分类:
系统相关 时间:
2020-04-11 20:26:04
阅读次数:
98
代码视频之一:https://www.bilibili.com/video/BV1Cc411h78m/ 更多ATM代码视频请浏览:https://space.bilibili.com/516735973 一 项目三层结构设计 二 ATM & 购物车项目介绍 项目需求 用户视图层的功能 管理员视图层的 ...
分类:
其他好文 时间:
2020-04-06 23:25:42
阅读次数:
142
Activiti Introduce Helping businesses solve automation challenges in distributed, highly scalable and cost effective infrastructures. ...
分类:
其他好文 时间:
2020-04-06 00:11:00
阅读次数:
70
报错信息如下: Salt request timed out. The master is not responding. You may need to run your command with `--async` in order to bypass the congested event b ...
分类:
其他好文 时间:
2020-04-05 09:30:47
阅读次数:
153
genesis.mksls Convert an installation file/script to an SLS file. Currently supports , , and . CLI Examples: salt genesis.mksls kickstart /path/to/kic ...
分类:
其他好文 时间:
2020-03-28 22:00:07
阅读次数:
81
highstate_doc.read_file output the contents of a file: this is a workaround if the cp.push module does not work. https://github.com/saltstack/salt/iss ...
分类:
其他好文 时间:
2020-03-28 21:52:39
阅读次数:
86
安装, "官方文档" 1. 配置阿里云的saltstack镜像仓库 2. 主安装salt master salt minion salt api 3. 从安装salt minion 4. 关闭防火墙 或者打开端口 firewall or iptables 5. 启动服务 配置, "官方文档" mas ...
分类:
其他好文 时间:
2020-03-28 00:58:35
阅读次数:
94
在 pom.xml 中添加了如下配置后,打包出来的依然是普通的 xxxx.jar 文件,并没有后面的 ,经过网上多方寻找之后,参考 "这篇文章" 得到解决 原因是以上配置被放置在了 里面了,把以上配置放在 外面即可。或者直接不要 ...
分类:
编程语言 时间:
2020-03-27 21:53:55
阅读次数:
84
[TOC] SBI部署实例 automation environment 1 python 1.1 安装 官网下载即可,开源免费,新版的安装可以直接选中配置path路径 如果没有自动配置的话,需要手动配置 在系统环境变量的path 点编辑,新增两个 C:\Users\your user id \Ap ...
分类:
其他好文 时间:
2020-03-24 20:28:11
阅读次数:
146
一. SaltStack基本使用方法 二. SaltStack的命令行工具 三. SaltStack的远程执行命令 四. SaltStack的模块 Grains Grains 是minion启动的时候采集的系统静态,包括CPU,操作系统,文件系统,硬盘等等 显示所有Grains信息分类:salt ' ...
分类:
其他好文 时间:
2020-03-23 23:36:51
阅读次数:
152