02 2020 档案

摘要:本文参照:https://blog.csdn.net/qq_43232506/article/details/102816659 • 安装mysql及依赖 dnf install @mysql • 启动mysql服务并使它在启动时自动启动 sudo systemctl enable --now my 阅读全文
posted @ 2020-02-25 22:10 朱思年 阅读(614) 评论(0) 推荐(0)
摘要:• application.yml server: port: 8082 spring: application: name: upload servlet: multipart: max-file-size: 5MB • uploadController.java import org.apach 阅读全文
posted @ 2020-02-25 14:54 朱思年 阅读(1535) 评论(0) 推荐(0)
摘要:import org.springframework.context.annotation.Bean; import org.springframework.context.annotation.Configuration; import org.springframework.web.cors.C 阅读全文
posted @ 2020-02-24 19:33 朱思年 阅读(519) 评论(0) 推荐(0)
摘要:官方参考地址:https://docs.docker.com/install/linux/docker-ce/centos/ 下载地址: https://download.docker.com/linux/centos/7/x86_64/stable/Packages/ • 设置语言环境 echo 阅读全文
posted @ 2020-02-18 00:24 朱思年 阅读(610) 评论(1) 推荐(1)
摘要:git pull https://xxx/xxxxxxx.git --allow-unrelated-histories 阅读全文
posted @ 2020-02-12 19:07 朱思年 阅读(155) 评论(0) 推荐(0)