240 发简信
IP属地:广东
  • Linux根据端口号查看被占用的服务

    1.根据端口号查看pid netstat -tunlp | grep 8082 2.根据pid查看服务名称 ps -ef | grep 42155

  • Resize,w 360,h 240
    MongoDB常用命令

    1:MongoDB登陆验证流程: 2:查看JSON格式数据命令:db.test.find().pretty(); 3:修改。有则修改,无则新增,...

  • Resize,w 360,h 240
    springboot整合数据库连接池-->druid

    Alibaba官方github:https://github.com/alibaba Druid:https://github.com/alib...

  • springboot启动时报错 java.nio.charset.MalformedInputException

    看网上讲解的是由于输入字符序列不是合法的 16 位 Unicode 序列时,也可理解是半个中文的问题。 解决方案1: 把yml中的所有中文...

  • 关于pom文件报Failed to read artifact descriptor for *

    出现此问题是由于jar冲突导致,可能是jar没有下载下来,也可能是下载过程出现问题导致jar包出错,个人认为最佳解决办法是将报错的jar包全部删...

  • 错误之Spring Boot configuration annotation processor not found in classpath

    在IDEA中,classpath中找不到Spring Boot配置注解,默认是在resources/application.properties...

  • 关于使用mybatis-plus插件出现org.apache.ibatis.binding.BindingException: Invalid bound statement (not foun...

    在确认mapperScan 和application.yml配置文件均没有问题的情况下,检查mybatis-plus插件的引入jar包是否正确。...

  • Resize,w 360,h 240
    redis+springboot第一个测试版本

    1,先引入jar, <dependency> <groupId>org.springframework.boot</groupId> ...

  • springboot上传文件报错解决方案

    springboot上传文件报错:field file exceeds its maximum permitted size of 104857...