实例介绍
ssh作业管理系统完整源码
【实例截图】
【核心代码】
ssh作业管理系统完整源码
`-- ssm
|-- WebRoot
| |-- META-INF
| | `-- MANIFEST.MF
| |-- WEB-INF
| | |-- classes
| | | |-- applicationContext-bean.xml
| | | |-- applicationContext.xml
| | | |-- com
| | | | `-- accp
| | | | `-- app
| | | | |-- bean
| | | | | |-- Answer$Rate.class
| | | | | |-- Answer.class
| | | | | |-- AnswerAttachment.class
| | | | | |-- Attachment.class
| | | | | |-- Grade.class
| | | | | |-- Homework.class
| | | | | |-- HomeworkAttachment.class
| | | | | |-- Menu.class
| | | | | |-- Promotion.class
| | | | | |-- Student.class
| | | | | |-- Teacher.class
| | | | | |-- Team$Status.class
| | | | | |-- Team.class
| | | | | |-- User$Gender.class
| | | | | `-- User.class
| | | | |-- common
| | | | | |-- exception
| | | | | | |-- DateValidException.class
| | | | | | `-- RepeatException.class
| | | | | `-- util
| | | | | |-- ByteConverter.class
| | | | | |-- DynamicBean.class
| | | | | |-- ExcelUtil.class
| | | | | `-- PathFormat.class
| | | | |-- mapper
| | | | | |-- AnswerAttachmentMapper.class
| | | | | |-- AnswerAttachmentMapper.xml
| | | | | |-- AnswerMapper.class
| | | | | |-- AnswerMapper.xml
| | | | | |-- AttachmentMapper.class
| | | | | |-- AttachmentMapper.xml
| | | | | |-- GradeMapper.class
| | | | | |-- GradeMapper.xml
| | | | | |-- HomeworkAttachmentMapper.class
| | | | | |-- HomeworkAttachmentMapper.xml
| | | | | |-- HomeworkMapper.class
| | | | | |-- HomeworkMapper.xml
| | | | | |-- MenuMapper.class
| | | | | |-- MenuMapper.xml
| | | | | |-- PromotionMapper.class
| | | | | |-- PromotionMapper.xml
| | | | | |-- StudentMapper.class
| | | | | |-- StudentMapper.xml
| | | | | |-- TeacherMapper.class
| | | | | |-- TeacherMapper.xml
| | | | | |-- TeamMapper.class
| | | | | |-- TeamMapper.xml
| | | | | |-- UserMapper.class
| | | | | `-- UserMapper.xml
| | | | |-- service
| | | | | |-- AnswerService.class
| | | | | |-- AttachmentService.class
| | | | | |-- GradeService.class
| | | | | |-- HomeworkAttachmentServcie.class
| | | | | |-- HomeworkService.class
| | | | | |-- MenuService.class
| | | | | |-- PromotionService.class
| | | | | |-- StudentService.class
| | | | | |-- TeacherService.class
| | | | | |-- TeamService.class
| | | | | |-- UserService.class
| | | | | `-- impl
| | | | | |-- AnswerServcieImpl.class
| | | | | |-- AttachmentServiceImpl.class
| | | | | |-- GradeServiceImpl$1.class
| | | | | |-- GradeServiceImpl.class
| | | | | |-- HomeworkAttachmentServcieImpl.class
| | | | | |-- HomeworkServiceImpl$1.class
| | | | | |-- HomeworkServiceImpl.class
| | | | | |-- MenuServiceImpl.class
| | | | | |-- PromotionServiceImpl.class
| | | | | |-- StudentServiceImpl$1.class
| | | | | |-- StudentServiceImpl$2.class
| | | | | |-- StudentServiceImpl.class
| | | | | |-- TeacherServiceImpl$1.class
| | | | | |-- TeacherServiceImpl$2.class
| | | | | |-- TeacherServiceImpl.class
| | | | | |-- TeamServiceImpl$1.class
| | | | | |-- TeamServiceImpl.class
| | | | | `-- UserServcieImpl.class
| | | | `-- web
| | | | |-- action
| | | | | |-- AnswerAction.class
| | | | | |-- BaseAction.class
| | | | | |-- CommonAction.class
| | | | | |-- GradeAction.class
| | | | | |-- HomeworkAction.class
| | | | | |-- MenuAction.class
| | | | | |-- PromotionAction.class
| | | | | |-- StudentAction.class
| | | | | |-- TeacherAction.class
| | | | | |-- TeamAction.class
| | | | | `-- UserAction.class
| | | | |-- conversion
| | | | | `-- DateConverter.class
| | | | |-- fileupload
| | | | | |-- FileUploadProgressListener.class
| | | | | |-- MyJakartaMultiPartRequest$1.class
| | | | | `-- MyJakartaMultiPartRequest.class
| | | | |-- interceptor
| | | | | `-- LoginInterceptor.class
| | | | |-- listener
| | | | | `-- SessionListener.class
| | | | `-- util
| | | | |-- Constants.class
| | | | `-- WebUtil.class
| | | |-- jdbc.properties
| | | |-- log4j.properties
| | | |-- mybatis-config.xml
| | | |-- org
| | | | `-- pagination
| | | | |-- Pagination.class
| | | | |-- QueryHandler.class
| | | | `-- impl
| | | | `-- DefaultPagination.class
| | | `-- struts.xml
| | |-- lib
| | | |-- antlr-2.7.7.jar
| | | |-- aopalliance-1.0.jar
| | | |-- asm-3.3.jar
| | | |-- asm-commons-3.3.jar
| | | |-- asm-tree-3.3.jar
| | | |-- aspectjweaver.jar
| | | |-- c3p0-0.9.2.1.jar
| | | |-- commons-fileupload-1.3.1.jar
| | | |-- commons-io-2.2.jar
| | | |-- commons-lang3-3.1.jar
| | | |-- commons-logging-1.1.3.jar
| | | |-- dom4j-1.6.1.jar
| | | |-- freemarker-2.3.19.jar
| | | |-- hibernate-commons-annotations-4.0.2.Final.jar
| | | |-- hibernate-core-4.2.5.Final.jar
| | | |-- hibernate-jpa-2.0-api-1.0.1.Final.jar
| | | |-- javassist-3.15.0-GA.jar
| | | |-- jboss-logging-3.1.0.GA.jar
| | | |-- jboss-transaction-api_1.1_spec-1.0.1.Final.jar
| | | |-- kaptcha-2.3.2.jar
| | | |-- log4j-1.2.17.jar
| | | |-- mchange-commons-java-0.2.3.4.jar
| | | |-- mybatis-3.2.3.jar
| | | |-- mybatis-spring-1.2.1.jar
| | | |-- mysql-connector-java-5.1.24-bin.jar
| | | |-- ognl-3.0.6.jar
| | | |-- poi-3.10-FINAL-20140208.jar
| | | |-- poi-ooxml-3.10-FINAL-20140208.jar
| | | |-- poi-ooxml-schemas-3.10-FINAL-20140208.jar
| | | |-- quartz-1.8.6.jar
| | | |-- slf4j-api-1.7.5.jar
| | | |-- slf4j-log4j12-1.7.5.jar
| | | |-- spring-aop-3.2.9.RELEASE.jar
| | | |-- spring-beans-3.2.9.RELEASE.jar
| | | |-- spring-context-3.2.9.RELEASE.jar
| | | |-- spring-context-support-3.2.9.RELEASE.jar
| | | |-- spring-core-3.2.9.RELEASE.jar
| | | |-- spring-expression-3.2.9.RELEASE.jar
| | | |-- spring-jdbc-3.2.9.RELEASE.jar
| | | |-- spring-orm-3.2.9.RELEASE.jar
| | | |-- spring-tx-3.2.9.RELEASE.jar
| | | |-- spring-web-3.2.9.RELEASE.jar
| | | |-- struts2-convention-plugin-2.3.16.3.jar
| | | |-- struts2-core-2.3.16.3.jar
| | | |-- struts2-json-plugin-2.3.16.3.jar
| | | |-- struts2-spring-plugin-2.3.16.3.jar
| | | |-- xmlbeans-2.3.0.jar
| | | `-- xwork-core-2.3.16.3.jar
| | |-- views
| | | |-- addGrade.jsp
| | | |-- addHomework.jsp
| | | |-- addOrEditAnswer.jsp
| | | |-- addStudent.jsp
| | | |-- addTeam.jsp
| | | |-- common
| | | | `-- selectTeacher.jsp
| | | |-- editGrade.jsp
| | | |-- editHomework.jsp
| | | |-- editPwd.jsp
| | | |-- editStudent.jsp
| | | |-- editStudentNo.jsp
| | | |-- editTeacher.jsp
| | | |-- editTeam.jsp
| | | |-- editUser.jsp
| | | |-- examineAnswer.jsp
| | | |-- examineHomework.jsp
| | | |-- gradeList.jsp
| | | |-- homeworkList.jsp
| | | |-- importStudents.jsp
| | | |-- login.jsp
| | | |-- main.jsp
| | | |-- myHomework.jsp
| | | |-- nav.jsp
| | | |-- promotionList.jsp
| | | |-- register.jsp
| | | |-- showAnswer.jsp
| | | |-- showAnswerRateComment.jsp
| | | |-- showHomework.jsp
| | | |-- studentInfo.jsp
| | | |-- studentList.jsp
| | | |-- teacherInfo.jsp
| | | |-- teacherList.jsp
| | | |-- teamList.jsp
| | | |-- userInfo.jsp
| | | `-- welcome.jsp
| | `-- web.xml
| |-- error.jsp
| |-- images
| | |-- delete.gif
| | |-- download.gif
| | |-- edit.gif
| | |-- error.gif
| | |-- female.gif
| | |-- finish.png
| | |-- flow_img.png
| | |-- flow_xml.png
| | |-- header.gif
| | |-- lock.png
| | |-- logo.jpeg
| | |-- male.gif
| | |-- normal.png
| | |-- ok.png
| | |-- preview.png
| | |-- prompt.png
| | |-- remove.gif
| | |-- save.gif
| | |-- search.gif
| | |-- unfinished.png
| | |-- unlock.gif
| | |-- wait.gif
| | `-- warning.png
| |-- scripts
| | |-- boot.js
| | |-- common.js
| | |-- jquery-1.6.2.min.js
| | |-- kindeditor
| | | |-- kindeditor-all-min.js
| | | |-- kindeditor-all.js
| | | |-- lang
| | | | |-- ar.js
| | | | |-- en.js
| | | | |-- ko.js
| | | | |-- zh_CN.js
| | | | `-- zh_TW.js
| | | |-- plugins
| | | | |-- anchor
| | | | | `-- anchor.js
| | | | |-- autoheight
| | | | | `-- autoheight.js
| | | | |-- baidumap
| | | | | |-- baidumap.js
| | | | | |-- index.html
| | | | | `-- map.html
| | | | |-- clearhtml
| | | | | `-- clearhtml.js
| | | | |-- code
| | | | | |-- code.js
| | | | | |-- prettify.css
| | | | | `-- prettify.js
| | | | |-- emoticons
| | | | | |-- emoticons.js
| | | | | `-- images
| | | | | |-- 0.gif
| | | | | |-- 1.gif
| | | | | |-- 10.gif
| | | | | |-- 100.gif
| | | | | |-- 101.gif
| | | | | |-- 102.gif
| | | | | |-- 103.gif
| | | | | |-- 104.gif
| | | | | |-- 105.gif
| | | | | |-- 106.gif
| | | | | |-- 107.gif
| | | | | |-- 108.gif
| | | | | |-- 109.gif
| | | | | |-- 11.gif
| | | | | |-- 110.gif
| | | | | |-- 111.gif
| | | | | |-- 112.gif
| | | | | |-- 113.gif
| | | | | |-- 114.gif
| | | | | |-- 115.gif
| | | | | |-- 116.gif
| | | | | |-- 117.gif
| | | | | |-- 118.gif
| | | | | |-- 119.gif
| | | | | |-- 12.gif
| | | | | |-- 120.gif
| | | | | |-- 121.gif
| | | | | |-- 122.gif
| | | | | |-- 123.gif
| | | | | |-- 124.gif
| | | | | |-- 125.gif
| | | | | |-- 126.gif
| | | | | |-- 127.gif
| | | | | |-- 128.gif
| | | | | |-- 129.gif
| | | | | |-- 13.gif
| | | | | |-- 130.gif
| | | | | |-- 131.gif
| | | | | |-- 132.gif
| | | | | |-- 133.gif
| | | | | |-- 134.gif
| | | | | |-- 14.gif
| | | | | |-- 15.gif
| | | | | |-- 16.gif
| | | | | |-- 17.gif
| | | | | |-- 18.gif
| | | | | |-- 19.gif
| | | | | |-- 2.gif
| | | | | |-- 20.gif
| | | | | |-- 21.gif
| | | | | |-- 22.gif
| | | | | |-- 23.gif
| | | | | |-- 24.gif
| | | | | |-- 25.gif
| | | | | |-- 26.gif
| | | | | |-- 27.gif
| | | | | |-- 28.gif
| | | | | |-- 29.gif
| | | | | |-- 3.gif
| | | | | |-- 30.gif
| | | | | |-- 31.gif
| | | | | |-- 32.gif
| | | | | |-- 33.gif
| | | | | |-- 34.gif
| | | | | |-- 35.gif
| | | | | |-- 36.gif
| | | | | |-- 37.gif
| | | | | |-- 38.gif
| | | | | |-- 39.gif
| | | | | |-- 4.gif
| | | | | |-- 40.gif
| | | | | |-- 41.gif
| | | | | |-- 42.gif
| | | | | |-- 43.gif
| | | | | |-- 44.gif
| | | | | |-- 45.gif
| | | | | |-- 46.gif
| | | | | |-- 47.gif
| | | | | |-- 48.gif
| | | | | |-- 49.gif
| | | | | |-- 5.gif
| | | | | |-- 50.gif
| | | | | |-- 51.gif
| | | | | |-- 52.gif
| | | | | |-- 53.gif
| | | | | |-- 54.gif
| | | | | |-- 55.gif
| | | | | |-- 56.gif
| | | | | |-- 57.gif
| | | | | |-- 58.gif
| | | | | |-- 59.gif
| | | | | |-- 6.gif
| | | | | |-- 60.gif
| | | | | |-- 61.gif
| | | | | |-- 62.gif
| | | | | |-- 63.gif
| | | | | |-- 64.gif
| | | | | |-- 65.gif
| | | | | |-- 66.gif
| | | | | |-- 67.gif
| | | | | |-- 68.gif
| | | | | |-- 69.gif
| | | | | |-- 7.gif
| | | | | |-- 70.gif
| | | | | |-- 71.gif
| | | | | |-- 72.gif
| | | | | |-- 73.gif
| | | | | |-- 74.gif
| | | | | |-- 75.gif
| | | | | |-- 76.gif
| | | | | |-- 77.gif
| | | | | |-- 78.gif
| | | | | |-- 79.gif
| | | | | |-- 8.gif
| | | | | |-- 80.gif
| | | | | |-- 81.gif
| | | | | |-- 82.gif
| | | | | |-- 83.gif
| | | | | |-- 84.gif
| | | | | |-- 85.gif
| | | | | |-- 86.gif
| | | | | |-- 87.gif
| | | | | |-- 88.gif
| | | | | |-- 89.gif
| | | | | |-- 9.gif
| | | | | |-- 90.gif
| | | | | |-- 91.gif
| | | | | |-- 92.gif
| | | | | |-- 93.gif
| | | | | |-- 94.gif
| | | | | |-- 95.gif
| | | | | |-- 96.gif
| | | | | |-- 97.gif
| | | | | |-- 98.gif
| | | | | |-- 99.gif
| | | | | `-- static.gif
| | | | |-- filemanager
| | | | | |-- filemanager.js
| | | | | `-- images
| | | | | |-- file-16.gif
| | | | | |-- file-64.gif
| | | | | |-- folder-16.gif
| | | | | |-- folder-64.gif
| | | | | `-- go-up.gif
| | | | |-- flash
| | | | | `-- flash.js
| | | | |-- image
| | | | | |-- image.js
| | | | | `-- images
| | | | | |-- align_left.gif
| | | | | |-- align_right.gif
| | | | | |-- align_top.gif
| | | | | `-- refresh.png
| | | | |-- insertfile
| | | | | `-- insertfile.js
| | | | |-- lineheight
| | | | | `-- lineheight.js
| | | | |-- link
| | | | | `-- link.js
| | | | |-- map
| | | | | |-- map.html
| | | | | `-- map.js
| | | | |-- media
| | | | | `-- media.js
| | | | |-- multiimage
| | | | | |-- images
| | | | | | |-- image.png
| | | | | | |-- select-files-en.png
| | | | | | |-- select-files-zh_CN.png
| | | | | | `-- swfupload.swf
| | | | | `-- multiimage.js
| | | | |-- pagebreak
| | | | | `-- pagebreak.js
| | | | |-- plainpaste
| | | | | `-- plainpaste.js
| | | | |-- preview
| | | | | `-- preview.js
| | | | |-- quickformat
| | | | | `-- quickformat.js
| | | | |-- table
| | | | | `-- table.js
| | | | |-- template
| | | | | |-- html
| | | | | | |-- 1.html
| | | | | | |-- 2.html
| | | | | | `-- 3.html
| | | | | `-- template.js
| | | | `-- wordpaste
| | | | `-- wordpaste.js
| | | `-- themes
| | | |-- common
| | | | |-- anchor.gif
| | | | |-- blank.gif
| | | | |-- flash.gif
| | | | |-- loading.gif
| | | | |-- media.gif
| | | | `-- rm.gif
| | | |-- default
| | | | |-- background.png
| | | | |-- default.css
| | | | `-- default.png
| | | | |-- editor.gif
| | | | `-- qq.css
| | | `-- simple
| | | `-- simple.css
| | |-- miniui
| | | |-- locale
| | | | |-- en_US.js
| | | | `-- zh_CN.js
| | | |-- miniui.js
| | | `-- themes
| | | |-- blue
| | | | |-- images
| | | | | |-- button
| | | | | | |-- button.gif
| | | | | | |-- hover.gif
| | | | | | `-- pressed.gif
| | | | | |-- buttonedit
| | | | | | |-- arrow.gif
| | | | | | |-- arrow_down.gif
| | | | | | |-- arrow_up.gif
| | | | | | |-- btn-hover.gif
| | | | | | |-- btn-pressed.gif
| | | | | | |-- btn.gif
| | | | | | |-- date.gif
| | | | | | |-- icon1.gif
| | | | | | `-- text-bg.gif
| | | | | |-- calendar
| | | | | | |-- button.gif
| | | | | | |-- footer.gif
| | | | | | `-- header.gif
| | | | | |-- grid
| | | | | | |-- footer.gif
| | | | | | `-- header.gif
| | | | | |-- layout
| | | | | | |-- east.gif
| | | | | | |-- header.gif
| | | | | | |-- north.gif
| | | | | | |-- south.gif
| | | | | | `-- west.gif
| | | | | |-- listbox
| | | | | | `-- header.png
| | | | | |-- menu
| | | | | | |-- hmenu.gif
| | | | | | |-- hover.gif
| | | | | | |-- menu-hover.gif
| | | | | | |-- menu.gif
| | | | | | `-- pressed.png
| | | | | |-- navbar
| | | | | | |-- collapse.gif
| | | | | | |-- expand.gif
| | | | | | `-- header.gif
| | | | | |-- pager
| | | | | | |-- first.gif
| | | | | | |-- last.gif
| | | | | | |-- next.gif
| | | | | | `-- prev.gif
| | | | | |-- panel
| | | | | | `-- header.gif
| | | | | |-- tabs
| | | | | | |-- hover.gif
| | | | | | |-- pressed.gif
| | | | | | `-- tab.gif
| | | | | |-- toolbar
| | | | | | `-- toolbar.gif
| | | | | |-- tools
| | | | | | |-- close.gif
| | | | | | |-- collapse.gif
| | | | | | |-- expand.gif
| | | | | | |-- max.gif
| | | | | | `-- restore.gif
| | | | | |-- tree
| | | | | | |-- button.gif
| | | | | | |-- folder-open.gif
| | | | | | |-- folder.gif
| | | | | | |-- hover.gif
| | | | | | |-- leaf.gif
| | | | | | `-- pressed.gif
| | | | | |-- treegrid
| | | | | | |-- collapse.gif
| | | | | | |-- expand.gif
| | | | | | |-- file.png
| | | | | | |-- folder.gif
| | | | | | `-- header.png
| | | | | `-- window
| | | | | `-- header.gif
| | | | `-- skin.css
| | | |-- blue2003
| | | | |-- images
| | | | | |-- button
| | | | | | |-- Thumbs.db
| | | | | | |-- button.gif
| | | | | | |-- disabled.gif
| | | | | | |-- hover.gif
| | | | | | `-- pressed.gif
| | | | | |-- buttonedit
| | | | | | |-- arrowbg.gif
| | | | | | |-- btn-hover.gif
| | | | | | |-- btn-pressed.gif
| | | | | | |-- btn.gif
| | | | | | |-- icon3.gif
| | | | | | `-- pressed.gif
| | | | | |-- calendar
| | | | | | `-- header.gif
| | | | | |-- grid
| | | | | | `-- header.gif
| | | | | |-- layout
| | | | | | |-- east.gif
| | | | | | |-- header.gif
| | | | | | |-- hover.gif
| | | | | | |-- north.gif
| | | | | | |-- south.gif
| | | | | | `-- west.gif
| | | | | |-- listbox
| | | | | | `-- header.gif
| | | | | |-- menu
| | | | | | |-- hover.gif
| | | | | | |-- menu_bg.gif
| | | | | | `-- pressed.gif
| | | | | |-- navbar
| | | | | | `-- header.gif
| | | | | |-- pager
| | | | | | |-- first.gif
| | | | | | |-- last.gif
| | | | | | |-- next.gif
| | | | | | `-- prev.gif
| | | | | |-- panel
| | | | | | `-- header.gif
| | | | | |-- splitter
| | | | | | `-- splitter.gif
| | | | | |-- tabs
| | | | | | |-- hover.gif
| | | | | | `-- tab.gif
| | | | | |-- toolbar
| | | | | | `-- header.gif
| | | | | |-- tree
| | | | | | |-- Thumbs.db
| | | | | | |-- collapse.gif
| | | | | | |-- collapseLine.gif
| | | | | | |-- expand.gif
| | | | | | |-- expandLine.gif
| | | | | | |-- firstAndlastcollapse.gif
| | | | | | |-- firstAndlastexpand.gif
| | | | | | |-- firstCollapseNode.gif
| | | | | | |-- firstExpandNode.gif
| | | | | | |-- lastCollapseNode.gif
| | | | | | |-- lastExpandNode.gif
| | | | | | |-- lastline.gif
| | | | | | |-- pressed.gif
| | | | | | |-- treeNodeLine.gif
| | | | | | `-- treeline.gif
| | | | | |-- treegrid
| | | | | | |-- Thumbs.db
| | | | | | |-- collapse.gif
| | | | | | |-- expand.gif
| | | | | | `-- header.gif
| | | | | `-- window
| | | | | `-- header.gif
| | | | `-- skin.css
| | | |-- blue2010
| | | | |-- images
| | | | | |-- button
| | | | | | |-- button.gif
| | | | | | |-- disabled.gif
| | | | | | |-- hover.gif
| | | | | | `-- pressed.gif
| | | | | |-- buttonedit
| | | | | | |-- arrowbg.gif
| | | | | | |-- btn-hover.gif
| | | | | | |-- btn-pressed.gif
| | | | | | |-- btn.gif
| | | | | | |-- icon3.gif
| | | | | | `-- pressed.gif
| | | | | |-- calendar
| | | | | | `-- months.gif
| | | | | |-- grid
| | | | | | `-- header.gif
| | | | | |-- layout
| | | | | | |-- east.gif
| | | | | | |-- header.gif
| | | | | | |-- north.gif
| | | | | | |-- south.gif
| | | | | | `-- west.gif
| | | | | |-- listbox
| | | | | | `-- header.gif
| | | | | |-- menu
| | | | | | |-- button.gif
| | | | | | |-- header.gif
| | | | | | |-- hover.gif
| | | | | | `-- pressed.gif
| | | | | |-- navbar
| | | | | | `-- header.gif
| | | | | |-- pager
| | | | | | |-- first.gif
| | | | | | |-- last.gif
| | | | | | |-- next.gif
| | | | | | `-- prev.gif
| | | | | |-- panel
| | | | | | `-- header.gif
| | | | | |-- toolbar
| | | | | | `-- header.gif
| | | | | |-- tree
| | | | | | |-- collapse.gif
| | | | | | |-- expand.gif
| | | | | | |-- hover.gif
| | | | | | `-- pressed.gif
| | | | | |-- treegrid
| | | | | | |-- Thumbs.db
| | | | | | |-- collapse.gif
| | | | | | |-- expand.gif
| | | | | | `-- header.gif
| | | | | `-- window
| | | | | `-- header.gif
| | | | `-- skin.css
| | | |-- default
| | | | |-- images
| | | | | |-- _pager
| | | | | | |-- first.gif
| | | | | | |-- last.gif
| | | | | | |-- next.gif
| | | | | | `-- prev.gif
| | | | | |-- button
| | | | | | |-- button.png
| | | | | | |-- disabled.png
| | | | | | |-- hover.png
| | | | | | |-- icons.png
| | | | | | |-- menu_arrow.png
| | | | | | |-- pressed.png
| | | | | | |-- split-allow-bottom.gif
| | | | | | `-- split_arrow.png
| | | | | |-- buttonedit
| | | | | | |-- _icon3.gif
| | | | | | |-- button.png
| | | | | | |-- close.gif
| | | | | | |-- date.gif
| | | | | | |-- down.gif
| | | | | | |-- error.gif
| | | | | | |-- hover.png
| | | | | | |-- icon1.gif
| | | | | | |-- icon2.gif
| | | | | | |-- pressed.png
| | | | | | `-- up.gif
| | | | | |-- calendar
| | | | | | |-- button.png
| | | | | | |-- header.png
| | | | | | |-- months.gif
| | | | | | |-- next.gif
| | | | | | `-- prev.gif
| | | | | |-- datepicker
| | | | | | `-- date.gif
| | | | | |-- dragdrop
| | | | | | |-- drop-add.gif
| | | | | | |-- drop-between.gif
| | | | | | |-- drop-no.gif
| | | | | | |-- drop-over.gif
| | | | | | |-- drop-under.gif
| | | | | | `-- drop-yes.gif
| | | | | |-- gantt
| | | | | | |-- arrow_blue_down.gif
| | | | | | |-- arrow_blue_left.gif
| | | | | | |-- arrow_blue_right.gif
| | | | | | |-- arrow_blue_up.gif
| | | | | | |-- arrow_red_down.gif
| | | | | | |-- arrow_red_left.gif
| | | | | | |-- arrow_red_right.gif
| | | | | | |-- arrow_red_up.gif
| | | | | | |-- baseline-milestone.gif
| | | | | | |-- collapse.gif
| | | | | | |-- constraint-finish.gif
| | | | | | |-- constraint-start.gif
| | | | | | |-- expand.gif
| | | | | | |-- finished.gif
| | | | | | |-- gvdp.gif
| | | | | | |-- header.gif
| | | | | | |-- header_bg.gif
| | | | | | |-- milestone-red.gif
| | | | | | |-- milestone.gif
| | | | | | |-- ms-task.gif
| | | | | | |-- notes.gif
| | | | | | |-- offday.gif
| | | | | | |-- summary-top.gif
| | | | | | |-- summary.gif
| | | | | | |-- summary2.gif
| | | | | | |-- taskbg.gif
| | | | | | |-- taskbg2.gif
| | | | | | |-- taskstatus.gif
| | | | | | |-- title_bg.png
| | | | | | `-- warning.png
| | | | | |-- grid
| | | | | | |-- col-move-bottom.gif
| | | | | | |-- col-move-top.gif
| | | | | | |-- collapse.gif
| | | | | | |-- dirty.gif
| | | | | | |-- expand.gif
| | | | | | |-- footer.png
| | | | | | |-- header.png
| | | | | | |-- icons.png
| | | | | | |-- loading.gif
| | | | | | |-- no.gif
| | | | | | |-- ok.gif
| | | | | | |-- resize.gif
| | | | | | |-- sort_asc.gif
| | | | | | `-- sort_desc.gif
| | | | | |-- layout
| | | | | | |-- east.gif
| | | | | | |-- header.png
| | | | | | |-- north.gif
| | | | | | |-- south.gif
| | | | | | `-- west.gif
| | | | | |-- listbox
| | | | | | |-- error.gif
| | | | | | `-- header.png
| | | | | |-- menu
| | | | | | |-- arrow.png
| | | | | | |-- bottom-arrow.gif
| | | | | | |-- checked.gif
| | | | | | |-- hallow.gif
| | | | | | |-- hmenubg.png
| | | | | | |-- item.png
| | | | | | |-- menubg.gif
| | | | | | |-- pressed.png
| | | | | | `-- top-arrow.gif
| | | | | |-- messagebox
| | | | | | |-- icon-error.gif
| | | | | | |-- icon-info.gif
| | | | | | |-- icon-question.gif
| | | | | | |-- icon-warning.gif
| | | | | | `-- loading.gif
| | | | | |-- mygantt
| | | | | | `-- header.png
| | | | | |-- navbar
| | | | | | `-- header.png
| | | | | |-- pager
| | | | | | |-- first.gif
| | | | | | |-- last.gif
| | | | | | |-- next.gif
| | | | | | |-- prev.gif
| | | | | | `-- reload.png
| | | | | |-- panel
| | | | | | |-- header.png
| | | | | | `-- resize.gif
| | | | | |-- rgantt
| | | | | | |-- bg.gif
| | | | | | |-- cancel.gif
| | | | | | |-- hdbg.gif
| | | | | | |-- pc.gif
| | | | | | `-- pc_03.gif
| | | | | |-- splitter
| | | | | | |-- buttons.gif
| | | | | | |-- mini-bottom.gif
| | | | | | |-- mini-left.gif
| | | | | | |-- mini-right.gif
| | | | | | |-- mini-top.gif
| | | | | | |-- resize.gif
| | | | | | `-- resize_h.gif
| | | | | |-- supergrid
| | | | | | |-- btn.gif
| | | | | | |-- col-move-bottom.gif
| | | | | | |-- col-move-top.gif
| | | | | | |-- datagrid_header_bg.gif
| | | | | | |-- datagrid_row_collapse.gif
| | | | | | |-- datagrid_row_expand.gif
| | | | | | |-- datagrid_sort_asc.gif
| | | | | | |-- datagrid_sort_desc.gif
| | | | | | |-- datagrid_title_bg.png
| | | | | | |-- dirty.gif
| | | | | | |-- header-hover.gif
| | | | | | |-- header-pressed.gif
| | | | | | |-- header.gif
| | | | | | |-- invalid_line.gif
| | | | | | |-- loading.gif
| | | | | | |-- no.gif
| | | | | | |-- ok.gif
| | | | | | |-- row_collapse.gif
| | | | | | |-- row_expand.gif
| | | | | | |-- rowselected.gif
| | | | | | |-- sort_asc.gif
| | | | | | |-- sort_desc.gif
| | | | | | `-- title_bg.png
| | | | | |-- supertree
| | | | | | |-- arrows.gif
| | | | | | |-- collapse.gif
| | | | | | |-- expand.gif
| | | | | | |-- file.gif
| | | | | | |-- folder-open.gif
| | | | | | |-- folder.gif
| | | | | | `-- loading.gif
| | | | | |-- tabs
| | | | | | |-- allow_left.gif
| | | | | | |-- allow_right.gif
| | | | | | |-- close.gif
| | | | | | |-- hover.png
| | | | | | `-- tab.png
| | | | | |-- textbox
| | | | | | `-- error.gif
| | | | | |-- textboxlist
| | | | | | |-- close.gif
| | | | | | |-- error.gif
| | | | | | `-- loading.gif
| | | | | |-- toolbar
| | | | | | `-- toolbar.png
| | | | | |-- tools
| | | | | | |-- close.gif
| | | | | | |-- collapse.gif
| | | | | | |-- expand.gif
| | | | | | |-- max.gif
| | | | | | |-- min.gif
| | | | | | |-- refresh.gif
| | | | | | |-- restore.gif
| | | | | | `-- search.gif
| | | | | |-- tooltip
| | | | | | `-- wait.gif
| | | | | |-- tree
| | | | | | |-- arrows.gif
| | | | | | |-- button.png
| | | | | | |-- collapse.gif
| | | | | | |-- collapseLine.gif
| | | | | | |-- expand.gif
| | | | | | |-- expandLine.gif
| | | | | | |-- file.png
| | | | | | |-- firstAndlastcollapse.gif
| | | | | | |-- firstAndlastexpand.gif
| | | | | | |-- firstCollapseNode.gif
| | | | | | |-- firstExpandNode.gif
| | | | | | |-- folder-open.gif
| | | | | | |-- folder.gif
| | | | | | |-- hover.png
| | | | | | |-- lastCollapseNode.gif
| | | | | | |-- lastExpandNode.gif
| | | | | | |-- lastline.gif
| | | | | | |-- leaf.gif
| | | | | | |-- loading.gif
| | | | | | |-- radio_checked.gif
| | | | | | |-- radio_unchecked.gif
| | | | | | |-- treeNodeLine.gif
| | | | | | `-- treeline.gif
| | | | | |-- treegrid
| | | | | | |-- collapse.gif
| | | | | | |-- expand.gif
| | | | | | |-- file.png
| | | | | | |-- folder.gif
| | | | | | `-- loading.gif
| | | | | `-- window
| | | | | |-- footer.png
| | | | | `-- header.png
| | | | `-- miniui.css
| | | |-- gray
| | | | |-- images
| | | | | |-- button
| | | | | | |-- button.gif
| | | | | | |-- disabled.gif
| | | | | | |-- hover.gif
| | | | | | |-- menu_arrow.png
| | | | | | |-- split-allow-bottom.gif
| | | | | | `-- split_arrow.png
| | | | | |-- buttonedit
| | | | | | |-- button.gif
| | | | | | |-- error.gif
| | | | | | |-- hover.gif
| | | | | | |-- icon1.gif
| | | | | | |-- icon2.gif
| | | | | | `-- icon3.gif
| | | | | |-- calendar
| | | | | | |-- button.gif
| | | | | | |-- months.gif
| | | | | | |-- next.gif
| | | | | | `-- prev.gif
| | | | | |-- grid
| | | | | | |-- list.png
| | | | | | `-- loading.gif
| | | | | |-- menu
| | | | | | |-- arrow.png
| | | | | | |-- checked.gif
| | | | | | |-- hallow.gif
| | | | | | `-- menubg.gif
| | | | | `-- tools
| | | | | `-- close.gif
| | | | `-- skin.css
| | | |-- icons
| | | | |-- _help.png
| | | | |-- add.gif
| | | | |-- addfolder.gif
| | | | |-- addnew.gif
| | | | |-- attachment.gif
| | | | |-- cancel.gif
| | | | |-- collapse.gif
| | | | |-- cut.png
| | | | |-- date.gif
| | | | |-- downgrade.gif
| | | | |-- download.gif
| | | | |-- edit.gif
| | | | |-- expand.gif
| | | | |-- filter.gif
| | | | |-- find.png
| | | | |-- folder-open.gif
| | | | |-- folder.gif
| | | | |-- goto.gif
| | | | |-- help.gif
| | | | |-- help.png
| | | | |-- lock.png
| | | | |-- new.gif
| | | | |-- no.png
| | | | |-- node.png
| | | | |-- noimage.gif
| | | | |-- nowait.gif
| | | | |-- ok.png
| | | | |-- open.gif
| | | | |-- preview.png
| | | | |-- print.gif
| | | | |-- redo.gif
| | | | |-- reload.png
| | | | |-- remove.gif
| | | | |-- save.gif
| | | | |-- search.gif
| | | | |-- sort.gif
| | | | |-- split.gif
| | | | |-- tip.png
| | | | |-- undo.gif
| | | | |-- unlock.gif
| | | | |-- upgrade.gif
| | | | |-- upload.gif
| | | | |-- user.png
| | | | |-- wait.gif
| | | | |-- warning.png
| | | | |-- zoomin.gif
| | | | `-- zoomout.gif
| | | |-- icons.css
| | | `-- olive2003
| | | |-- images
| | | | |-- button
| | | | | |-- button.gif
| | | | | |-- disabled.gif
| | | | | |-- hover.gif
| | | | | `-- pressed.gif
| | | | |-- buttonedit
| | | | | |-- Thumbs.db
| | | | | |-- arrow_down.gif
| | | | | |-- arrow_up.gif
| | | | | |-- arrow_up_hover.gif
| | | | | |-- arrow_up_pressed.gif
| | | | | |-- arrowbg.gif
| | | | | |-- btn-hover.gif
| | | | | |-- btn-pressed.gif
| | | | | |-- btn.gif
| | | | | |-- hover.gif
| | | | | |-- icon3.gif
| | | | | `-- pressed.gif
| | | | |-- calendar
| | | | | `-- header.gif
| | | | |-- grid
| | | | | `-- header.gif
| | | | |-- layout
| | | | | |-- east.gif
| | | | | |-- header.gif
| | | | | |-- hover.gif
| | | | | |-- north.gif
| | | | | |-- south.gif
| | | | | `-- west.gif
| | | | |-- listbox
| | | | | `-- header.gif
| | | | |-- menu
| | | | | |-- hover.gif
| | | | | |-- menu_bg.gif
| | | | | `-- pressed.gif
| | | | |-- navbar
| | | | | |-- collapse.gif
| | | | | |-- expand.gif
| | | | | `-- header.gif
| | | | |-- pager
| | | | | |-- first.gif
| | | | | |-- last.gif
| | | | | |-- next.gif
| | | | | `-- prev.gif
| | | | |-- panel
| | | | | `-- header.gif
| | | | |-- splitter
| | | | | `-- splitter.gif
| | | | |-- tabs
| | | | | |-- hover.gif
| | | | | `-- tab.gif
| | | | |-- toolbar
| | | | | `-- header.gif
| | | | |-- tools
| | | | | |-- close.gif
| | | | | |-- collapse.gif
| | | | | |-- expand.gif
| | | | | |-- max.gif
| | | | | |-- min.gif
| | | | | |-- refresh.gif
| | | | | |-- resume.gif
| | | | | `-- search.gif
| | | | |-- tree
| | | | | |-- Thumbs.db
| | | | | |-- collapse.gif
| | | | | |-- collapseLine.gif
| | | | | |-- expand.gif
| | | | | |-- expandLine.gif
| | | | | |-- firstAndlastcollapse.gif
| | | | | |-- firstAndlastexpand.gif
| | | | | |-- firstCollapseNode.gif
| | | | | |-- firstExpandNode.gif
| | | | | |-- lastCollapseNode.gif
| | | | | |-- lastExpandNode.gif
| | | | | |-- lastline.gif
| | | | | |-- pressed.gif
| | | | | |-- treeNodeLine.gif
| | | | | `-- treeline.gif
| | | | |-- treegrid
| | | | | |-- collapse.gif
| | | | | |-- expand.gif
| | | | | `-- header.gif
| | | | `-- window
| | | | `-- header.gif
| | | `-- skin.css
| | |-- skin.txt
| | |-- style.css
| | |-- swfupload
| | | |-- swfupload.js
| | | |-- swfupload.swf
| | | |-- swfupload_f8.swf
| | | |-- swfupload_f9.swf
| | | `-- swfuploadbutton.swf
| | `-- uploadify
| | |-- jquery.uploadify.js
| | |-- uploadify-cancel.png
| | |-- uploadify.css
| | `-- uploadify.swf
| |-- template
| | |-- 学生数据导入模板(2003版).xls
| | `-- 学生数据导入模板(2007或以上版).xlsx
| `-- test.jsp
|-- data
| |-- 学生数据导入模板(2003版).xls
| `-- 学生数据导入模板(2007+版).xlsx
|-- resources
| |-- applicationContext-bean.xml
| |-- applicationContext.xml
| |-- jdbc.properties
| |-- log4j.properties
| |-- mybatis-config.xml
| `-- struts.xml
|-- sql
| |-- mysql_create.sql
| |-- mysql_data.sql
| `-- test.sql
`-- src
|-- com
| `-- accp
| `-- app
| |-- bean
| | |-- Answer.java
| | |-- AnswerAttachment.java
| | |-- Attachment.java
| | |-- Grade.java
| | |-- Homework.java
| | |-- HomeworkAttachment.java
| | |-- Menu.java
| | |-- Promotion.java
| | |-- Student.java
| | |-- Teacher.java
| | |-- Team.java
| | `-- User.java
| |-- common
| | |-- exception
| | | |-- DateValidException.java
| | | `-- RepeatException.java
| | `-- util
| | |-- ByteConverter.java
| | |-- DynamicBean.java
| | |-- ExcelUtil.java
| | `-- PathFormat.java
| |-- mapper
| | |-- AnswerAttachmentMapper.java
| | |-- AnswerAttachmentMapper.xml
| | |-- AnswerMapper.java
| | |-- AnswerMapper.xml
| | |-- AttachmentMapper.java
| | |-- AttachmentMapper.xml
| | |-- GradeMapper.java
| | |-- GradeMapper.xml
| | |-- HomeworkAttachmentMapper.java
| | |-- HomeworkAttachmentMapper.xml
| | |-- HomeworkMapper.java
| | |-- HomeworkMapper.xml
| | |-- MenuMapper.java
| | |-- MenuMapper.xml
| | |-- PromotionMapper.java
| | |-- PromotionMapper.xml
| | |-- StudentMapper.java
| | |-- StudentMapper.xml
| | |-- TeacherMapper.java
| | |-- TeacherMapper.xml
| | |-- TeamMapper.java
| | |-- TeamMapper.xml
| | |-- UserMapper.java
| | `-- UserMapper.xml
| |-- service
| | |-- AnswerService.java
| | |-- AttachmentService.java
| | |-- GradeService.java
| | |-- HomeworkAttachmentServcie.java
| | |-- HomeworkService.java
| | |-- MenuService.java
| | |-- PromotionService.java
| | |-- StudentService.java
| | |-- TeacherService.java
| | |-- TeamService.java
| | |-- UserService.java
| | `-- impl
| | |-- AnswerServcieImpl.java
| | |-- AttachmentServiceImpl.java
| | |-- GradeServiceImpl.java
| | |-- HomeworkAttachmentServcieImpl.java
| | |-- HomeworkServiceImpl.java
| | |-- MenuServiceImpl.java
| | |-- PromotionServiceImpl.java
| | |-- StudentServiceImpl.java
| | |-- TeacherServiceImpl.java
| | |-- TeamServiceImpl.java
| | `-- UserServcieImpl.java
| `-- web
| |-- action
| | |-- AnswerAction.java
| | |-- BaseAction.java
| | |-- CommonAction.java
| | |-- GradeAction.java
| | |-- HomeworkAction.java
| | |-- MenuAction.java
| | |-- PromotionAction.java
| | |-- StudentAction.java
| | |-- TeacherAction.java
| | |-- TeamAction.java
| | `-- UserAction.java
| |-- conversion
| | `-- DateConverter.java
| |-- fileupload
| | |-- FileUploadProgressListener.java
| | `-- MyJakartaMultiPartRequest.java
| |-- interceptor
| | `-- LoginInterceptor.java
| |-- listener
| | `-- SessionListener.java
| `-- util
| |-- Constants.java
| `-- WebUtil.java
`-- org
`-- pagination
|-- Pagination.java
|-- QueryHandler.java
`-- impl
`-- DefaultPagination.java
206 directories, 1017 files
标签:
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论