- 博客(2)
- 收藏
- 关注
原创 Unsatisfied dependency expressed through field 问题【Springboot+mybatis-plus注入mapper失败】
问题描述: 原因分析: mapper注入失败 解决方案: 在Application文件中扫描mapper。
2021-07-05 16:17:37
356
原创 认真写作业【求n以内素数(C)】
----循环嵌套 #include <stdio.h> #include <math.h> int main() { int a=0,i=3,j=2; scanf("%d",&a); printf("2"); for (i;i<a;i+=2) { for(j;j<(sqrt(i));j++) { if(i%j==0) break; } i...
2018-10-21 14:21:12
618
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
RSS订阅