⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 signinsuccess.jsp

📁 《Java网络程序设计.rar》包括三个网络程序的源代码。
💻 JSP
字号:
<%----%><%@page errorPage='<%=request.getContextPath() +"/jsp/error.jsp" %>' %><BR><BR><p><center><font size="6" color="green">Welcome to Workflow System</font><br><br><font size="4" color="red"><I>Organize your project better</I></font><p><%  if ((request.getRequestURL().toString()).endsWith("_cfb")) {%>    <font size=4>You are using Container HTTP Form-Based Authentication</font><br>    with Principal:<b><%= request.getUserPrincipal().getName() %></b><br><br><%}  else if (request.getServerPort()==8443){%>    <font size=4>You are using SSL Authentication</font>    <br><br><%} else if ((request.getRequestURL().toString()).endsWith("_ba")){%>    <font size=4>You are using HTTP Basic Authentication</font>    <br><br><%} else{%>    <font size=4>You are using Application Form-Based Authentication</font>    <br><br><%}%><p><a href="<%=request.getContextPath()%>/control/main">Workflow Main Page</a><p></center>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -