10 2021 档案

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

点击右上角即可分享
微信分享提示