码迷,mamicode.com
首页 >  
搜索关键字:yarn rm crash    ( 7575个结果
云环境yum 报rpmdb错
yum报rpmdb错执行yum提示错误:rpmdb:BDB0113Thread/process424227/139826856310848failed解决方法:cd/var/lib/rpmlsfind./-name"db"|xargs-I{}mv{}bdbak/或rm-rf__db*rpm--rebuilddb
分类:数据库   时间:2020-08-09 13:10:42    阅读次数:103
Grunt
Grunt使用(有点类似plop) - yarn init -y //新建项目 - yarn add grunt //添加grunt - 项目根目录 新建gruntfile.js文件,定义grunt任务 - yarn grunt 执行默认任务 注意 - yarn grunt xxx 执行regist ...
分类:其他好文   时间:2020-08-07 12:34:57    阅读次数:82
常用 npm 和 yarn 命令
源管理 yarn config get registry yarn config set registry https://registry.npm.taobao.org -g yarn config set sass_binary_site http://cdn.npm.taobao.org/di ...
分类:其他好文   时间:2020-08-05 19:45:18    阅读次数:79
git --- 新建分支
git checkout --orphan uat uat 新分支名称 git rm -rf . 删除分支文件 可执行可不执行 echo '# new branch' >> README.md 新建文件,否则看不到分支 git add README.md git commit -m 'new bra ...
分类:其他好文   时间:2020-08-05 10:33:28    阅读次数:68
linux学习3
linux文件操作命令 一、touch创建空文件(重定向是可以创建有内容文件) 在当前目录下创建新的空文件 touch test.txt 在指定目录下创建新的空文件 touch /home/test.txt 二、file命令 file 文件名 file new file /root/new 三、cp ...
分类:系统相关   时间:2020-08-04 16:50:35    阅读次数:87
Linux常用命令之cp、mv、rm、cat、more、head、tail、ln命令讲解
上一章节中,我们了解到了Linux系统的最基础的几个文件处理命令,核心的是ls命令,在今天这章中,我们来继续学习Linux对于文件操作相关的一些命令,比如复制、移动、删除、查看等命令。 1、cp 命令解释 命令名称:cp 命令英文全称:copy 命令所在路径: /bin/cp 执行权限:所有用户 命 ...
分类:系统相关   时间:2020-08-03 14:52:52    阅读次数:89
vue中使用video-js预览视频(结合vuetify)
后台管理中经常会有一些视频上传的需求,在列表中,往往需要用到视频预览 1:安装 yarn add vue-video-player 2:引用:在main.js中引用 import VideoPlayer from 'vue-video-player' require('video.js/dist/v ...
分类:Web程序   时间:2020-07-30 14:07:27    阅读次数:256
第一个Vue页面
一、安装nodehttps://nodejs.org/en/直接选择LTS长期支持版下载对应系统安装文件进行安装。安装完后,打开cmd命令行界面node-v查看对应安装版本,例:v12.18.3安装淘宝cnpmsudonpminstallcnpm-g--registry=https://registry.npm.taobao.org安装yarn(fackbook依赖管理工具与Npm功能一样,推荐使
分类:其他好文   时间:2020-07-29 18:01:10    阅读次数:102
大数据学习5(基于yarn的高可用集群搭建)
NN-1 NN-2 DN ZK ZKFC JNN RS NM(和DN在一起) node0001 * * * node0002 * * * * * * node0003 * * * * * node0004 * * * * 1,修改配置文件 cd /opt/sxt/hadoop-2.6.5/etc/h ...
分类:其他好文   时间:2020-07-29 00:45:28    阅读次数:156
linux 命令学习
1、Linux命令 1、普通常用指令 1、cd 2、pwd 3、mkdir (mE k to) 4、touch 5、ls 6、cat 7、cp 8、mv 9、rm 10、clear ...
分类:系统相关   时间:2020-07-28 22:45:00    阅读次数:81
7575条   上一页 1 ... 22 23 24 25 26 ... 758 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!