SpringBoot项目get,set方法总报Cannot find declaration to go to 搜了很多答案,没解决
后来仔细一想,原来是我的idea软件重装了,lombok插件没重新安装导致。
安装步骤:
1、下载地址:https://plugins.jetbrains.com…
冒泡排序O(n^2) public class Main {public static void main(String[] args) {Random random new Random();int[] nums new int[]{random.nextInt(100), random.nextInt(100), random.nextInt(100), random.nextInt(100), random.nextInt(100), random.nextInt(100)};for (i…