Apache Bench(AB)的下载、安装与访问

摘要: https://blog.csdn.net/ZZY1078689276/article/details/81391837 阅读全文
posted @ 2020-03-24 15:44 年糕不黏 阅读(150) 评论(0) 推荐(0) 编辑

主从复制 ERROR 1410 (42000): You are not allowed to create a user with GRANT

摘要: https://blog.csdn.net/zhouzhiwengang/article/details/102909298 阅读全文
posted @ 2020-03-16 15:32 年糕不黏 阅读(537) 评论(0) 推荐(0) 编辑

eclipse解决Initializing Java Tooling方案汇总

摘要: https://blog.csdn.net/weixin_38998414/article/details/90599181 阅读全文
posted @ 2020-02-16 11:24 年糕不黏 阅读(124) 评论(0) 推荐(0) 编辑

myeclipse或者eclipse老是卡在Refreshing workspace

摘要: 到<workspace>\.metadata\.plugins\org.eclipse.core.resources目录 删除文件 .snap 重启myeclipse或者eclipse 阅读全文
posted @ 2020-02-14 14:47 年糕不黏 阅读(455) 评论(0) 推荐(0) 编辑

关于SpringCloud、SpringBoot 希望这是说得最详细的

摘要: https://www.cnblogs.com/itmsbx/p/9692538.html 阅读全文
posted @ 2020-02-12 13:17 年糕不黏 阅读(82) 评论(0) 推荐(0) 编辑

解决问题 The Tomcat connector configured to listen on port 8080 failed to start.

摘要: https://blog.csdn.net/q343509740/article/details/80821409 阅读全文
posted @ 2020-02-11 17:21 年糕不黏 阅读(369) 评论(0) 推荐(0) 编辑

第一个springboot项目启动报错Failed to configure a DataSource: 'url' attribute is not specified and no embedded datasource could be configured.

摘要: 报错内容具体如下 *************************** APPLICATION FAILED TO START *************************** Description: Failed to configure a DataSource: 'url' attr 阅读全文
posted @ 2020-01-17 21:52 年糕不黏 阅读(583) 评论(0) 推荐(0) 编辑

第十次作业

摘要: 1. #include<stdio.h> void sum(int *p) { int i,sum=0; for(i=0;i<10;i++) sum=sum+*p++; printf("%d",sum); } int main() { int a[10]={1,2,9,5,6,8,4,2,8,10} 阅读全文
posted @ 2016-12-10 01:11 年糕不黏 阅读(209) 评论(1) 推荐(0) 编辑

第九次作业

摘要: 1.做出来的有点小问题,应该在按完f5之后直接弹出“请输入字符串:”,然而我这个只有输入了字符串之后才会显示 #include <stdio.h> #include <string.h> void sym() { char a[50]; int length,x=0; printf("请输入字符串( 阅读全文
posted @ 2016-12-08 16:54 年糕不黏 阅读(98) 评论(1) 推荐(0) 编辑

第八次作业

摘要: 1.八个一换行没整明白。。。 #include<stdio.h> int main() { int a[100]; int i,j,n=0; for(i=0;i<=100;i++) { for(j=0;j<=100;j++) { a[i]=j; if(a[i]%3!=0&&a[i]%7!=0) { 阅读全文
posted @ 2016-11-18 00:38 年糕不黏 阅读(173) 评论(1) 推荐(0) 编辑