摘要:
今天在启动java web应用程序的时候,启动失败,报了下面的错误; The Tomcat connector configured to listen on port 8804 failed to start. The port may already be in use or the conne 阅读全文
摘要:
访问tomcat官网 右侧选择Download tomcat9 tar.gz 是linux系统安装文件,32 bit Windows zip 是window32为安装包,64 bit Windows zip是windows64位安装包,点击下载 下载下来是个压缩包,无需安装,直接解压就行了。解压完, 阅读全文
摘要:
1 public static void main(String[] args) { 2 Scanner s = new Scanner(System.in); 3 int a = s.nextInt(); 4 System.out.println("第一个整数是:"+a); 5 int b = s.next... 阅读全文