摘要: 1.index.jsp代码: <%-- Created by IntelliJ IDEA. User: Administrator Date: 2023-01-15 Time: 11:43 To change this template use File | Settings | File Temp 阅读全文
posted @ 2023-01-15 13:29 壹贰叁肆伍陆 阅读(19) 评论(0) 推荐(0)
摘要: IDEAQ中重写pos方法时会自动在前面加上super, super.doPost(req, resp) 把super删掉:doPost(req, resp); 阅读全文
posted @ 2023-01-15 13:07 壹贰叁肆伍陆 阅读(80) 评论(0) 推荐(0)
摘要: 编译时提示错误 Error:java: Compilation failed: internal java compiler error 1、查看项目的jdk(Ctrl+Alt+shift+S) File ->Project Structure->Project Settings ->Project 阅读全文
posted @ 2023-01-15 11:37 壹贰叁肆伍陆 阅读(1371) 评论(0) 推荐(0)
摘要: 1.建一个类,获取用 package com.yin; import javax.servlet.ServletException; import javax.servlet.http.HttpServlet; import javax.servlet.http.HttpServletRequest 阅读全文
posted @ 2023-01-15 00:58 壹贰叁肆伍陆 阅读(46) 评论(0) 推荐(0)