10 2021 档案

摘要:1.下载mysql 2.连接服务器 3.通过 rpm -qa | grep mariadb 命令查看 mariadb 的安装包 4.通过 rpm -e mariadb-libs-5.5.68-1.el7.x86_64 --nodeps 命令装卸 mariadb 5.通过 rpm -qa | grep 阅读全文
posted @ 2021-10-28 11:19 双枪会给出答案 阅读(513) 评论(0) 推荐(0)
摘要:1、进入cmd命令行 输入存放项目的位置 2、通过vue create 项目名称 创建项目 3、选择Manually select features 4、通过空格选中第1、2、5、6、7、去掉8 ? Check the features needed for your project: (Press 阅读全文
posted @ 2021-10-09 22:50 双枪会给出答案 阅读(542) 评论(0) 推荐(0)