03 2020 档案

摘要:错误提示: Error: ER_NOT_SUPPORTED_AUTH_MODE: Client does not support authentication protocol requested by server; consider upgrading MySQL client 报错原因:mys 阅读全文
posted @ 2020-03-23 17:24 Layee 阅读(625) 评论(0) 推荐(0)
摘要:1、安装 下载地址:https://www.mongodb.com/download-center/community 根据操作系统选择版本,下载好之后按照步骤安装。 注意:安装过程中出现service MongoDB failed to start,verify that you have suf 阅读全文
posted @ 2020-03-21 18:02 Layee 阅读(446) 评论(0) 推荐(0)
摘要:1、安装 在创建完vue-cli项目后,通过npm安装到项目中。 npm install mockjs --save 2、在项目中创建Mock模块 在src目录下创建mock文件夹,并在mock文件夹中创建user.js和index.js。 user.js:用于生成模拟数据,例如(数据随便写的,没用 阅读全文
posted @ 2020-03-20 15:01 Layee 阅读(3014) 评论(0) 推荐(0)