logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

df -h和df -lh的区别

df -h和df -lh的区别Linux查看文件命令,df -lh只查看本地空间的存储情况,df -h查看所有文件空间的存储情况,如果有连接远程存储,也可以查看到。推荐使用 df -h。

使用mybatis-plus时,mapper接口无法实例化

Caused by: org.springframework.beans.factory.NoSuchBeanDefinitionException: No qualifying bean of type 'com.javasm.student.service.ITbStudentService' available: expected at least 1 bean which qualifie

#mybatis#spring boot
到底了