- 博客(9)
- 收藏
- 关注
转载 liunx删除命令
常规删除命令为:rm -文件 若遇到无法删除的文件可强制删除:rm -rf 文件 删除以 -f 开头的文件 :rm ./-f 删除test目录下的所有东西: rm -R dir test 转载于:https://www.cnblogs.com/daicw/p/11607116.html...
2019-09-29 12:07:00
126
转载 全局脚手架版本不同
解决全局更新 cnpm install npm -g 转载于:https://www.cnblogs.com/daicw/p/11541749.html
2019-09-18 14:14:00
818
转载 删除软连接
删除软连接rm /home/hb_link/ 删除软连接文件ln -s /usr/hb /home/hb_link 转载于:https://www.cnblogs.com/daicw/p/11532720.html
2019-09-17 11:45:00
463
转载 删除node
先删除npm npm uninstall 再sudo yumremovenodejs 转载于:https://www.cnblogs.com/daicw/p/11532460.html
2019-09-17 11:12:00
113
转载 svn忽略文件
setting后面打个空格加文件名字或 转载于:https://www.cnblogs.com/daicw/p/11526430.html
2019-09-16 11:31:00
92
转载 快速删除node_modules
npm install rimraf -g rimraf node_modules清除缓存npm cache clean 转载于:https://www.cnblogs.com/daicw/p/11526323.html
2019-09-16 11:14:00
232
转载 安装淘宝镜像
npm install -g cnpm --registry=https://registry.npm.taobao.org 转载于:https://www.cnblogs.com/daicw/p/11518837.html
2019-09-14 12:39:00
172
转载 linux 下安装 node 报: command not found
sudo yum install epel-release sudo yum install nodejs node --version 转载于:https://www.cnblogs.com/daicw/p/11518830.html
2019-09-14 12:36:00
492
转载 vue-treeselect
// 导入树options import { LOAD_CHILDREN_OPTIONS, LOAD_ROOT_OPTIONS } from '@riophae/vue-treeselect' import '@riophae/vue-treeselect/dist/vue-treeselect.css' 然后声明此时未点击,此时为未加载状态 var call...
2019-08-13 18:48:00
295
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人