waiting.jsp

来自「请求排队系统1.1,一个简单的将请求队列后依次执行」· JSP 代码 · 共 23 行

JSP
23
字号
<%@ page contentType="text/html; charset=gb2312" language="java" import="java.sql.*" errorPage="" %>

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>
    <title>waiting.html</title>
    
    <meta http-equiv="keywords" content="keyword1,keyword2,keyword3">
    <meta http-equiv="description" content="this is my page">
    <meta http-equiv="content-type" content="text/html; charset=UTF-8">
    
    <!--<link rel="stylesheet" type="text/css" href="./styles.css">-->
    <meta http-equiv="refresh" content="1; url=waitline">
    
  </head>
  
  <body>
    This is my waiting HTML page. <br>
    there are <%=request.getAttribute("totalnum")%> people's task  waiting for process!<br>
    Having <%=request.getAttribute("waitnum")%> people before you !<br>
  </body>
</html>

⌨️ 快捷键说明

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