嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300
本次赞助数额为: 6 元微信扫码支付:6 元
请留下您的邮箱,我们将在2小时内将文件发到您的邮箱
由java开发基于 SSM框架的在线考试系统 用MySQL eclipse 和Tomcat7就可以运行 数据库文件 论文还有JAR包 项目源码都在里面 运行完美
C:.
│ 1、毕业设计选题审批表.docx
│ 2、毕业设计任务书 - 副本.docx
│ 3、毕业设计方案.docx
│ 4、毕业设计过程指导记录.docx
│ 5、毕业设计作品.doc
│ 6、毕业设计成果报告书.docx
│ 7、毕业设计评阅表.docx
│ 8、毕业设计答辩记录表.docx
│ 9、毕业设计成绩评定表.docx
│ 在线考试系统.zip
│
├─db_exam
│ db_exam.sql
│
├─Exam
│ │ .classpath
│ │ .project
│ │
│ ├─.settings
│ │ .jsdtscope
│ │ org.eclipse.core.resources.prefs
│ │ org.eclipse.jdt.core.prefs
│ │ org.eclipse.wst.common.component
│ │ org.eclipse.wst.common.project.facet.core.xml
│ │ org.eclipse.wst.jsdt.ui.superType.container
│ │ org.eclipse.wst.jsdt.ui.superType.name
│ │
│ ├─build
│ │ └─classes
│ │ │ exam.properties
│ │ │ hibernate.cfg.xml
│ │ │ struts.xml
│ │ │
│ │ └─com
│ │ └─java1234
│ │ ├─action
│ │ │ ExamAction.class
│ │ │ ManagerAction.class
│ │ │ PaperAction.class
│ │ │ QuestionAction.class
│ │ │ StudentAction.class
│ │ │
│ │ ├─dao
│ │ │ ExamDao.class
│ │ │ ManagerDao.class
│ │ │ PaperDao.class
│ │ │ QuestionDao.class
│ │ │ StudentDao.class
│ │ │
│ │ ├─model
│ │ │ Exam.class
│ │ │ Manager.class
│ │ │ PageBean.class
│ │ │ Paper.class
│ │ │ Question.class
│ │ │ Student.class
│ │ │
│ │ ├─test
│ │ │ Test.class
│ │ │
│ │ └─util
│ │ DateUtil.class
│ │ HibernateUtil.class
│ │ PageUtil.class
│ │ PropertiesUtil.class
│ │ ResponseUtil.class
│ │ StringUtil.class
│ │
│ ├─src
│ │ │ exam.properties
│ │ │ hibernate.cfg.xml
│ │ │ struts.xml
│ │ │
│ │ └─com
│ │ └─java1234
│ │ ├─action
│ │ │ ExamAction.java
│ │ │ ManagerAction.java
│ │ │ PaperAction.java
│ │ │ QuestionAction.java
│ │ │ StudentAction.java
│ │ │
│ │ ├─dao
│ │ │ ExamDao.java
│ │ │ ManagerDao.java
│ │ │ PaperDao.java
│ │ │ QuestionDao.java
│ │ │ StudentDao.java
│ │ │
│ │ ├─model
│ │ │ Exam.java
│ │ │ Manager.java
│ │ │ PageBean.java
│ │ │ Paper.java
│ │ │ Question.java
│ │ │ Student.java
│ │ │
│ │ ├─test
│ │ │ Test.java
│ │ │
│ │ └─util
│ │ DateUtil.java
│ │ HibernateUtil.java
│ │ PageUtil.java
│ │ PropertiesUtil.java
│ │ ResponseUtil.java
│ │ StringUtil.java
│ │
│ └─WebContent
│ │ login.jsp
│ │ login2.jsp
│ │ main.jsp
│ │
│ ├─bootstrap
│ │ ├─css
│ │ │ bootstrap-responsive.css
│ │ │ bootstrap-responsive.min.css
│ │ │ bootstrap.css
│ │ │ bootstrap.min.css
│ │ │
│ │ ├─img
│ │ │ glyphicons-halflings-white.png
│ │ │ glyphicons-halflings.png
│ │ │
│ │ └─js
│ │ bootstrap.js
│ │ bootstrap.min.js
│ │ jQuery.js
│ │
│ ├─common
│ │ default.jsp
│ │ foot.jsp
│ │ head.jsp
│ │ menu.jsp
│ │
│ ├─exam
│ │ examList.jsp
│ │ examResult.jsp
│ │ myExam.jsp
│ │ paper.jsp
│ │ selectPaper.jsp
│ │
│ ├─image
│ │ banner.jpg
│ │ login.jpg
│ │
│ ├─js
│ │ └─My97DatePicker
│ │ │ calendar.js
│ │ │ WdatePicker.js
│ │ │
│ │ ├─lang
│ │ │ en.js
│ │ │ zh-cn.js
│ │ │ zh-tw.js
│ │ │
│ │ ├─skin
│ │ │ │ datePicker.gif
│ │ │ │ WdatePicker.css
│ │ │ │
│ │ │ ├─default
│ │ │ │ datepicker.css
│ │ │ │ img.gif
│ │ │ │
│ │ │ └─whyGreen
│ │ │ bg.jpg
│ │ │ datepicker.css
│ │ │ img.gif
│ │ │
│ │ └─开发包
│ │ │ readme.txt
│ │ │
│ │ ├─lang
│ │ │ en.js
│ │ │ zh-cn.js
│ │ │ zh-tw.js
│ │ │
│ │ └─skin
│ │ │ datePicker.gif
│ │ │ WdatePicker.css
│ │ │
│ │ ├─default
│ │ │ datepicker.css
│ │ │ img.gif
│ │ │
│ │ └─whyGreen
│ │ bg.jpg
│ │ datepicker.css
│ │ img.gif
│ │
│ ├─META-INF
│ │ MANIFEST.MF
│ │
│ ├─paper
│ │ paperList.jsp
│ │ paperSave.jsp
│ │
│ ├─question
│ │ questionList.jsp
│ │ questionSave.jsp
│ │ questionShow.jsp
│ │
│ ├─student
│ │ studentList.jsp
│ │ studentSave.jsp
│ │ updatePassword.jsp
│ │ updateSuccess.jsp
│ │
│ ├─style
│ │ exam.css
│ │
│ └─WEB-INF
│ │ web.xml
│ │
│ └─lib
│ antlr-2.7.7.jar
│ commons-beanutils-1.8.0.jar
│ commons-collections-3.2.jar
│ commons-fileupload-1.2.2.jar
│ commons-io-2.0.1.jar
│ commons-lang-2.4.jar
│ commons-lang3-3.1.jar
│ commons-logging-1.1.1.jar
│ dom4j-1.6.1.jar
│ ezmorph-1.0.3.jar
│ freemarker-2.3.19.jar
│ hibernate-commons-annotations-4.0.4.Final.jar
│ hibernate-core-4.3.5.Final.jar
│ hibernate-jpa-2.1-api-1.0.0.Final.jar
│ jandex-1.1.0.Final.jar
│ javassist-3.11.0.GA.jar
│ javassist-3.18.1-GA.jar
│ jboss-logging-3.1.3.GA.jar
│ jboss-logging-annotations-1.2.0.Beta1.jar
│ jboss-transaction-api_1.2_spec-1.0.0.Final.jar
│ json-lib-2.2.3-jdk15.jar
│ jstl.jar
│ mysql-connector-java-3.1.12-bin.jar
│ ognl-3.0.6.jar
│ standard.jar
│ struts2-core-2.3.14.1.jar
│ xwork-core-2.3.14.1.jar
│
├─jar包
│ └─jar包
│ antlr-2.7.7.jar
│ commons-beanutils-1.8.0.jar
│ commons-collections-3.2.jar
│ commons-fileupload-1.2.2.jar
│ commons-io-2.0.1.jar
│ commons-lang-2.4.jar
│ commons-lang3-3.1.jar
│ commons-logging-1.1.1.jar
│ dom4j-1.6.1.jar
│ ezmorph-1.0.3.jar
│ freemarker-2.3.19.jar
│ hibernate-commons-annotations-4.0.4.Final.jar
│ hibernate-core-4.3.5.Final.jar
│ hibernate-jpa-2.1-api-1.0.0.Final.jar
│ jandex-1.1.0.Final.jar
│ javassist-3.11.0.GA.jar
│ javassist-3.18.1-GA.jar
│ jboss-logging-3.1.3.GA.jar
│ jboss-logging-annotations-1.2.0.Beta1.jar
│ jboss-transaction-api_1.2_spec-1.0.0.Final.jar
│ json-lib-2.2.3-jdk15.jar
│ jstl.jar
│ mysql-connector-java-3.1.12-bin.jar
│ ognl-3.0.6.jar
│ standard.jar
│ struts2-core-2.3.14.1.jar
│ xwork-core-2.3.14.1.jar
│
└─tu