在好例子网,分享、交流、成长!
您当前所在位置:首页Others 开发实例一般编程问题 → java在线考试系统exam++.springmvc+mybytias+mysql

java在线考试系统exam++.springmvc+mybytias+mysql

一般编程问题

下载此实例
  • 开发语言:Others
  • 实例大小:50.50M
  • 下载次数:5
  • 浏览次数:90
  • 发布时间:2021-01-12
  • 实例类别:一般编程问题
  • 发 布 人:好学IT男
  • 文件格式:.zip
  • 所需积分:2
 

实例介绍

【实例简介】
exam++是个开源的考试系统使用的技术:springmvc+mybytias+mysql。使用maven来管理项目,我闲这个比较麻烦,直接把这个maven去掉,弄成了web项目,附加上改改连接就可以使用了。
【实例截图】
【核心代码】
ba780bfa-d7a2-455f-ba1a-d0d311673159
├── 111.png
├── examxx.sql
└── LIBO_EXAM
├── build
│   └── classes
│   ├── com
│   │   └── extr
│   │   ├── controller
│   │   │   ├── BaseController$UserType.class
│   │   │   ├── BaseController.class
│   │   │   ├── CommentController.class
│   │   │   ├── domain
│   │   │   │   ├── AnswerSheetItem.class
│   │   │   │   ├── ExamFinishParam.class
│   │   │   │   ├── Message.class
│   │   │   │   ├── PaperCreatorParam.class
│   │   │   │   ├── QuestionFilter.class
│   │   │   │   ├── QuestionImproveResult.class
│   │   │   │   └── QuestionQueryResult.class
│   │   │   ├── ExamController$ReportResult.class
│   │   │   ├── ExamController.class
│   │   │   ├── ExamPaperController.class
│   │   │   ├── PracticeController.class
│   │   │   ├── QuestionController.class
│   │   │   ├── SystemConfigController.class
│   │   │   ├── UserCenterController$KnowledgePointAnalysisResult.class
│   │   │   ├── UserCenterController$StatisticsResult.class
│   │   │   ├── UserCenterController$TypeAnalysis.class
│   │   │   ├── UserCenterController.class
│   │   │   └── UserController.class
│   │   ├── domain
│   │   │   ├── exam
│   │   │   │   ├── Exam.class
│   │   │   │   ├── ExamHistory.class
│   │   │   │   ├── ExamPaper.class
│   │   │   │   ├── Paper.class
│   │   │   │   └── PracticePaper.class
│   │   │   ├── practice
│   │   │   │   └── SubmitParam.class
│   │   │   ├── question
│   │   │   │   ├── Comment.class
│   │   │   │   ├── Comments.class
│   │   │   │   ├── Field.class
│   │   │   │   ├── KnowledgePoint.class
│   │   │   │   ├── Question.class
│   │   │   │   ├── QuestionContent.class
│   │   │   │   ├── QuestionHistory.class
│   │   │   │   ├── QuestionStruts.class
│   │   │   │   ├── QuestionTag.class
│   │   │   │   ├── QuestionType.class
│   │   │   │   ├── Tag.class
│   │   │   │   └── UserQuestionHistory.class
│   │   │   └── user
│   │   │   ├── Group.class
│   │   │   ├── Role.class
│   │   │   └── User.class
│   │   ├── file
│   │   │   └── util
│   │   │   ├── EncodeTest.class
│   │   │   ├── ExcelUtil.class
│   │   │   ├── FileUploadTest.class
│   │   │   ├── FileUploadUtil.class
│   │   │   ├── Html2Doc.class
│   │   │   ├── JOD4DocToPDF.class
│   │   │   ├── Pdf2SwfTest.class
│   │   │   ├── PdfToSwf.class
│   │   │   ├── PropertyReaderUtil.class
│   │   │   ├── PSOTest1.class
│   │   │   └── RouletteTest.class
│   │   ├── persistence
│   │   │   ├── CommentMapper.class
│   │   │   ├── CommentMapper.xml
│   │   │   ├── ExamMapper.class
│   │   │   ├── ExamMapper.xml
│   │   │   ├── ExamPaperMapper.class
│   │   │   ├── ExamPaperMapper.xml
│   │   │   ├── PracticeMapper.class
│   │   │   ├── PracticeMapper.xml
│   │   │   ├── QuestionMapper.class
│   │   │   ├── QuestionMapper.xml
│   │   │   ├── UserMapper.class
│   │   │   └── UserMapper.xml
│   │   ├── security
│   │   │   ├── filter
│   │   │   │   └── AuthenticationFilter.class
│   │   │   ├── handler
│   │   │   │   └── ExtrAuthenticationSuccessHandler.class
│   │   │   ├── UserDetailsServiceImpl.class
│   │   │   └── UserInfo.class
│   │   ├── service
│   │   │   ├── CommentService.class
│   │   │   ├── CommentServiceImpl.class
│   │   │   ├── ExamService.class
│   │   │   ├── ExamServiceImpl.class
│   │   │   ├── PracticeService.class
│   │   │   ├── PracticeServiceImpl.class
│   │   │   ├── PracticeServiceTest.class
│   │   │   ├── QuestionService.class
│   │   │   ├── QuestionServiceImpl.class
│   │   │   ├── UserService.class
│   │   │   └── UserServiceImpl.class
│   │   └── util
│   │   ├── EhcacheTest.class
│   │   ├── MyInterceptor.class
│   │   ├── Page.class
│   │   ├── PagingUtil.class
│   │   ├── Population.class
│   │   ├── QuestionAdapter.class
│   │   ├── ReflectUtil.class
│   │   ├── Roulette.class
│   │   ├── StandardPasswordEncoderForSha1.class
│   │   ├── StreamGobbler.class
│   │   ├── UserInfoUtil.class
│   │   └── xml
│   │   └── Object2Xml.class
│   ├── ehcache.xml
│   ├── ehcache.xsd
│   └── log4j.properties
├── readme.md
├── src
│   ├── com
│   │   └── extr
│   │   ├── controller
│   │   │   ├── BaseController.java
│   │   │   ├── CommentController.java
│   │   │   ├── domain
│   │   │   │   ├── AnswerSheetItem.java
│   │   │   │   ├── ExamFinishParam.java
│   │   │   │   ├── Message.java
│   │   │   │   ├── PaperCreatorParam.java
│   │   │   │   ├── QuestionFilter.java
│   │   │   │   ├── QuestionImproveResult.java
│   │   │   │   └── QuestionQueryResult.java
│   │   │   ├── ExamController.java
│   │   │   ├── ExamPaperController.java
│   │   │   ├── PracticeController.java
│   │   │   ├── QuestionController.java
│   │   │   ├── SystemConfigController.java
│   │   │   ├── UserCenterController.java
│   │   │   └── UserController.java
│   │   ├── domain
│   │   │   ├── exam
│   │   │   │   ├── ExamHistory.java
│   │   │   │   ├── Exam.java
│   │   │   │   ├── ExamPaper.java
│   │   │   │   ├── Paper.java
│   │   │   │   └── PracticePaper.java
│   │   │   ├── practice
│   │   │   │   └── SubmitParam.java
│   │   │   ├── question
│   │   │   │   ├── Comment.java
│   │   │   │   ├── Comments.java
│   │   │   │   ├── Field.java
│   │   │   │   ├── KnowledgePoint.java
│   │   │   │   ├── QuestionContent.java
│   │   │   │   ├── QuestionHistory.java
│   │   │   │   ├── Question.java
│   │   │   │   ├── QuestionStruts.java
│   │   │   │   ├── QuestionTag.java
│   │   │   │   ├── QuestionType.java
│   │   │   │   ├── Tag.java
│   │   │   │   └── UserQuestionHistory.java
│   │   │   └── user
│   │   │   ├── Group.java
│   │   │   ├── Role.java
│   │   │   └── User.java
│   │   ├── file
│   │   │   └── util
│   │   │   ├── EncodeTest.java
│   │   │   ├── ExcelUtil.java
│   │   │   ├── FileUploadTest.java
│   │   │   ├── FileUploadUtil.java
│   │   │   ├── Html2Doc.java
│   │   │   ├── JOD4DocToPDF.java
│   │   │   ├── Pdf2SwfTest.java
│   │   │   ├── PdfToSwf.java
│   │   │   ├── PropertyReaderUtil.java
│   │   │   ├── PSOTest1.java
│   │   │   └── RouletteTest.java
│   │   ├── persistence
│   │   │   ├── CommentMapper.java
│   │   │   ├── CommentMapper.xml
│   │   │   ├── ExamMapper.java
│   │   │   ├── ExamMapper.xml
│   │   │   ├── ExamPaperMapper.java
│   │   │   ├── ExamPaperMapper.xml
│   │   │   ├── PracticeMapper.java
│   │   │   ├── PracticeMapper.xml
│   │   │   ├── QuestionMapper.java
│   │   │   ├── QuestionMapper.xml
│   │   │   ├── UserMapper.java
│   │   │   └── UserMapper.xml
│   │   ├── security
│   │   │   ├── filter
│   │   │   │   └── AuthenticationFilter.java
│   │   │   ├── handler
│   │   │   │   └── ExtrAuthenticationSuccessHandler.java
│   │   │   ├── UserDetailsServiceImpl.java
│   │   │   └── UserInfo.java
│   │   ├── service
│   │   │   ├── CommentServiceImpl.java
│   │   │   ├── CommentService.java
│   │   │   ├── ExamServiceImpl.java
│   │   │   ├── ExamService.java
│   │   │   ├── PracticeServiceImpl.java
│   │   │   ├── PracticeService.java
│   │   │   ├── PracticeServiceTest.java
│   │   │   ├── QuestionServiceImpl.java
│   │   │   ├── QuestionService.java
│   │   │   ├── UserServiceImpl.java
│   │   │   └── UserService.java
│   │   └── util
│   │   ├── EhcacheTest.java
│   │   ├── MyInterceptor.java
│   │   ├── Page.java
│   │   ├── PagingUtil.java
│   │   ├── Population.java
│   │   ├── QuestionAdapter.java
│   │   ├── ReflectUtil.java
│   │   ├── Roulette.java
│   │   ├── StandardPasswordEncoderForSha1.java
│   │   ├── StreamGobbler.java
│   │   ├── UserInfoUtil.java
│   │   └── xml
│   │   └── Object2Xml.java
│   ├── ehcache.xml
│   ├── ehcache.xsd
│   └── log4j.properties
└── WebRoot
├── index.jsp
├── META-INF
│   └── MANIFEST.MF
├── resources
│   ├── bootstrap
│   │   ├── css
│   │   │   ├── bootstrap.css
│   │   │   ├── bootstrap.css.map
│   │   │   ├── bootstrap-huan.css
│   │   │   ├── bootstrap.min.css
│   │   │   ├── bootstrap-theme.css
│   │   │   ├── bootstrap-theme.css.map
│   │   │   └── bootstrap-theme.min.css
│   │   ├── fonts
│   │   │   ├── glyphicons-halflings-regular.eot
│   │   │   ├── glyphicons-halflings-regular.svg
│   │   │   ├── glyphicons-halflings-regular.ttf
│   │   │   └── glyphicons-halflings-regular.woff
│   │   └── js
│   │   ├── bootstrap.js
│   │   └── bootstrap.min.js
│   ├── chart
│   │   ├── less
│   │   │   └── morris.core.less
│   │   ├── lib
│   │   │   ├── morris.area.coffee
│   │   │   ├── morris.bar.coffee
│   │   │   ├── morris.coffee
│   │   │   ├── morris.donut.coffee
│   │   │   ├── morris.grid.coffee
│   │   │   ├── morris.hover.coffee
│   │   │   └── morris.line.coffee
│   │   ├── morris.css
│   │   ├── morris.js
│   │   ├── morris.min.js
│   │   └── raphael-min.js
│   ├── chartjs
│   │   ├── bower.json
│   │   ├── Chart.js
│   │   ├── Chart.min.js
│   │   ├── excanvas.js
│   │   ├── gulpfile.js
│   │   └── package.json
│   ├── css
│   │   ├── exam.css
│   │   ├── images
│   │   │   ├── bg.png
│   │   │   ├── error.png
│   │   │   ├── icon20_20.png
│   │   │   ├── info.png
│   │   │   ├── pattern-1.png
│   │   │   ├── success.png
│   │   │   ├── ui-bg_flat_0_aaaaaa_40x100.png
│   │   │   ├── ui-bg_flat_0_eeeeee_40x100.png
│   │   │   ├── ui-bg_flat_55_c0402a_40x100.png
│   │   │   ├── ui-bg_flat_55_eeeeee_40x100.png
│   │   │   ├── ui-bg_glass_100_f8f8f8_1x400.png
│   │   │   ├── ui-bg_glass_35_dddddd_1x400.png
│   │   │   ├── ui-bg_glass_60_eeeeee_1x400.png
│   │   │   ├── ui-bg_inset-hard_75_999999_1x100.png
│   │   │   ├── ui-bg_inset-soft_50_c9c9c9_1x100.png
│   │   │   ├── ui-icons_0073ea_256x240.png
│   │   │   ├── ui-icons_3383bb_256x240.png
│   │   │   ├── ui-icons_454545_256x240.png
│   │   │   ├── ui-icons_4eb305_256x240_2.png
│   │   │   ├── ui-icons_4eb305_256x240_3.png
│   │   │   ├── ui-icons_4eb305_256x240.png
│   │   │   ├── ui-icons_70b2e1_256x240.png
│   │   │   ├── ui-icons_fbc856_256x240.png
│   │   │   └── ui-icons_ffffff_256x240.png
│   │   ├── jquery.placeholder.min.css
│   │   ├── jquery-ui-1.9.2.custom.min.css
│   │   ├── question-add.css
│   │   └── style.css
│   ├── files
│   │   └── test.mp4
│   ├── flash
│   │   ├── beelden.zip
│   │   └── player.swf
│   ├── font-awesome
│   │   ├── css
│   │   │   ├── font-awesome.css
│   │   │   └── font-awesome.min.css
│   │   ├── fonts
│   │   │   ├── FontAwesome.otf
│   │   │   ├── fontawesome-webfont.eot
│   │   │   ├── fontawesome-webfont.svg
│   │   │   ├── fontawesome-webfont.ttf
│   │   │   └── fontawesome-webfont.woff
│   │   ├── less
│   │   │   ├── bordered-pulled.less
│   │   │   ├── core.less
│   │   │   ├── fixed-width.less
│   │   │   ├── font-awesome.less
│   │   │   ├── icons.less
│   │   │   ├── larger.less
│   │   │   ├── list.less
│   │   │   ├── mixins.less
│   │   │   ├── path.less
│   │   │   ├── rotated-flipped.less
│   │   │   ├── spinning.less
│   │   │   ├── stacked.less
│   │   │   └── variables.less
│   │   └── scss
│   │   ├── _bordered-pulled.scss
│   │   ├── _core.scss
│   │   ├── _fixed-width.scss
│   │   ├── font-awesome.scss
│   │   ├── _icons.scss
│   │   ├── _larger.scss
│   │   ├── _list.scss
│   │   ├── _mixins.scss
│   │   ├── _path.scss
│   │   ├── _rotated-flipped.scss
│   │   ├── _spinning.scss
│   │   ├── _stacked.scss
│   │   └── _variables.scss
│   ├── images
│   │   ├── ad.jpg
│   │   ├── ad.png
│   │   ├── error.png
│   │   ├── favicon.ico
│   │   ├── icon20_20.png
│   │   ├── icon-all.png
│   │   ├── info.png
│   │   ├── loading.gif
│   │   ├── logo.png
│   │   ├── logo-s.png
│   │   ├── photo.jpg
│   │   ├── simplest.png
│   │   ├── success.png
│   │   ├── training-content.png
│   │   └── user.png
│   ├── js
│   │   ├── add-field.js
│   │   ├── add-point.js
│   │   ├── add-tag.js
│   │   ├── all.js
│   │   ├── comment.js
│   │   ├── exam-finished.js
│   │   ├── examing.js
│   │   ├── exampaper-add.js
│   │   ├── exampaper-edit.js
│   │   ├── exampaper-list.js
│   │   ├── exampaper-preview.js
│   │   ├── excanvas.js
│   │   ├── field-2-point.js
│   │   ├── field-list.js
│   │   ├── jquery
│   │   │   ├── jquery-1.9.0.min.js
│   │   │   └── jquery-ui-1.9.2.custom.min.js
│   │   ├── modify-user.js
│   │   ├── paper-examing.js
│   │   ├── point-list.js
│   │   ├── point-select.js
│   │   ├── practice-improve.js
│   │   ├── practice-improve-qh.js
│   │   ├── practice-testing.js
│   │   ├── pwd-change.js
│   │   ├── question-add.js
│   │   ├── question-import.js
│   │   ├── question-lib.js
│   │   ├── question-list4dialog.js
│   │   ├── question-list.js
│   │   ├── question-upload-img.js
│   │   ├── register.js
│   │   ├── uploadify
│   │   │   ├── Change Log.txt
│   │   │   ├── check-exists.php
│   │   │   ├── index.php
│   │   │   ├── jquery.uploadify3.1Fixed.js
│   │   │   ├── jquery.uploadify.js
│   │   │   ├── jquery.uploadify.min.js
│   │   │   ├── license.txt
│   │   │   ├── __MACOSX
│   │   │   ├── uploadify-cancel.png
│   │   │   ├── uploadify.css
│   │   │   ├── uploadify.php
│   │   │   └── uploadify.swf
│   │   └── util
│   │   ├── inline-form.js
│   │   ├── jquery.fullscreen-0.3.5.min.js
│   │   ├── question-4cep-table.js
│   │   ├── question-admin-table.js
│   │   ├── question-teacher-table.js
│   │   └── tree.js
│   └── template
│   ├── question.xlsx
│   └── user.xls
└── WEB-INF
├── lib
│   ├── activiti-json-converter-5.16.jar
│   ├── antlr-2.7.7.jar
│   ├── aopalliance-1.0.jar
│   ├── c3p0-0.9.5-pre1.jar
│   ├── commons-beanutils-1.8.3.jar
│   ├── commons-cli-1.1.jar
│   ├── commons-collections-3.2.1.jar
│   ├── commons-dbcp2-2.0.1.jar
│   ├── commons-email-1.2.jar
│   ├── commons-fileupload-1.2.2.jar
│   ├── commons-io-2.4.jar
│   ├── commons-lang3-3.3.2.jar
│   ├── commons-pool2-2.2.jar
│   ├── dom4j-1.6.1.jar
│   ├── ehcache-core-2.4.3.jar
│   ├── freemarker-2.3.19.jar
│   ├── h2-1.4.180.jar
│   ├── hibernate-commons-annotations-4.0.2.Final.jar
│   ├── hibernate-core-4.2.5.Final.jar
│   ├── hibernate-ehcache-4.2.2.Final.jar
│   ├── hibernate-entitymanager-4.2.5.Final.jar
│   ├── hibernate-jpa-2.0-api-1.0.1.Final.jar
│   ├── httl-1.0.11.jar
│   ├── ibatis-2.3.0.677.jar
│   ├── imgscalr-lib-4.2.jar
│   ├── jackson-annotations-2.2.3.jar
│   ├── jackson-core-2.2.3.jar
│   ├── jackson-core-asl-1.9.7.jar
│   ├── jackson-databind-2.2.3.jar
│   ├── jackson-dataformat-csv-2.2.3.jar
│   ├── jackson-dataformat-smile-2.2.3.jar
│   ├── jackson-dataformat-xml-2.2.3.jar
│   ├── jackson-dataformat-yaml-2.2.3.jar
│   ├── jackson-mapper-asl-1.9.7.jar
│   ├── jackson-module-jaxb-annotations-2.2.3.jar
│   ├── javaGeom-0.11.1.jar
│   ├── javassist-3.15.0-GA.jar
│   ├── java-uuid-generator-3.1.3.jar
│   ├── jcl-over-slf4j-1.7.5.jar
│   ├── jgraphx-1.10.4.1.jar
│   ├── jgroups-3.0.13.Final.jar
│   ├── joda-time-2.1.jar
│   ├── jodconverter-core-3.0-beta-4.jar
│   ├── jodd-3.3.2.jar
│   ├── json-20090211.jar
│   ├── jsoup-1.8.1.jar
│   ├── jstl-1.2.jar
│   ├── juh-3.2.1.jar
│   ├── junit-4.10.jar
│   ├── jurt-3.2.1.jar
│   ├── jxl.jar
│   ├── kaptcha-2.3.2.jar
│   ├── kxml2-2.3.0.jar
│   ├── log4j-1.2.17.jar
│   ├── mail-1.4.1.jar
│   ├── mchange-commons-java-0.2.4.jar
│   ├── msbase.jar
│   ├── msutil.jar
│   ├── mybatis-3.1.1.jar
│   ├── mybatis-3.1.1-javadoc.jar
│   ├── mybatis-3.1.1-sources.jar
│   ├── mybatis-3.2.5.jar
│   ├── mybatis-spring-1.1.1.jar
│   ├── mysql-connector-java-5.1.10-bin.jar
│   ├── ognl-3.0.6.jar
│   ├── ojdbc6.jar
│   ├── pageoffice3.jar
│   ├── poi-3.6-20091214.jar
│   ├── poi-3.7-20101029.jar
│   ├── poi-contrib-3.6-20091214.jar
│   ├── poi-ooxml-3.7-20101029.jar
│   ├── poi-ooxml-schemas-3.7-20101029.jar
│   ├── poi-scratchpad-3.5-beta1.jar
│   ├── quartz-all-1.5.2.jar
│   ├── servlet-api-2.5.jar
│   ├── slf4j-api-1.7.5.jar
│   ├── slf4j-log4j12-1.7.5.jar
│   ├── spring-aop-4.0.6.RELEASE.jar
│   ├── spring-beans-4.0.6.RELEASE.jar
│   ├── spring-context-4.0.6.RELEASE.jar
│   ├── spring-context-support-4.0.6.RELEASE.jar
│   ├── spring-core-4.0.6.RELEASE.jar
│   ├── spring-data-commons-1.8.2.RELEASE.jar
│   ├── spring-data-jpa-1.6.2.RELEASE.jar
│   ├── spring-expression-4.0.6.RELEASE.jar
│   ├── spring-jdbc-4.0.6.RELEASE.jar
│   ├── spring-orm-4.0.6.RELEASE.jar
│   ├── spring-security-acl-3.1.3.RELEASE.jar
│   ├── spring-security-config-3.1.3.RELEASE.jar
│   ├── spring-security-core-3.1.4.RELEASE.jar
│   ├── spring-security-crypto-3.1.3.RELEASE.jar
│   ├── spring-security-taglibs-3.1.3.RELEASE.jar
│   ├── spring-security-web-3.1.3.RELEASE.jar
│   ├── spring-test-4.0.6.RELEASE.jar
│   ├── spring-tx-3.2.7.RELEASE.jar
│   ├── spring-web-4.0.6.RELEASE.jar
│   ├── spring-webmvc-4.0.6.RELEASE.jar
│   ├── stax2-api-3.1.1.jar
│   ├── stax-api-1.0-2.jar
│   ├── struts2-convention-plugin-2.3.8.jar
│   ├── struts2-core-2.3.8.jar
│   ├── struts2-spring-plugin-2.3.8.jar
│   ├── xml-apis-1.3.04.jar
│   ├── xml-apis-ext-1.3.04.jar
│   ├── xmlbeans-2.3.0.jar
│   ├── xmlgraphics-commons-1.2.jar
│   ├── xmlpull_1_1_3_4c.jar
│   ├── xml-resolver-1.2.jar
│   ├── xmlschema-core-2.0.3.jar
│   ├── xstream-1.4.jar
│   └── xwork-core-2.3.8.jar
├── spring
│   ├── appServlet
│   │   ├── controllers.xml
│   │   └── servlet-context.xml
│   ├── root-context.xml
│   ├── scheduler.xml
│   └── security.xml
├── views
│   ├── admin
│   │   ├── add-admin.jsp
│   │   ├── add-field.jsp
│   │   ├── add-point.jsp
│   │   ├── add-user.jsp
│   │   ├── exampaper-add.jsp
│   │   ├── exampaper-edit.jsp
│   │   ├── exampaper-list.jsp
│   │   ├── exampaper-preview.jsp
│   │   ├── field-list.jsp
│   │   ├── point-list.jsp
│   │   ├── question-add.jsp
│   │   ├── question-import.jsp
│   │   ├── question-list-dialog.jsp
│   │   ├── question-list.jsp
│   │   ├── question-preview.jsp
│   │   ├── sys-admin-list.jsp
│   │   ├── sys-backup.jsp
│   │   ├── tmp.jsp
│   │   └── user-list.jsp
│   ├── home.jsp
│   ├── login.jsp
│   ├── register.jsp
│   ├── regist-success.jsp
│   ├── start-exam.jsp
│   ├── student
│   │   ├── analysis.jsp
│   │   ├── change-password.jsp
│   │   ├── exam-finished.jsp
│   │   ├── exam-finish-report.jsp
│   │   ├── exam-history.jsp
│   │   ├── examing.jsp
│   │   ├── paper-exam-finished.jsp
│   │   ├── paper-exam-finish-report.jsp
│   │   ├── practice-improve.jsp
│   │   ├── practice-improve-qh.jsp
│   │   ├── practice-testing.jsp
│   │   ├── setting.jsp
│   │   └── usercenter.jsp
│   └── teacher
│   ├── add-tag.jsp
│   └── tag-list.jsp
└── web.xml

75 directories, 507 files

标签:

实例下载地址

java在线考试系统exam++.springmvc+mybytias+mysql

不能下载?内容有错? 点击这里报错 + 投诉 + 提问

好例子网口号:伸出你的我的手 — 分享

网友评论

发表评论

(您的评论需要经过审核才能显示)

查看所有0条评论>>

小贴士

感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。

  • 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
  • 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
  • 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
  • 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。

关于好例子网

本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明

;
报警