jsp
Matana111
这个作者很懒,什么都没留下…
展开
-
tomcat 报错
HTTP Status 500 - Unable to compile class for JSP: type Exception report message Unable to compile class for JSP: description The server encountered an internal error that prevented it from fulfill...原创 2018-12-03 11:18:12 · 219 阅读 · 0 评论 -
jsp 记录你是第几个访问本网站的
<%@ page contentType="text/html;charset=gb2312"%> <html> <body bgcolor=yellow><font size=3> <%! int i=0; %> <% i++; %> <p>你是第 <%=i%原创 2018-12-03 11:38:14 · 2594 阅读 · 2 评论 -
Tomcat The requested resource is not available
public void service(HttpServletRequest request, HttpServletResponse response) throws ServletException,IOException 添加throws ServletException原创 2019-01-10 23:55:52 · 3039 阅读 · 0 评论 -
servlet cannot be cast to javax servlet
网页页面报错servlet is not a servlet public class ModifyPwdServlet extends HttpServlet 要继承HttpServlet原创 2019-01-11 00:00:48 · 251 阅读 · 0 评论