- 博客(4)
- 收藏
- 关注
原创 更改文件名spring boot项目起不来
idea spring boot 项目起不来,报错Disconnected from the target V M
2022-04-12 09:37:05
1466
原创 冒泡算法其一代码
static void test1(){ int [] num = {15,2,8,64,3};//一个随机数组 int temp;//定义一个中间变量 for(int i = 0; i<num.length-1; i++){//遍历整个数组 for(int j = 0; j<num.length-1-i; j++){//将数组排序 if(num[j]>num[j+1]){//如果前面数据大于后面数据,则两两交换到数组最后结.
2021-08-06 16:49:39
99
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人