10 2021 档案
摘要:1、基础类 package com.my.test; public class Student { // 名称 private String name; // 性别 private String gender; // 年龄 private Integer age; public Student()
阅读全文
摘要:1、打开Tomcat的conf下的server.xml文件 修改 <Connector port="8080" protocol="HTTP/1.1" connectionTimeout="20000" redirectPort="8443" /> 中的port,改为自己要定义的端口。 2、在hos
阅读全文