摘要:
[INFO] Scanning for projects...[ERROR] [ERROR] Some problems were encountered while processing the POMs:[ERROR] 'modules.module[3]' specifies duplicat 阅读全文
摘要:
15:38 Error running 'jobs': Address localhost:1099 is already in use 15:38 Error running 'jobs': Unable to open debugger port (127.0.0.1:53984): java. 阅读全文
摘要:
由于Maven3.8.5版本与IDEA2021暂不兼容,重新使用了较低版本的Maven后依赖成功下载。 阅读全文
摘要:
Plugin 'org.springframework.boot:spring-boot-maven-plugin:' not found 网上说加版本号就可以了,于是 Plugin 'org.springframework.boot:spring-boot-maven-plugin:2.3.1.R 阅读全文
摘要:
win 传输文件给ECS云服务器 sftp root@ip put 文件 /root 切换root用户 admin@ubuntu:~$ sudo passwd root如果出现su: Permission denied /etc/pam.d/su 注释掉以下代码: auth required pam 阅读全文
摘要:
public class Fuck<T> { public static void sort(Comparable[] arr){ int n = arr.length; for(int i=0;i<n;i++){ for(int j=i;j>0;j--){ if(arr[j].compareTo( 阅读全文