Dynamic stream handling 动态流处理 Dependency To use Akka Streams, add the module to your project: val AkkaVersion = "2.6.9" libraryDependencies += "com.ty ...
分类:
其他好文 时间:
2020-10-12 20:14:08
阅读次数:
21
X520DA2驱动官网下载地址DownloadsforIntel?EthernetConvergedNetworkAdapterX520-DA2Ubuntu安装ixgbe驱动步骤(1)安装前提安装之前,需要安装匹配的内核头文件和开发工具包。apt-getinstalllinux-headers-$(uname-r)apt-getinstallgccmake(2)编译Ixgbe驱动#下载源码wget
分类:
系统相关 时间:
2020-10-10 16:46:23
阅读次数:
77
实例环境: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
1、Sqoop参数 /opt/module/sqoop/bin/sqoop import \ --connect \ --username \ --password \ --target-dir \ --delete-target-dir \ --num-mappers \ --fields-ter ...
分类:
其他好文 时间:
2020-10-06 21:17:18
阅读次数:
41
;(function(global,factory){ typeof exports 'object' && typeof module !== 'undefined' ? module.exports = factory() : typeof define 'function' && define ...
分类:
其他好文 时间:
2020-09-24 22:08:52
阅读次数:
79
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