📄 selectshowmyd_0002ejsp_jsp.java
字号:
package jsp.information.queryInformation;
import java.util.List;
import java.sql.*;
import com.domain.SkhfkForm;
import javax.servlet.*;
import javax.servlet.http.*;
import javax.servlet.jsp.*;
import org.apache.jasper.runtime.*;
public class selectShowMyd_0002ejsp_jsp extends HttpJspBase {
static {
}
public selectShowMyd_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=GBK");
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/queryInformation/selectShowMyd.jsp";from=(0,47);to=(1,0)]
out.write("\r\n");
// end
// HTML // begin [file="/jsp/information/queryInformation/selectShowMyd.jsp";from=(1,34);to=(2,0)]
out.write("\r\n");
// end
// HTML // begin [file="/jsp/information/queryInformation/selectShowMyd.jsp";from=(2,30);to=(3,0)]
out.write("\r\n");
// end
// HTML // begin [file="/jsp/information/queryInformation/selectShowMyd.jsp";from=(3,40);to=(22,2)]
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: 0px;\r\n\tmargin-top: 0px;\r\n}\r\n-->\r\n</style>\r\n</head>\r\n <table width=\"579\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\">\r\n <tr>\r\n <td height=\"487\" align=\"center\" bgcolor=\"#FFFFFF\">\r\n\r\n\t ");
// end
// begin [file="/jsp/information/queryInformation/selectShowMyd.jsp";from=(22,4);to=(22,48)]
List list =(List)request.getAttribute("mc");
// end
// HTML // begin [file="/jsp/information/queryInformation/selectShowMyd.jsp";from=(22,50);to=(23,2)]
out.write("\r\n\t ");
// end
// begin [file="/jsp/information/queryInformation/selectShowMyd.jsp";from=(23,4);to=(23,21)]
if(list==null) {
// end
// HTML // begin [file="/jsp/information/queryInformation/selectShowMyd.jsp";from=(23,23);to=(25,9)]
out.write("\r\n\t<div align=\"center\">没有客户信息</div>\r\n ");
// end
// begin [file="/jsp/information/queryInformation/selectShowMyd.jsp";from=(25,11);to=(29,5)]
}else{
for(int i=0;i<list.size();i++){
SkhfkForm form=(SkhfkForm)list.get(i);
// end
// HTML // begin [file="/jsp/information/queryInformation/selectShowMyd.jsp";from=(29,7);to=(30,67)]
out.write("\r\n <meta http-equiv=\"refresh\" content=\"0;URL=clientShow.do?khmc=");
// end
// begin [file="/jsp/information/queryInformation/selectShowMyd.jsp";from=(30,70);to=(30,89)]
out.print(form.getKhfk_khmc());
// end
// HTML // begin [file="/jsp/information/queryInformation/selectShowMyd.jsp";from=(30,91);to=(31,6)]
out.write("\">\r\n ");
// end
// begin [file="/jsp/information/queryInformation/selectShowMyd.jsp";from=(31,8);to=(31,10)]
}}
// end
// HTML // begin [file="/jsp/information/queryInformation/selectShowMyd.jsp";from=(31,12);to=(37,0)]
out.write("\r\n\r\n </td>\r\n </tr>\r\n</table>\r\n</body></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 + -