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

📄 login_jsp.java

📁 网站计数器 在通常情况下
💻 JAVA
字号:
package org.apache.jsp;

import javax.servlet.*;
import javax.servlet.http.*;
import javax.servlet.jsp.*;
import java.sql.*;
import com.actionForm.AcountForm;

public final class login_jsp extends org.apache.jasper.runtime.HttpJspBase
    implements org.apache.jasper.runtime.JspSourceDependent {

  private static java.util.Vector _jspx_dependants;

  public java.util.List getDependants() {
    return _jspx_dependants;
  }

  public void _jspService(HttpServletRequest request, HttpServletResponse response)
        throws java.io.IOException, ServletException {

    JspFactory _jspxFactory = null;
    PageContext pageContext = null;
    HttpSession session = null;
    ServletContext application = null;
    ServletConfig config = null;
    JspWriter out = null;
    Object page = this;
    JspWriter _jspx_out = null;
    PageContext _jspx_page_context = null;


    try {
      _jspxFactory = JspFactory.getDefaultFactory();
      response.setContentType("text/html; charset=gb2312");
      pageContext = _jspxFactory.getPageContext(this, request, response,
      			"", true, 8192, true);
      _jspx_page_context = pageContext;
      application = pageContext.getServletContext();
      config = pageContext.getServletConfig();
      session = pageContext.getSession();
      out = pageContext.getOut();
      _jspx_out = out;

      out.write("\r\n");
      out.write("\r\n");
      out.write("<link href=\"css/style.css\" rel=\"stylesheet\">\r\n");
      out.write("<html>\r\n");
      out.write("<style type=\"text/css\">\r\n");
      out.write("<!--\r\n");
      out.write(".style1 {\r\n");
      out.write("\tcolor: #000000;\r\n");
      out.write("\tfont-weight: bold;\r\n");
      out.write("}\r\n");
      out.write("-->\r\n");
      out.write("</style>\r\n");
      out.write("<script Language=\"JavaScript\">\r\n");
      out.write(" function quit() {\r\n");
      out.write("  if(confirm(\"确定要退出吗?\")){\r\n");
      out.write("    window.location.href=\"loginOut.jsp\";\r\n");
      out.write("\t}\r\n");
      out.write("\treturn false;\r\n");
      out.write("  }\r\n");
      out.write("\r\n");
      out.write(" </script>\r\n");
      out.write("<head>\r\n");
      out.write("<meta http-equiv=\"Content-Type\" content=\"text/html; charset=gb2312\">\r\n");
      out.write("<title>用户登录后首页</title>\r\n");
      out.write("</head>\r\n");

AcountForm form=(AcountForm)session.getAttribute("accountFrom");
int number;
if(application.getAttribute("number")==null){
number=1;
}else{
String aa=(String)application.getAttribute("number");
number=Integer.parseInt(aa)+1;
}
application.setAttribute("number",String.valueOf(number));

      out.write("\r\n");
      out.write("<body>\r\n");
      out.write("<div align=\"center\">\r\n");
      out.write("\r\n");
      out.write("\r\n");
      out.write(" \r\n");
      out.write("  <table width=\"563\" height=\"339\" border=\"0\" background=\"image/background.jpg\" >\r\n");
      out.write("    <tr>\r\n");
      out.write("      <td width=\"180\" rowspan=\"2\">&nbsp;</td>\r\n");
      out.write("      <td width=\"373\" height=\"79\" ><br><div align=\"right\" class=\"word_white\">本网页已经被访问了");
      out.print(number);
      out.write("次&nbsp;&nbsp;<br>\r\n");
      out.write("\r\n");
      out.write(" 您是第");
      out.print(form.getNumber());
      out.write("次登录本网站&nbsp;&nbsp;&nbsp;</div></td>\r\n");
      out.write("    </tr>\r\n");
      out.write("    <tr>\r\n");
      out.write("      <td valign=\"top\" >\r\n");
      out.write("\t   <div align=\"center\">\r\n");
      out.write("    <table width=\"285\" border=\"0\">\r\n");
      out.write("        <tr>\r\n");
      out.write("          <td  ><font color=\"#FFFFFF\"><strong>您的实际情况如下:</strong></font></td>\r\n");
      out.write("        </tr>\r\n");
      out.write("    </table>\r\n");
      out.write("    <table width=\"285\" border=\"1\" cellpadding=\"0\" cellspacing=\"0\">\r\n");
      out.write("        <tr bgcolor=\"#FFFFFF\">\r\n");
      out.write("          <td width=\"77\" height=\"31\"><div align=\"center\">姓&nbsp;&nbsp;&nbsp;&nbsp;名</div></td>\r\n");
      out.write("          <td width=\"198\">&nbsp;");
      out.print(form.getName());
      out.write("</td>\r\n");
      out.write("        </tr>\r\n");
      out.write("        <tr bgcolor=\"#FFFFFF\">\r\n");
      out.write("          <td height=\"31\"><div align=\"center\">年&nbsp;&nbsp;&nbsp;&nbsp;龄</div></td>\r\n");
      out.write("          <td>&nbsp;");
      out.print(form.getAge());
      out.write("</td>\r\n");
      out.write("        </tr>\r\n");
      out.write("        <tr bgcolor=\"#FFFFFF\">\r\n");
      out.write("          <td height=\"31\"><div align=\"center\">性&nbsp;&nbsp;&nbsp;&nbsp;别</div></td>\r\n");
      out.write("          <td>&nbsp;");
      out.print(form.getSex());
      out.write("</td>\r\n");
      out.write("        </tr>\r\n");
      out.write("        <tr bgcolor=\"#FFFFFF\">\r\n");
      out.write("          <td height=\"31\"><div align=\"center\">出生日期</div></td>\r\n");
      out.write("          <td>&nbsp;");
      out.print(form.getBorn());
      out.write("</td>\r\n");
      out.write("        </tr>\r\n");
      out.write("        <tr bgcolor=\"#FFFFFF\">\r\n");
      out.write("          <td height=\"31\"><div align=\"center\">职&nbsp;&nbsp;&nbsp;&nbsp;业</div></td>\r\n");
      out.write("          <td>&nbsp;");
      out.print(form.getProfession());
      out.write("</td>\r\n");
      out.write("        </tr>\r\n");
      out.write("    </table><br>\r\n");
      out.write("    <table width=\"290\" height=\"42\" border=\"0\">\r\n");
      out.write("      <tr>\r\n");
      out.write("        <td width=\"284\" height=\"32\" ><div align=\"right\"><a href=\"loginOut.jsp\" onClick=\"return quit()\" ><img src=\"image/botten.jpg\"> </a>&nbsp;</div></td>\r\n");
      out.write("      </tr>\r\n");
      out.write("    </table>\r\n");
      out.write("        </div>\t \r\n");
      out.write(" \t  </td>\r\n");
      out.write("    </tr>\r\n");
      out.write("  </table>\r\n");
      out.write("  <p>&nbsp;\r\n");
      out.write("  </p>\r\n");
      out.write("</div>\r\n");
      out.write("</body>\r\n");
      out.write("</html>\r\n");
    } catch (Throwable t) {
      if (!(t instanceof SkipPageException)){
        out = _jspx_out;
        if (out != null && out.getBufferSize() != 0)
          out.clearBuffer();
        if (_jspx_page_context != null) _jspx_page_context.handlePageException(t);
      }
    } finally {
      if (_jspxFactory != null) _jspxFactory.releasePageContext(_jspx_page_context);
    }
  }
}

⌨️ 快捷键说明

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