11 2022 档案

摘要:mysql安装 安装 调试 启动 官网:https://dev.mysql.com/downloads/repo/yum/ 下载好需要的rpm源,使用Xftp将rpm传入虚拟机的/root目录下 Xshell操作linux,或者直接虚拟机终端操作: 安装源 yum -y install ****[刚 阅读全文
posted @ 2022-11-19 12:20 沫漓fighting 阅读(43) 评论(0) 推荐(0)
摘要:SpringBoot基础 基本工程 快速建立SpringBoot工程(Spring Intailizr) 工程结构 application.properties配置文件 templates 放web页面 static静态资源 css、js文件等等 工程配置分析(pom.xml) Spring程序和S 阅读全文
posted @ 2022-11-11 21:57 沫漓fighting 阅读(50) 评论(0) 推荐(0)
摘要:安装 安装erlang环境 官网提示:https://www.erlang-solutions.com/resources/download.html 安装erlang: yum -y install esl-erlang_23.0.2-1_centos_7_amd64.rpm 检测erlang e 阅读全文
posted @ 2022-11-11 21:56 沫漓fighting 阅读(50) 评论(0) 推荐(0)