摘要:
#mysql8安装 ubuntu20库中默认的就是8.0版本 sudo apt install mysql-server 安装完成后进入mysql,起始root没有密码 mysql -uroot 设置root 的密码 use mysql; ALTER USER 'root'@'localhost' 阅读全文
摘要:
vue 报错Component name “xxx“ should always be multi-word vue/multi-word-component-names 新的版本中,要求了componets的命名格式,如果想要忽视此规则,需要修改vue.config.js const { defi 阅读全文