02 2019 档案

摘要:详细报错 解决 是因为cnpm 的安装版本需要 npm版本支持 1 cnpm -v 找到cnpm版本号 2 使用命令安装npm npm install npm@6.0.0 3 再次执行安装命令 npm install -g cnpm --registry=https://registry.npm.t 阅读全文
posted @ 2019-02-24 22:40 做人如水,做事如山 阅读(18038) 评论(0) 推荐(0)
摘要:问题概述 SQLSTATE[HY000] [2054] The server requested authentication method unknown to the client 发生这种错误,是由于MySQL 8默认使用了新的密码验证插件:caching_sha2_password,而之前的 阅读全文
posted @ 2019-02-23 12:52 做人如水,做事如山 阅读(614) 评论(0) 推荐(0)
摘要:1 在搭建ubuntu 之后 只有自己的账号 2 root 用户是没有配置好的 需要重新配置 3 passwd root 4 输入新密码即可 阅读全文
posted @ 2019-02-21 11:43 做人如水,做事如山 阅读(375) 评论(0) 推荐(0)
摘要:server { listen 80; server_name admin.meiquick.local.com; #charset koi8-r; # access_log /var/log/nginx/admin.meiquick.local.access.log main; # error_lo... 阅读全文
posted @ 2019-02-16 23:30 做人如水,做事如山 阅读(1075) 评论(0) 推荐(0)