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

📄 information_jsp.java

📁 客户关系管理系统,包括数据库,类,所有运行所需的代码及文件
💻 JAVA
字号:
package org.apache.jsp;

import javax.servlet.*;
import javax.servlet.http.*;
import javax.servlet.jsp.*;
import org.apache.jasper.runtime.*;
import com.domain.UserForm;
import com.tool.Chinese;

public class information_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,
      			null, true, 8192, true);
      application = pageContext.getServletContext();
      config = pageContext.getServletConfig();
      session = pageContext.getSession();
      out = pageContext.getOut();
      _jspx_out = out;

      out.write("\r\n");
java.util.Date date=new java.util.Date();
      out.write("\r\n");
      out.write("\r\n");
      out.write("\r\n");
UserForm form=(UserForm)session.getAttribute("form");
      out.write("\r\n");
session.setAttribute("form",form);
      out.write("\r\n");
session.setMaxInactiveInterval(3600);
      out.write("\r\n");
      out.write("<html>\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\nbody {\r\n\tbackground-color: #000000;\r\n\tmargin-right: 0px;\r\n\tmargin-top: 0px;\r\n}\r\na{\r\nfont-size:12px;\r\ncolor:#336699;}\r\na:hover{\r\nfont-size:12px;\r\ncolor:#990000;}\r\n.style5 {font-size: 24px}\r\n.style12 {color: #336699}\r\n-->\r\n");
      out.write("</style>");
      out.write("</head>\r\n\r\n");
      out.write("<body>\r\n");
      out.write("<div align=\"right\">\r\n  ");
      out.write("<table width=\"199\" height=\"500\"  border=\"0\" cellpadding=\"0\" cellspacing=\"0\">\r\n    ");
      out.write("<tr>\r\n      ");
      out.write("<td width=\"199\" height=\"97\" align=\"center\" valign=\"middle\" background=\"images/clientbar.jpg\" class=\"style5\">");
      out.write("</td>\r\n    ");
      out.write("</tr>\r\n\t   ");
if(Integer.parseInt(form.getMenu_jcxx())==0){ 
      out.write("\r\n    ");
      out.write("<tr>\r\n      ");
      out.write("<td width=\"199\" height=\"37\" align=\"center\"  background=\"images/cbar.jpg\">企业类型设置");
      out.write("</td>\r\n    ");
      out.write("</tr>\r\n    ");
      out.write("<tr>\r\n      ");
      out.write("<td width=\"199\" height=\"37\" align=\"center\"  background=\"images/cbar.jpg\">企业性质设置");
      out.write("</td>\r\n    ");
      out.write("</tr>\r\n    ");
      out.write("<tr>\r\n      ");
      out.write("<td width=\"199\" height=\"37\" align=\"center\"  background=\"images/cbar.jpg\">客户银行设置");
      out.write("</td>\r\n    ");
      out.write("</tr>\r\n    ");
      out.write("<tr>\r\n      ");
      out.write("<td width=\"199\" height=\"37\" align=\"center\"  background=\"images/cbar.jpg\">企业资信设置");
      out.write("</td>\r\n    ");
      out.write("</tr>\r\n    ");
      out.write("<tr>\r\n      ");
      out.write("<td width=\"199\" height=\"37\" align=\"center\"  background=\"images/cbar.jpg\">客户级别设置");
      out.write("</td>\r\n    ");
      out.write("</tr>\r\n    ");
      out.write("<tr>\r\n      ");
      out.write("<td width=\"199\" height=\"37\" align=\"center\"  background=\"images/cbar.jpg\">&nbsp;&nbsp;&nbsp;客户满意程度设置");
      out.write("</td>\r\n    ");
      out.write("</tr>\r\n    ");
      out.write("<tr>\r\n      ");
      out.write("<td width=\"199\" height=\"37\" align=\"center\"  background=\"images/cbar.jpg\">区域信息设置");
      out.write("</td>\r\n    ");
      out.write("</tr>\r\n\t ");
}else{
      out.write("\r\n\t ");
      out.write("<tr>\r\n      ");
      out.write("<td width=\"199\" height=\"37\" align=\"center\"  background=\"images/cbar.jpg\">");
      out.write("<a href=\"../../cqylxSelect.do\" target=\"main\">企业类型设置");
      out.write("</a>");
      out.write("</td>\r\n    ");
      out.write("</tr>\r\n    ");
      out.write("<tr>\r\n      ");
      out.write("<td width=\"199\" height=\"37\" align=\"center\"  background=\"images/cbar.jpg\">");
      out.write("<a href=\"../../cqyxzSelect.do\" target=\"main\">企业性质设置");
      out.write("</a>");
      out.write("</td>\r\n    ");
      out.write("</tr>\r\n    ");
      out.write("<tr>\r\n      ");
      out.write("<td width=\"199\" height=\"37\" align=\"center\"  background=\"images/cbar.jpg\">");
      out.write("<a href=\"../../cbankSelect.do\"  target=\"main\">客户银行设置");
      out.write("</a>");
      out.write("</td>\r\n    ");
      out.write("</tr>\r\n    ");
      out.write("<tr>\r\n      ");
      out.write("<td width=\"199\" height=\"37\" align=\"center\"  background=\"images/cbar.jpg\">");
      out.write("<a href=\"../../cqyzxSelect.do\" target=\"main\" class=\"style12\">企业资信设置");
      out.write("</a>");
      out.write("</td>\r\n    ");
      out.write("</tr>\r\n    ");
      out.write("<tr>\r\n      ");
      out.write("<td width=\"199\" height=\"37\" align=\"center\"  background=\"images/cbar.jpg\">");
      out.write("<a href=\"../../ckhjbSelect.do\" target=\"main\">客户级别设置");
      out.write("</a>");
      out.write("</td>\r\n    ");
      out.write("</tr>\r\n    ");
      out.write("<tr>\r\n      ");
      out.write("<td width=\"199\" height=\"37\" align=\"center\"  background=\"images/cbar.jpg\">&nbsp;&nbsp;&nbsp;");
      out.write("<a href=\"../../ckhmydSelect.do\" target=\"main\">客户满意程度设置");
      out.write("</a>");
      out.write("</td>\r\n    ");
      out.write("</tr>\r\n    ");
      out.write("<tr>\r\n      ");
      out.write("<td width=\"199\" height=\"37\" align=\"center\"  background=\"images/cbar.jpg\">");
      out.write("<a href=\"../../cqyxxSelect.do\" target=\"main\">区域信息设置");
      out.write("</a>");
      out.write("</td>\r\n    ");
      out.write("</tr>\r\n\t   ");
}
      out.write("\r\n    ");
      out.write("<tr>\r\n      ");
      out.write("<td align=\"left\" valign=\"top\" bgcolor=\"#F7F7F7\">");
      out.write("</td>\r\n    ");
      out.write("</tr>\r\n  ");
      out.write("</table>\r\n");
      out.write("</div>\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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -