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

📄 selectbasekhxx_0002ejsp_jsp.java

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

import java.sql.*;
import java.util.List;
import com.domain.KhxxForm;
import javax.servlet.*;
import javax.servlet.http.*;
import javax.servlet.jsp.*;
import org.apache.jasper.runtime.*;


public class selectBaseKhxx_0002ejsp_jsp extends HttpJspBase {


    static {
    }
    public selectBaseKhxx_0002ejsp_jsp( ) {
    }

    private static boolean _jspx_inited = false;

    public final void _jspx_init() throws org.apache.jasper.runtime.JspException {
    }

    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;
        String  _value = null;
        try {

            if (_jspx_inited == false) {
                synchronized (this) {
                    if (_jspx_inited == false) {
                        _jspx_init();
                        _jspx_inited = true;
                    }
                }
            }
            _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();

            // HTML // begin [file="/jsp/information/khxx/selectBaseKhxx.jsp";from=(0,50);to=(1,0)]
                out.write("\r\n");

            // end
            // HTML // begin [file="/jsp/information/khxx/selectBaseKhxx.jsp";from=(1,30);to=(2,0)]
                out.write("\r\n");

            // end
            // HTML // begin [file="/jsp/information/khxx/selectBaseKhxx.jsp";from=(2,34);to=(3,0)]
                out.write("\r\n");

            // end
            // HTML // begin [file="/jsp/information/khxx/selectBaseKhxx.jsp";from=(3,39);to=(51,13)]
                out.write("\r\n<html>\r\n<head>\r\n<meta http-equiv=\"Content-Type\" content=\"text/html; charset=gb2312\">\r\n<title>客户信息</title>\r\n<style type=\"text/css\">\r\n<!--\r\nbody {\r\n\tbackground-color: #000000;\r\n\tmargin-left: 00px;\r\n\tmargin-top: 0px;\r\n}\r\ntd{\r\nfont-size:9pt;\r\n}\r\n.style1 {font-size: 11pt}\r\n-->\r\n</style></head>\r\n<script Language=\"JavaScript\">\r\nfunction projectDelete(date){\r\nif(confirm(\"是否删除编号为[\"+date+\"]这一组数据吗?\"))\r\nwindow.location=\"khxxDelete.do?id=\"+date;\r\n\r\n}\r\n</script>\r\n<body>\r\n<table width=\"579\"  border=\"0\" cellpadding=\"0\" cellspacing=\"0\" bgcolor=\"#FFFFFF\">\r\n  <tr>\r\n    <td>&nbsp;</td>\r\n  </tr>\r\n</table>\r\n<table width=\"579\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\">\r\n  <tr>\r\n    <td align=\"left\" valign=\"top\" bgcolor=\"#FFFFFF\">\r\n\t<table width=\"579\" height=\"487\"  border=\"0\" cellpadding=\"0\" cellspacing=\"0\">\r\n  <tr>\r\n    <td align=\"left\" valign=\"top\" bgcolor=\"#FFFFFF\"><table width=\"579\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\">\r\n        <tr>\r\n          <td width=\"2%\" height=\"28\">&nbsp;</td>\r\n          <td width=\"9%\" background=\"images/circle.jpg\">&nbsp;</td>\r\n          <td width=\"89%\" bgcolor=\"#FFFFFF\"><span class=\"style3 style1\">客户基本信息设置</span></td>\r\n        </tr>\r\n        <tr style=\"line-height:2px\">\r\n          <td width=\"2%\" height=\"5\">&nbsp;</td>\r\n          <td height=\"5\" colspan=\"2\" bgcolor=\"#D4D0C8\">&nbsp;</td>\r\n        </tr>\r\n        <tr align=\"center\" valign=\"top\" bgcolor=\"#FFFFFF\">\r\n          <td height=\"454\" colspan=\"3\"><p>\r\n             ");

            // end
            // begin [file="/jsp/information/khxx/selectBaseKhxx.jsp";from=(51,15);to=(51,64)]
                List list=(List)request.getAttribute("khxxlist");
            // end
            // HTML // begin [file="/jsp/information/khxx/selectBaseKhxx.jsp";from=(51,66);to=(61,5)]
                out.write("\r\n             <br>\r\n</p>\r\n            <table width=\"515\" height=\"64\" border=\"0\" cellpadding=\"2\" cellspacing=\"1\" bgcolor=\"#666666\">\r\n              <tr align=\"center\" bgcolor=\"#ffcc33\">\r\n                <td width=\"74\" height=\"21\">客户编号</td>\r\n                <td width=\"165\">客户名称</td>\r\n                <td width=\"99\">企业性质</td>\r\n                <td width=\"156\">操作</td>\r\n              </tr>\r\n\t\t\t  ");

            // end
            // begin [file="/jsp/information/khxx/selectBaseKhxx.jsp";from=(61,7);to=(63,0)]
                for(int i=0;i<list.size();i++){
                KhxxForm form=(KhxxForm)list.get(i);
            // end
            // HTML // begin [file="/jsp/information/khxx/selectBaseKhxx.jsp";from=(63,2);to=(65,32)]
                out.write("\r\n              <tr bgcolor=\"#FFFFFF\">\r\n                <td height=\"28\">");

            // end
            // begin [file="/jsp/information/khxx/selectBaseKhxx.jsp";from=(65,35);to=(65,52)]
                out.print(form.getKhxx_id());
            // end
            // HTML // begin [file="/jsp/information/khxx/selectBaseKhxx.jsp";from=(65,54);to=(66,20)]
                out.write("</td>\r\n                <td>");

            // end
            // begin [file="/jsp/information/khxx/selectBaseKhxx.jsp";from=(66,23);to=(66,40)]
                out.print(form.getKhxx_mc());
            // end
            // HTML // begin [file="/jsp/information/khxx/selectBaseKhxx.jsp";from=(66,42);to=(67,20)]
                out.write("</td>\r\n                <td>");

            // end
            // begin [file="/jsp/information/khxx/selectBaseKhxx.jsp";from=(67,23);to=(67,42)]
                out.print(form.getKhxx_qyxz());
            // end
            // HTML // begin [file="/jsp/information/khxx/selectBaseKhxx.jsp";from=(67,44);to=(68,71)]
                out.write("</td>\r\n                <td><p align=\"center\"><a href=\"khxxSelectContent.do?id=");

            // end
            // begin [file="/jsp/information/khxx/selectBaseKhxx.jsp";from=(68,74);to=(68,91)]
                out.print(form.getKhxx_id());
            // end
            // HTML // begin [file="/jsp/information/khxx/selectBaseKhxx.jsp";from=(68,93);to=(68,160)]
                out.write("\">查看客户全部信息</a>&nbsp;&nbsp;&nbsp;<a href=\"javascript:projectDelete('");

            // end
            // begin [file="/jsp/information/khxx/selectBaseKhxx.jsp";from=(68,163);to=(68,180)]
                out.print(form.getKhxx_id());
            // end
            // HTML // begin [file="/jsp/information/khxx/selectBaseKhxx.jsp";from=(68,182);to=(70,14)]
                out.write("')\">删除</a></p></td>\r\n              </tr>\r\n              ");

            // end
            // begin [file="/jsp/information/khxx/selectBaseKhxx.jsp";from=(70,16);to=(70,17)]
                }
            // end
            // HTML // begin [file="/jsp/information/khxx/selectBaseKhxx.jsp";from=(70,19);to=(87,0)]
                out.write("\r\n            </table>            <br>\r\n            <table width=\"512\"  border=\"0\" cellpadding=\"0\" cellspacing=\"0\">\r\n              <tr>\r\n                <td width=\"352\" align=\"right\"> </td>\r\n                <td width=\"160\" align=\"center\"><a href=\"khxxCountID.do\">添加客户的基本信息</a></td>\r\n              </tr>\r\n            </table></td>\r\n        </tr>\r\n       </table></td>\r\n  </tr>\r\n</table>\r\n</td>\r\n  </tr>\r\n</table>\r\n</body>\r\n</html>\r\n");

            // end

        } catch (Throwable t) {
            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 + -