lua学习资料:https://www.runoob.com/lua/lua-modules-packages.html python学习:https://www.liaoxuefeng.com/wiki/1016959663602400/1017106984190464 mongoDB学习:htt ...
分类:
Web程序 时间:
2020-10-13 17:36:13
阅读次数:
29
# firewall-cmd --help Usage: firewall-cmd [OPTIONS...] General Options -h, --help Prints a short help text and exists -V, --version Print the version ...
分类:
其他好文 时间:
2020-10-10 18:08:39
阅读次数:
40
实例环境:Centos 7.x 服务端的操作 1、这里我们使用epe源进行安装,需要打开自带的Base仓库 yum install epel-release -y yum install ansible -y 2、 ...
分类:
其他好文 时间:
2020-10-08 19:44:06
阅读次数:
27
修改cat/etc/ansible/hosts[test]10.27.235.108host_name=test_host_namehosts:testuser:rootgather_facts:truetasks:name:rsyncdirfilebeathostname:‘name={{host_name}}‘name:"addline"lineinfile
分类:
其他好文 时间:
2020-10-08 18:41:19
阅读次数:
19
1.yum模块 1)语法帮助 [root@m01 ~]# ansible-doc yum EXAMPLES: - name: install the latest version of Apache yum: name: httpd state: latest name: httpd #服务的名字 ...
分类:
其他好文 时间:
2020-10-07 21:26:48
阅读次数:
31
npm init 初始化文件出现 package.json 相当于说明书 npm init -y 全部信息默认 npm install express 没有 -g 默认安装在当前文件 此时文件夹多了 node_modules 和 package-lock.json node_modules 文件中可 ...
分类:
其他好文 时间:
2020-09-24 21:45:36
阅读次数:
43
在之前解压的flink安装包中,创建一个软链接 ln -s flink-1.8.0 flink 配置flink的环境变量 #flink export FLINK_HOME=/opt/modules/flink export PATH=$FLINK_HOME/bin:$PATH 配置完成后,把flin ...
分类:
其他好文 时间:
2020-09-24 21:19:20
阅读次数:
44
Ansible变量 一、变量介绍 1.概念 变量提供了便捷的方式来管理Ansible playbook的每一个项目中的动态值, 比如nginx-1.6.3这个软件包的版本,在其它地方或许会反复使用,那么如果讲此值设置为变量, 然后再在其他的playbook中调用,会方便许多。如此一来还方便维护,减少 ...
分类:
其他好文 时间:
2020-09-24 21:15:26
阅读次数:
42
1、打开cmd(Windows+R) 2、切换到jdk所在路径 注:先切换到对应的盘里,再用cd 路径切换到真正的路径里。 3、输入命令:bin\jlink.exe --module-path jmods --add-modules java.desktop --output jre 4、执行完后什 ...
分类:
其他好文 时间:
2020-09-23 23:35:40
阅读次数:
48