只做是单选题!数据库表有三张:EUser,EItem,Score
源代码在线查看: test_jsp.java
package org.apache.jsp;
import javax.servlet.*;
import javax.servlet.http.*;
import javax.servlet.jsp.*;
import com.exam.model.*;
import java.util.*;
public final class test_jsp extends org.apache.jasper.runtime.HttpJspBase
implements org.apache.jasper.runtime.JspSourceDependent {
private static final JspFactory _jspxFactory = JspFactory.getDefaultFactory();
private static java.util.Vector _jspx_dependants;
private org.apache.jasper.runtime.ResourceInjector _jspx_resourceInjector;
public Object getDependants() {
return _jspx_dependants;
}
public void _jspService(HttpServletRequest request, HttpServletResponse response)
throws java.io.IOException, ServletException {
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 {
response.setContentType("text/html;charset=UTF-8");
pageContext = _jspxFactory.getPageContext(this, request, response,
null, true, 8192, true);
_jspx_page_context = pageContext;
application = pageContext.getServletContext();
config = pageContext.getServletConfig();
session = pageContext.getSession();
out = pageContext.getOut();
_jspx_out = out;
_jspx_resourceInjector = (org.apache.jasper.runtime.ResourceInjector) application.getAttribute("com.sun.appserv.jsp.resource.injector");
out.write("\n");
out.write("\n");
out.write("\n");
out.write("\n");
out.write("\n");
out.write("\n");
out.write(" out.write(" \"http://www.w3.org/TR/html4/loose.dtd\">\n");
out.write(" ");
ExamService es=new ExamService(); List question_list=es.getAllExam(); session.setAttribute("question_list", question_list);
out.write("\n");
out.write("\n");
out.write(" \n");
out.write(" \n");
out.write(" JSP Page\n");
out.write(" \n");
out.write(" \n");
out.write("\n");
out.write(" \n");
out.write("\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 {
_jspxFactory.releasePageContext(_jspx_page_context);
}
}
}
|
相关资源 |
|
-
只做是单选题!数据库表有三张:EUser,EItem,Score
-
是一个把MSSERVICE数据库表结构导出成一个HTML文档
-
运放选型
运算放大器的结构形式主要有三种:模块、混合电路和单片集成电路。对于设计工程师来说
-
平衡二叉树实现一个动态查找表,有三种基本功能:查找,插入删除,还有选项功能:合并两棵平衡二叉树,和分裂两棵平衡二叉树.
-
这是一个具有实用价值的数控直流稳压电源。关键电路有三个:一个是输出电路
-
数据库中有三个默认用户。
用户名 密码权限
001 002 管理员
002 002 普通用户
-
一个小型的图书管理系统,用到了access数据库,其中有三种权限的用户登陆这个系统,每种用户将拥有不同的权限,用户密码和帐户打开程序中的access便可知道.
-
电力方面远程抄表的三张电路图,用PROTEL 打开
|