摘要:
PS D:\vue\vue_shop\src> git push origin Users error: src refspec Users does not match any error: failed to push some refs to 'gitee.com:longzhenling/v 阅读全文
摘要:
[vue/no-unused-vars] 'scope' is defined but never used.eslint-plugin-vue 意思是声明了scope却没有使用它,这是vue的eslink插件检测的。 解决方案: 1、把vetur的eslint检查关闭 2、修改eslinttrc. 阅读全文
摘要:
以CentOs为例,详细步骤在mongodb官网,其他版本Linux都可以在官网找到。简单整理一下: 使用vim命令创建repo文件 vim /etc/yum.repos.d/mongodb-org-4.0.repo ,按 i 进入编辑模式,复制(shift+ins)以下内容到该文件中,按 ESC 阅读全文