码迷,mamicode.com
首页 >  
搜索关键字:Yarn    ( 2001个结果
[CLI] Create a Single-Command Node.js CLI with Oclif, TypeScript and Yarn Workspaces
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
hadoop之运行官方实例二--WordCount
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端口,网页打开不了
外网无法访问VM中的hadoop yarn的8088端口,网页打开不了,导致hadoop无法访问
分类:Web程序   时间:2020-03-01 00:37:28    阅读次数:232
VUE使用screenfull实现全屏
简介 点击某按钮实现页面全屏 按下 Esc 键退出全屏 IE9以下无需兼容 安装 ### 使用 npm 或 yarn 安装 npm install --save screenfull 使用 ### 1.在需要使用的页面中引入 import screenfull from 'screenfull' # ...
分类:其他好文   时间:2020-02-29 23:58:01    阅读次数:486
VUE打印功能
简介 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
react-native-tab-view 导航栏切换插件讲解
首先引入插件 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
react 的ui库
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
React环境搭建(非脚手架)
一、建立一个项目的目录 在目录命令行中 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
Hadoop基础---shuffle机制(进一步理解Hadoop机制)
一:MapReduce框架 (结合YARN框架) 补充:MapReduce框架知道我们写的map-reduce程序的运行逻辑。我们写的map-reduce中并没有管理层的任务运行分配逻辑,该逻辑被封装在MapReduce框架里面,被封装为MRAppMaster类,该类用于管理整个map-reduce ...
分类:其他好文   时间:2020-02-24 18:50:55    阅读次数:71
React 中使用富文本编辑器 Braft Editor ,并集成上传图片功能
Braft Editor 是基于draft js开发的富文本编辑器,适用于 React 框架。 1. 安装 使用npm 使用yarn 2. 基本使用 2. 自定义内置控件 Braft Editor使用 controls 属性指定需要展示的控件;使用contentStyle调整编辑区域的高度。 3. ...
分类:Web程序   时间:2020-02-24 15:24:36    阅读次数:344
2001条   上一页 1 ... 26 27 28 29 30 ... 201 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!