The fastest way to create a robust, cross-platform compatible Node.js CLI (optionally typed with TypeScript) is by running npx oclif single mycli. Her ...
分类:
Web程序 时间:
2020-03-01 19:53:43
阅读次数:
76
1、在hadoop-2.9.2目录下新建一个wcinput:mkdir wcinput 2、在wcinput下新建一个文件:touch wc.input 3、vim wc.input,在wc.input中输入: hadoop yarn hadoop mapreduce gong gong 4、回到h ...
分类:
其他好文 时间:
2020-03-01 12:48:53
阅读次数:
60
外网无法访问VM中的hadoop yarn的8088端口,网页打开不了,导致hadoop无法访问
分类:
Web程序 时间:
2020-03-01 00:37:28
阅读次数:
232
简介 点击某按钮实现页面全屏 按下 Esc 键退出全屏 IE9以下无需兼容 安装 ### 使用 npm 或 yarn 安装 npm install --save screenfull 使用 ### 1.在需要使用的页面中引入 import screenfull from 'screenfull' # ...
分类:
其他好文 时间:
2020-02-29 23:58:01
阅读次数:
486
简介 vue项目中,HTML页面打印功能.在项目中,有时需要打印页面的表格 安装 ### 使用 npm 或 yarn 安装 npm install vue-print-nb --saveyarn add vue-print-nb 使用 ### 1.导入文件 import Print from 'vu ...
分类:
其他好文 时间:
2020-02-29 00:40:35
阅读次数:
60
首先引入插件 yarn add react-native-tab-view 如果用的原生环境要安装另外几个插件 yarn add react-native-reanimated react-native-gesture-handler 如果用的expo要安装 expo install react-n ...
分类:
其他好文 时间:
2020-02-28 11:50:20
阅读次数:
122
ui库 ant design mobile 移动端 ant design pc端 yarn add antd 安装这个第三方的插件 全局引入(不推荐): 路口文件:import 'antd/dist/antd.css'; 组件里: import { Button } from 'antd'; <Bu ...
分类:
其他好文 时间:
2020-02-26 23:09:04
阅读次数:
78
一、建立一个项目的目录 在目录命令行中 npm init -y会在目录中产生一个文件package.json 二、安装React,react.development.js npm i react --save (或yarn add react) 会在目录中有一个node_modules目录, 找到r ...
分类:
其他好文 时间:
2020-02-24 20:12:54
阅读次数:
79
一:MapReduce框架 (结合YARN框架) 补充:MapReduce框架知道我们写的map-reduce程序的运行逻辑。我们写的map-reduce中并没有管理层的任务运行分配逻辑,该逻辑被封装在MapReduce框架里面,被封装为MRAppMaster类,该类用于管理整个map-reduce ...
分类:
其他好文 时间:
2020-02-24 18:50:55
阅读次数:
71
Braft Editor 是基于draft js开发的富文本编辑器,适用于 React 框架。 1. 安装 使用npm 使用yarn 2. 基本使用 2. 自定义内置控件 Braft Editor使用 controls 属性指定需要展示的控件;使用contentStyle调整编辑区域的高度。 3. ...
分类:
Web程序 时间:
2020-02-24 15:24:36
阅读次数:
344