📄 companymyd_0002ejsp_jsp.java
字号:
package jsp.information.queryInformation;
import com.domain.SkhfkForm;
import java.sql.*;
import java.util.List;
import javax.servlet.*;
import javax.servlet.http.*;
import javax.servlet.jsp.*;
import org.apache.jasper.runtime.*;
public class companyMyd_0002ejsp_jsp extends HttpJspBase {
static {
}
public companyMyd_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/queryInformation/companyMyd.jsp";from=(0,50);to=(1,0)]
out.write("\r\n");
// end
// HTML // begin [file="/jsp/information/queryInformation/companyMyd.jsp";from=(1,41);to=(2,0)]
out.write("\r\n");
// end
// HTML // begin [file="/jsp/information/queryInformation/companyMyd.jsp";from=(2,30);to=(3,0)]
out.write("\r\n");
// end
// HTML // begin [file="/jsp/information/queryInformation/companyMyd.jsp";from=(3,34);to=(16,0)]
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: #FFFFCC;\r\n}\r\n-->\r\n</style></head>\r\n<body>\r\n");
// end
// begin [file="/jsp/information/queryInformation/companyMyd.jsp";from=(16,2);to=(19,0)]
List list =(List)request.getAttribute("khmc");
for(int i=0;i<list.size();i++){
SkhfkForm form=(SkhfkForm)list.get(i);
// end
// HTML // begin [file="/jsp/information/queryInformation/companyMyd.jsp";from=(19,2);to=(20,59)]
out.write("\r\n<meta http-equiv=\"refresh\" content=\"0;URL=clientShow.do?mc=");
// end
// begin [file="/jsp/information/queryInformation/companyMyd.jsp";from=(20,62);to=(20,81)]
out.print(form.getKhfk_khmc());
// end
// HTML // begin [file="/jsp/information/queryInformation/companyMyd.jsp";from=(20,83);to=(22,0)]
out.write("\">\r\n\r\n");
// end
// begin [file="/jsp/information/queryInformation/companyMyd.jsp";from=(22,2);to=(22,3)]
}
// end
// HTML // begin [file="/jsp/information/queryInformation/companyMyd.jsp";from=(22,5);to=(25,0)]
out.write("\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 + -