We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
HTTP Status 404 – 未找到
Type Status Report
消息 /javaEE-final/Login.jsp
描述 源服务器未能找到目标资源的表示或者是不愿公开一个已经存在的资源表示。
Apache Tomcat/9.0.31`` <%@ page language="java" import="java.util.*" pageEncoding="UTF-8"%> <%@ taglib prefix="s" uri="/struts-tags" %>
<form class="form-signin" action="login" method="post"> <h2 class="form-signin-heading">用户登陆</h2> <input type="text" class="form-control" placeholder="姓名拼音缩写" name="userName" autofocus="autofocus"> <br/> <input type="password" class="form-control" placeholder="密码" name="password"> <input type="submit" value="登陆" class="btn btn-lg btn-primary btn-block"> </form> <s:fielderror/> </div> </body>
The text was updated successfully, but these errors were encountered:
大佬,怎么导入到idea中并执行呀,求教
Sorry, something went wrong.
No branches or pull requests
HTTP Status 404 – 未找到
Type Status Report
消息 /javaEE-final/Login.jsp
描述 源服务器未能找到目标资源的表示或者是不愿公开一个已经存在的资源表示。
Apache Tomcat/9.0.31``
<title>学生信息管理系统</title> <style> .errorMessage{ color: white; list-style: none; text-align: center; } </style><%@ page language="java" import="java.util.*" pageEncoding="UTF-8"%>
<%@ taglib prefix="s" uri="/struts-tags" %>
The text was updated successfully, but these errors were encountered: