上一页 1 ··· 33 34 35 36 37 38 39 40 41 ··· 64 下一页
摘要: https://blog.csdn.net/u201017971/article/details/81327360 fuser -m -v /data //v 表示 verbose 模式。进程以 ps 的方式显示,包括 PID、USER、COMMAND、ACCESS 字段 //-m 表示指定文件所在 阅读全文
posted @ 2020-05-02 18:21 大话人生 阅读(258) 评论(0) 推荐(0)
摘要: 1.安装: 进入项目路径后,在项目终端输入:npm install vuex --save 或者 cnpm install vuex --save 2.安装完成后,会在项目的package.json文件中显示vuex插件,如下: "dependencies": { "vue": "^2.5.2", 阅读全文
posted @ 2020-05-01 17:56 大话人生 阅读(4251) 评论(1) 推荐(0)
摘要: 1.运行git-cmd.exe;2.d: cd 工程路径3.执行命令:git remote set-url origin https://github.com/wawj901124/jmeter.git 其中https://github.com/wawj901124/jmeter.git 是gith 阅读全文
posted @ 2020-05-01 11:38 大话人生 阅读(1058) 评论(0) 推荐(0)
摘要: https://www.cnblogs.com/yajing-zh/p/5041237.html 此时有可能是github网站上不去,你可以使用ping github.com检查一下,假如确实是上不去的话,就设置个代理; 打开位于用户主目录下的隐藏文件.gitconfig,文件位于用户主目录下,假设 阅读全文
posted @ 2020-05-01 11:28 大话人生 阅读(466) 评论(0) 推荐(0)
摘要: 1.github地址:https://github.com/vuejs/vue-router 2.官方文档地址:https://router.vuejs.org/zh/ 3.Vue-Router安装:npm i vue-router --save 安装完成后,会在项目的package.json文件中 阅读全文
posted @ 2020-04-28 11:33 大话人生 阅读(191) 评论(0) 推荐(0)
摘要: 1.地址:https://element.eleme.cn/#/zh-cn 2.github地址:https://github.com/elemefe https://github.com/ElemeFE/element vue3github地址:https://github.com/Element 阅读全文
posted @ 2020-04-28 10:19 大话人生 阅读(1844) 评论(0) 推荐(0)
摘要: 1.git地址:https://github.com/vueComponent/ant-design-vue 阅读全文
posted @ 2020-04-28 10:13 大话人生 阅读(2270) 评论(0) 推荐(0)
摘要: 1.地址:http://mint-ui.github.io/#!/zh-cn 阅读全文
posted @ 2020-04-28 10:07 大话人生 阅读(1922) 评论(0) 推荐(0)
摘要: 1.github地址:https://github.com/youzan/vant 2.安装:npm i vant -S 安装完成后,会在项目的package.json文件中显示vant插件,如下: "dependencies": { "animate.css": "^3.7.2", "moment 阅读全文
posted @ 2020-04-28 08:37 大话人生 阅读(4105) 评论(0) 推荐(0)
摘要: 1.安装 pubsub.js: npm install --save pubsub-js 安装完成后,会在项目的package.json文件中显示pubsub-js插件,如下: "dependencies": { "animate.css": "^3.7.2", "moment": "^2.24.0 阅读全文
posted @ 2020-04-27 09:05 大话人生 阅读(1594) 评论(0) 推荐(0)
上一页 1 ··· 33 34 35 36 37 38 39 40 41 ··· 64 下一页