11 2022 档案

摘要:SpringBoot 整合mybatis-plus 1、导入Maven依赖 <dependencies> <!--web依赖--> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-sta 阅读全文
posted @ 2022-11-10 16:27 有何和不可 阅读(134) 评论(0) 推荐(0) 编辑
摘要:rand()函数 #include "stdio.h" #include "stdlib.h" #include "time.h" int main(){ int i,num; srand(time(0)); for(i=0;i<10;i++){ num=rand()%10+1; printf("% 阅读全文
posted @ 2022-11-08 15:03 有何和不可 阅读(61) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示