G5德军

导航

2021年11月3日 #

webapps

摘要: 1.webapps 如何找到servlet super:指向父类的方法 doGet()方法 serlvet.service(); this.doPost(热情,resp); 2.继承关系hello-http-generic 执行到Myservlet <sevlet> <servlet-name>my 阅读全文

posted @ 2021-11-03 11:44 G5德军 阅读(207) 评论(0) 推荐(0) 编辑

配置环境(servlet)

摘要: 1.WEB <servlet> <servlet-name>helloServlet</servlet-name> <servlet-class>com.stx.HelloServlet</servlet-class> </servlet> <servlet-mapping> <servlet-na 阅读全文

posted @ 2021-11-03 10:52 G5德军 阅读(31) 评论(0) 推荐(0) 编辑

JavaEE

摘要: input type="password @override protected void doGet(HttpServletRequest request,H) String username = request.getParameter("username"); String password 阅读全文

posted @ 2021-11-03 10:30 G5德军 阅读(12) 评论(0) 推荐(0) 编辑

端口

摘要: //http:127.0.0.1:8080 = localhost:8080 (浏览器中不需要输入端口)// http:127.0.0.1:8080 http默认端口 80 (浏览器中不需要输入端口)//localhost:8080 http默认端口 443//Tomcat 默认端口8080 阅读全文

posted @ 2021-11-03 09:22 G5德军 阅读(33) 评论(0) 推荐(0) 编辑