- 博客(5)
- 收藏
- 关注
原创 C语言两整数求和等小程序
#include<stdio.h>int main(){//求两函数的和int a,b,sum;a=2;b=3;sum=a+b;printf(“sum is %d\n”,sum);return 0;}实现后://求两函数最大值#include<stdio.h>//主函数int main(){int max(int x,int y);int a,b,c;scanf("%d,%d",&a,&b);c=max(a,b);printf(
2021-11-22 17:38:16
1445
原创 SpringBoot报 'url' attribute is not specified and no embedded datasource could be configured.
Description: Failed to configure a DataSource: ‘url’ attribute is not specified and no embedded datasource could be configured. Reason: Failed to determine a suitable driver class1、解决办法:在项目applicat...
2020-05-07 20:42:04
132
原创 ## springboot Whitelabel Error Page This application has no explicit mapping for /error, so you are
springboot Whitelabel Error Page This application has no explicit mapping for /error, so you are seeing this as a fallback. Thu May 07 13:38:08 CST 2020 There was an unexpected error (type=Not Found, ...
2020-05-07 13:56:49
200
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人