expressanimalnote_0002ejsp_jsp.java
来自「野生动物系统的JAVA源码, 野生动物系统的JAVA源码」· Java 代码 · 共 145 行
JAVA
145 行
package operation.out_scout;
import javax.servlet.*;
import javax.servlet.http.*;
import javax.servlet.jsp.*;
import org.apache.jasper.runtime.*;
import java.sql.*;
public class expressAnimalNote_0002ejsp_jsp extends HttpJspBase {
private static java.util.Vector _jspx_includes;
public java.util.List getIncludes() {
return _jspx_includes;
}
public void _jspService(HttpServletRequest request, HttpServletResponse response)
throws java.io.IOException, ServletException {
JspFactory _jspxFactory = null;
javax.servlet.jsp.PageContext pageContext = null;
HttpSession session = null;
ServletContext application = null;
ServletConfig config = null;
JspWriter out = null;
Object page = this;
JspWriter _jspx_out = null;
try {
_jspxFactory = JspFactory.getDefaultFactory();
response.setContentType("text/html; charset=gb2312");
pageContext = _jspxFactory.getPageContext(this, request, response,
"", true, 8192, true);
application = pageContext.getServletContext();
config = pageContext.getServletConfig();
session = pageContext.getSession();
out = pageContext.getOut();
_jspx_out = out;
out.write("\r\n");
out.write("<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\">\r\n");
out.write("<html xmlns=\"http://www.w3.org/1999/xhtml\">\r\n");
out.write("<head>\r\n");
out.write("<meta http-equiv=\"Content-Type\" content=\"text/html; charset=gb2312\" />\r\n");
out.write("<title>无标题文档");
out.write("</title>\r\n");
out.write("<style type=\"text/css\">\r\n");
out.write("<!--\r\n.STYLE1 {\r\n\tfont-size: x-large;\r\n\tfont-weight: bold;\r\n}\r\n-->\r\n");
out.write("</style>\r\n");
out.write("</head>\r\n\r\n");
out.write("<body>\r\n");
out.write("<table width=\"80%\">\r\n\t");
out.write("<tr>");
out.write("<td>");
out.write("<div align=\"center\" class=\"STYLE1\">异常野生动物");
out.write("</div>");
out.write("</td>\r\n\t");
out.write("</tr>\r\n");
out.write("</table>\r\n");
out.write("<table width=\"80%\" height=\"160\" border=\"1\" cellspacing=\"0\" cellpadding=\"0\">\r\n ");
out.write("<tr>\r\n ");
out.write("<td width=\"16%\">种类名称");
out.write("</td>\r\n ");
out.write("<td width=\"34%\">");
out.write("<label>\r\n ");
out.write("<input type=\"text\" name=\"textfield\" />\r\n ");
out.write("</label>");
out.write("</td>\r\n ");
out.write("<td width=\"16%\">种群数量");
out.write("</td>\r\n ");
out.write("<td width=\"34%\">");
out.write("<input type=\"text\" name=\"textfield2\" />");
out.write("</td>\r\n ");
out.write("</tr>\r\n ");
out.write("<tr>\r\n ");
out.write("<td>种群特征");
out.write("</td>\r\n ");
out.write("<td>");
out.write("<input type=\"text\" name=\"textfield5\" />");
out.write("</td>\r\n ");
out.write("<td> ");
out.write("</td>\r\n ");
out.write("<td> ");
out.write("</td>\r\n ");
out.write("</tr>\r\n ");
out.write("<tr>\r\n ");
out.write("<td>异常数量");
out.write("</td>\r\n ");
out.write("<td>");
out.write("<input type=\"text\" name=\"textfield3\" />");
out.write("</td>\r\n ");
out.write("<td>死亡数量");
out.write("</td>\r\n ");
out.write("<td>");
out.write("<input type=\"text\" name=\"textfield4\" />");
out.write("</td>\r\n ");
out.write("</tr>\r\n");
out.write("</table>\r\n");
out.write("<table width=\"80%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">\r\n ");
out.write("<tr>\r\n ");
out.write("<td>填表说明:");
out.write("</td>\r\n ");
out.write("</tr>\r\n ");
out.write("<tr>\r\n ");
out.write("<td>1. 每例异常事件填报一份该表。");
out.write("</td>\r\n ");
out.write("</tr>\r\n ");
out.write("<tr>\r\n ");
out.write("<td>2. 同一地点,同一连续时间段发现(发生)的事件为1例。");
out.write("</td>\r\n ");
out.write("</tr>\r\n ");
out.write("<tr>\r\n ");
out.write("<td>3. 发现地点:尽可能写明发生地地址。");
out.write("</td>\r\n ");
out.write("</tr>\r\n");
out.write("</table>\r\n");
out.write("<table width=\"80%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">\r\n ");
out.write("<tr>\r\n ");
out.write("<td width=\"40%\" height=\"25\"> ");
out.write("</td>\r\n ");
out.write("<td width=\"40%\">");
out.write("<label>");
out.write("</label>");
out.write("</td>\r\n ");
out.write("<td>");
out.write("<input type=\"submit\" name=\"Submit\" value=\"下一步\" />\r\n ");
out.write("<input type=\"submit\" name=\"Submit2\" value=\"返 回\" />");
out.write("</td>\r\n ");
out.write("</tr>\r\n");
out.write("</table>\r\n\r\n");
out.write("</body>\r\n");
out.write("</html>\r\n");
} catch (Throwable t) {
out = _jspx_out;
if (out != null && out.getBufferSize() != 0)
out.clearBuffer();
if (pageContext != null) pageContext.handlePageException(t);
} finally {
if (_jspxFactory != null) _jspxFactory.releasePageContext(pageContext);
}
}
}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?