摘要: 当运行Javaweb程序时经常会出现端口占用的问题 最好的解决办法就是打开任务管理器 关闭此程序 阅读全文
posted @ 2021-11-22 10:01 Rebz 阅读(72) 评论(0) 推荐(0)
摘要: import java.sql.*; import java.util.Scanner; public class test00 { public static void main(String[] args) { int a; Scanner sc=new Scanner(System.in); 阅读全文
posted @ 2021-11-22 09:53 Rebz 阅读(63) 评论(0) 推荐(0)