
简介
该用户还未填写简介
擅长的技术栈
可提供的服务
暂无可提供的服务
在切换 ubuntu系统的时候,遇到了这个问题经过1)本来是centos 系统2)需求是切换 ubuntu 系统在服务器的管理页面,切换了系统发现初始化到ubuntu 系统之后,默认防火墙没开,于是就特意开启了防火墙,之前吃过亏。于是,再次登陆的时候,问题出现了,使用ssh 方式登录失败,总是报上面的错误。错误的原因是:22 端口没有对外开放,所以ssh方式登录失败解决方案:重置了服务器的磁盘,重
一、第一种方式:1、编写一个支持跨域请求的 Configurationimport org.springframework.context.annotation.Configuration;import org.springframework.web.servlet.config.annotation.CorsRegistry;import org.springframework.web....
安装一、安装依赖包sudo yum install -y yum-utils device-mapper-persistent-data lvm2二、设置阿里云镜像源sudo yum-config-manager --add-repo https://mirrors.aliyun.com/docker-ce/linux/centos/docker-ce.repo三、安装 Docker-C...
Spring boot 集成 MyBatis一、idea 创建 Spring boot 工程最终的结构二、加入依赖pom.xml 如下<!-- web starter--><dependency><groupId>org.springframework.boot</groupId>...
问题描述:后端的接口用的 PUT 方式,前端的提交数据需要用PUT方式@RequestMapping(value = "/updateOnePersonById",method = RequestMethod.PUT)public Boolean updateOnePersonById(@RequestParam Map map){...}如果前端提交的方式和后端指定的方式不一致,经...
错误截图No qualifying bean of type ‘mapper.BookMapper’ available解决过程1)各种百度:最后的结论是spring没有扫描到这个BookMapper– 加注解:@Repository–没有效果2)检查 applicationContext关于扫描mapper接口和配置文件的备份–并未发现什么错误– 复制了一份另外一个...







