安装node https://github.com/nodesource/distributions#installation-instructions-1 注意使用No root privileges方法安装 安装yarn curl --silent --location https://dl.y ...
分类:
Web程序 时间:
2020-03-02 22:36:50
阅读次数:
266
简介 better-scroll 是一个移动端滚动的解决方案,它是基于 iscroll 的重写,它和 iscroll 的主要区别在这里。better-scroll 也很强大,不仅可以做普通的滚动列表,还可以做轮播图、picker 等等。 安装 ### 使用 npm 或者 yarn npm insta ...
分类:
其他好文 时间:
2020-03-01 23:25:11
阅读次数:
137
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