会员
周边
新闻
博问
闪存
众包
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
蟹堡王
博客园
首页
新随笔
联系
订阅
管理
2022年3月25日
VMware 16 安装centos 7虚拟机
摘要: #
阅读全文
posted @ 2022-03-25 16:54 蟹堡王
阅读(40)
评论(0)
推荐(0)
2022年3月18日
[踩坑日记]SpringBoot整合JSP并发布到Linux
摘要: 1. 配置pom文件 在springboot项目中,如果要访问jsp页面,需要添加以下依赖 <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-web</artifactId
阅读全文
posted @ 2022-03-18 20:39 蟹堡王
阅读(134)
评论(0)
推荐(0)
2022年3月17日
centos7搭建FTP服务器
摘要: 1. 安装 # 安装 vsftpd yum -y install vsftpd 2. 启动服务并添加到开机自启 # 启动 vsftpd systemctl start vsftpd # 设置开机启动 systemctl enable vsftpd # 查看服务状态和端口(默认端口是 21 ) sys
阅读全文
posted @ 2022-03-17 14:52 蟹堡王
阅读(1486)
评论(0)
推荐(0)
公告