实例介绍
基于java语言的自动组卷系统源代码(完整),使用orcal数据库
【实例截图】
【核心代码】
组卷系统源代码(完整)
└── 组卷系统源代码(完整)
├── GA
│ ├── build.xml
│ ├── src
│ │ ├── applicationContext-actions.xml
│ │ ├── applicationContext-beans.xml
│ │ ├── applicationContext-common.xml
│ │ ├── com
│ │ │ └── lsxy
│ │ │ └── ga
│ │ │ ├── manager
│ │ │ │ ├── AbstractManager.java
│ │ │ │ ├── ChapterManager.java
│ │ │ │ ├── CourseManager.java
│ │ │ │ ├── GaManager.java
│ │ │ │ ├── GaModleManager.java
│ │ │ │ ├── impl
│ │ │ │ │ ├── ChapterManagerImpl.java
│ │ │ │ │ ├── CourseManagerImpl.java
│ │ │ │ │ ├── GaManagerImpl.java
│ │ │ │ │ ├── GaModleManagerImpl.java
│ │ │ │ │ ├── KnowledgePointManagerImpl.java
│ │ │ │ │ ├── PolicyManagerImpl.java
│ │ │ │ │ ├── SectionManagerImpl.java
│ │ │ │ │ ├── TestManagerImpl.java
│ │ │ │ │ ├── TestQuestionManagerImpl.java
│ │ │ │ │ ├── TypeManagerImpl.java
│ │ │ │ │ └── UserManagerImpl.java
│ │ │ │ ├── KnowledgePointManager.java
│ │ │ │ ├── PolicyManager.java
│ │ │ │ ├── QuestionManager.java
│ │ │ │ ├── SectionManager.java
│ │ │ │ ├── SystemException.java
│ │ │ │ ├── TestManager.java
│ │ │ │ ├── TestQuestionManager.java
│ │ │ │ ├── TypeManager.java
│ │ │ │ └── UserManager.java
│ │ │ ├── model
│ │ │ │ ├── Chapter.hbm.xml
│ │ │ │ ├── Chapter.java
│ │ │ │ ├── Course.hbm.xml
│ │ │ │ ├── Course.java
│ │ │ │ ├── Dwrmodle.java
│ │ │ │ ├── GaModle.hbm.xml
│ │ │ │ ├── GaModle.java
│ │ │ │ ├── KnowledgePoint.hbm.xml
│ │ │ │ ├── KnowledgePoint.java
│ │ │ │ ├── Policy.hbm.xml
│ │ │ │ ├── Policy.java
│ │ │ │ ├── Section.hbm.xml
│ │ │ │ ├── Section.java
│ │ │ │ ├── Test.hbm.xml
│ │ │ │ ├── Test.java
│ │ │ │ ├── TestQuestion.hbm.xml
│ │ │ │ ├── TestQuestion.java
│ │ │ │ ├── Type.hbm.xml
│ │ │ │ ├── Type.java
│ │ │ │ ├── User.hbm.xml
│ │ │ │ └── User.java
│ │ │ ├── PagerModle.java
│ │ │ ├── RandomNo.java
│ │ │ ├── SystemContext.java
│ │ │ ├── test
│ │ │ │ ├── QuickSort.java
│ │ │ │ └── RandomTest.java
│ │ │ └── web
│ │ │ ├── actions
│ │ │ │ ├── ChapterAction.java
│ │ │ │ ├── CourseAction.java
│ │ │ │ ├── GaModleAction.java
│ │ │ │ ├── KnowledgePointAction.java
│ │ │ │ ├── PolicyAction.java
│ │ │ │ ├── SectionAction.java
│ │ │ │ ├── TestAction.java
│ │ │ │ ├── TestQuestionAction.java
│ │ │ │ ├── TypeAction.java
│ │ │ │ └── UserAction.java
│ │ │ ├── forms
│ │ │ │ ├── ChapterActionForm.java
│ │ │ │ ├── CourseActionForm.java
│ │ │ │ ├── GaModleActionForm.java
│ │ │ │ ├── KnowledgePointActionForm.java
│ │ │ │ ├── PolicyActionForm.java
│ │ │ │ ├── SectionActionForm.java
│ │ │ │ ├── TestActionForm.java
│ │ │ │ ├── TestQuestionActionForm.java
│ │ │ │ ├── TypeActionForm.java
│ │ │ │ └── UserActionForm.java
│ │ │ ├── PagerFilter.java
│ │ │ └── SystemExceptionHandler.java
│ │ ├── hibernate.cfg.xml
│ │ ├── log4j.properties
│ │ └── MessageResources.properties
│ └── WebRoot
│ ├── arrowdown.gif
│ ├── arrowup.gif
│ ├── chapter
│ │ ├── add_input.jsp
│ │ └── index.jsp
│ ├── common
│ │ ├── common.jsp
│ │ ├── exception.jsp
│ │ ├── pub_add_success.jsp
│ │ ├── pub_del_success.jsp
│ │ └── pub_update_success.jsp
│ ├── course
│ │ ├── add_input.jsp
│ │ ├── index.jsp
│ │ └── update_input.jsp
│ ├── crossbrowser.js
│ ├── eWebEditor
│ │ ├── buttonimage
│ │ │ └── standard
│ │ │ ├── about.gif
│ │ │ ├── abspos.gif
│ │ │ ├── anchor.gif
│ │ │ ├── backcolor.gif
│ │ │ ├── backward.gif
│ │ │ ├── bgcolor.gif
│ │ │ ├── bgpic.gif
│ │ │ ├── blink.gif
│ │ │ ├── bold.gif
│ │ │ ├── br.gif
│ │ │ ├── checked.gif
│ │ │ ├── code.gif
│ │ │ ├── copy.gif
│ │ │ ├── createlink.gif
│ │ │ ├── cut.gif
│ │ │ ├── date.gif
│ │ │ ├── delete.gif
│ │ │ ├── emot.gif
│ │ │ ├── excel.gif
│ │ │ ├── fieldset.gif
│ │ │ ├── file.gif
│ │ │ ├── findreplace.gif
│ │ │ ├── flash.gif
│ │ │ ├── forecolor.gif
│ │ │ ├── formbutton.gif
│ │ │ ├── formcheckbox.gif
│ │ │ ├── formdropdown.gif
│ │ │ ├── formmenu.gif
│ │ │ ├── formradio.gif
│ │ │ ├── formtextarea.gif
│ │ │ ├── formtext.gif
│ │ │ ├── forward.gif
│ │ │ ├── help.gif
│ │ │ ├── icq.gif
│ │ │ ├── iframe.gif
│ │ │ ├── img.gif
│ │ │ ├── indent.gif
│ │ │ ├── inserthorizontalrule.gif
│ │ │ ├── insertorderedlist.gif
│ │ │ ├── insertparagraph.gif
│ │ │ ├── insertunorderedlist.gif
│ │ │ ├── italic.gif
│ │ │ ├── justifycenter.gif
│ │ │ ├── justifyfull.gif
│ │ │ ├── justifyleft.gif
│ │ │ ├── justifyright.gif
│ │ │ ├── marquee.gif
│ │ │ ├── maximize.gif
│ │ │ ├── media.gif
│ │ │ ├── minimize.gif
│ │ │ ├── modecodebtn.gif
│ │ │ ├── modecode.gif
│ │ │ ├── modeeditbtn.gif
│ │ │ ├── modeedit.gif
│ │ │ ├── modepreview.gif
│ │ │ ├── modeviewbtn.gif
│ │ │ ├── msn.gif
│ │ │ ├── outdent.gif
│ │ │ ├── paste.gif
│ │ │ ├── pastetext.gif
│ │ │ ├── pasteword.gif
│ │ │ ├── print.gif
│ │ │ ├── qq.gif
│ │ │ ├── quote.gif
│ │ │ ├── redo.gif
│ │ │ ├── refresh.gif
│ │ │ ├── removeformat.gif
│ │ │ ├── save.gif
│ │ │ ├── selectall.gif
│ │ │ ├── showborders.gif
│ │ │ ├── showdetails.gif
│ │ │ ├── sizeminus.gif
│ │ │ ├── sizeplus.gif
│ │ │ ├── space.gif
│ │ │ ├── spellcheck.gif
│ │ │ ├── strikethrough.gif
│ │ │ ├── subscript.gif
│ │ │ ├── superscript.gif
│ │ │ ├── symbol.gif
│ │ │ ├── tablecellprop.gif
│ │ │ ├── tablecellsplit.gif
│ │ │ ├── tablecoldelete.gif
│ │ │ ├── tablecolinsertleft.gif
│ │ │ ├── tablecolinsertright.gif
│ │ │ ├── tablecolmerge.gif
│ │ │ ├── tablecolsplit.gif
│ │ │ ├── tableinsert.gif
│ │ │ ├── tablemenu.gif
│ │ │ ├── tableprop.gif
│ │ │ ├── tablerowdelete.gif
│ │ │ ├── tablerowinsertabove.gif
│ │ │ ├── tablerowinsertbelow.gif
│ │ │ ├── tablerowmerge.gif
│ │ │ ├── tablerowprop.gif
│ │ │ ├── tablerowsplit.gif
│ │ │ ├── time.gif
│ │ │ ├── tobig.gif
│ │ │ ├── tosmall.gif
│ │ │ ├── underline.gif
│ │ │ ├── undo.gif
│ │ │ ├── unlink.gif
│ │ │ ├── unselect.gif
│ │ │ └── zoommenu.gif
│ │ ├── css
│ │ │ ├── blue
│ │ │ │ ├── EditorArea.css
│ │ │ │ ├── Editor.css
│ │ │ │ └── MenuArea.css
│ │ │ ├── CoolBlue
│ │ │ │ ├── EditorArea.css
│ │ │ │ ├── Editor.css
│ │ │ │ ├── MenuArea.css
│ │ │ │ ├── TBHandle.gif
│ │ │ │ ├── ToolbarBg.gif
│ │ │ │ ├── ToolbarLeft.gif
│ │ │ │ └── ToolbarRight.gif
│ │ │ ├── green
│ │ │ │ ├── EditorArea.css
│ │ │ │ ├── Editor.css
│ │ │ │ └── MenuArea.css
│ │ │ ├── light
│ │ │ │ ├── EditorArea.css
│ │ │ │ ├── Editor.css
│ │ │ │ └── MenuArea.css
│ │ │ ├── mx
│ │ │ │ ├── EditorArea.css
│ │ │ │ ├── Editor.css
│ │ │ │ └── MenuArea.css
│ │ │ ├── Office
│ │ │ │ ├── EditorArea.css
│ │ │ │ ├── Editor.css
│ │ │ │ └── MenuArea.css
│ │ │ ├── Office3D
│ │ │ │ ├── EditorArea.css
│ │ │ │ ├── Editor.css
│ │ │ │ └── MenuArea.css
│ │ │ ├── red
│ │ │ │ ├── EditorArea.css
│ │ │ │ ├── Editor.css
│ │ │ │ └── MenuArea.css
│ │ │ └── yellow
│ │ │ ├── EditorArea.css
│ │ │ ├── Editor.css
│ │ │ └── MenuArea.css
│ │ ├── dialog
│ │ │ ├── about
│ │ │ │ └── ewebeditor.gif
│ │ │ ├── about.htm
│ │ │ ├── backimage.htm
│ │ │ ├── dialog.js
│ │ │ ├── emot.htm
│ │ │ ├── fieldset.htm
│ │ │ ├── file.htm
│ │ │ ├── findreplace.htm
│ │ │ ├── flash.htm
│ │ │ ├── fullscreen.htm
│ │ │ ├── help
│ │ │ │ ├── main.htm
│ │ │ │ └── top.htm
│ │ │ ├── help.htm
│ │ │ ├── iframe.htm
│ │ │ ├── img.htm
│ │ │ ├── marquee.htm
│ │ │ ├── media.htm
│ │ │ ├── selcolor.htm
│ │ │ ├── symbol.htm
│ │ │ ├── tablecell.htm
│ │ │ ├── tablecellsplit.htm
│ │ │ └── table.htm
│ │ ├── eWebEditor.jsp
│ │ ├── include
│ │ │ ├── editor.js
│ │ │ ├── menu.js
│ │ │ └── table.js
│ │ ├── index.jsp
│ │ ├── submit.jsp
│ │ ├── sysimage
│ │ │ ├── bg
│ │ │ │ ├── birthday.gif
│ │ │ │ ├── christmas.gif
│ │ │ │ ├── citrus.gif
│ │ │ │ ├── clear.jpg
│ │ │ │ ├── fiesta.jpg
│ │ │ │ ├── flower.gif
│ │ │ │ ├── gathering.jpg
│ │ │ │ ├── glacier.jpg
│ │ │ │ ├── grid.gif
│ │ │ │ ├── hearts.gif
│ │ │ │ ├── ivy.gif
│ │ │ │ ├── maize.jpg
│ │ │ │ ├── nature.jpg
│ │ │ │ ├── snow.gif
│ │ │ │ └── tech.gif
│ │ │ ├── contextmenu.gif
│ │ │ ├── emot
│ │ │ │ ├── 01.gif
│ │ │ │ ├── 02.gif
│ │ │ │ ├── 03.gif
│ │ │ │ ├── 04.gif
│ │ │ │ ├── 05.gif
│ │ │ │ ├── 06.gif
│ │ │ │ ├── 07.gif
│ │ │ │ ├── 08.gif
│ │ │ │ ├── 09.gif
│ │ │ │ ├── 10.gif
│ │ │ │ ├── 11.gif
│ │ │ │ ├── 12.gif
│ │ │ │ ├── 13.gif
│ │ │ │ ├── 14.gif
│ │ │ │ ├── 15.gif
│ │ │ │ ├── 16.gif
│ │ │ │ ├── 17.gif
│ │ │ │ ├── 18.gif
│ │ │ │ ├── 19.gif
│ │ │ │ ├── 20.gif
│ │ │ │ ├── 21.gif
│ │ │ │ ├── 22.gif
│ │ │ │ ├── 23.gif
│ │ │ │ ├── 24.gif
│ │ │ │ ├── 25.gif
│ │ │ │ ├── 26.gif
│ │ │ │ ├── 27.gif
│ │ │ │ ├── 28.gif
│ │ │ │ ├── 29.gif
│ │ │ │ ├── 30.gif
│ │ │ │ ├── 31.gif
│ │ │ │ ├── 32.gif
│ │ │ │ ├── 33.gif
│ │ │ │ ├── 34.gif
│ │ │ │ ├── 35.gif
│ │ │ │ ├── 36.gif
│ │ │ │ ├── 37.gif
│ │ │ │ ├── 38.gif
│ │ │ │ ├── 39.gif
│ │ │ │ ├── 40.gif
│ │ │ │ ├── 41.gif
│ │ │ │ ├── 42.gif
│ │ │ │ ├── 43.gif
│ │ │ │ ├── 44.gif
│ │ │ │ ├── 45.gif
│ │ │ │ ├── 46.gif
│ │ │ │ ├── 47.gif
│ │ │ │ ├── 48.gif
│ │ │ │ ├── 49.gif
│ │ │ │ └── 50.gif
│ │ │ ├── file
│ │ │ │ ├── audio.gif
│ │ │ │ ├── code.gif
│ │ │ │ ├── doc.gif
│ │ │ │ ├── exe.gif
│ │ │ │ ├── hlp.gif
│ │ │ │ ├── htm.gif
│ │ │ │ ├── mdb.gif
│ │ │ │ ├── mp.gif
│ │ │ │ ├── pdf.gif
│ │ │ │ ├── pic.gif
│ │ │ │ ├── ppt.gif
│ │ │ │ ├── rm.gif
│ │ │ │ ├── txt.gif
│ │ │ │ ├── unknow.gif
│ │ │ │ ├── xls.gif
│ │ │ │ └── zip.gif
│ │ │ ├── rect.gif
│ │ │ └── rectImg.gif
│ │ └── upload.jsp
│ ├── gamodle
│ │ ├── add_input.jsp
│ │ ├── index.jsp
│ │ └── update_Input.jsp
│ ├── images
│ │ ├── addpic.gif
│ │ ├── cz.gif
│ │ ├── dela.gif
│ │ ├── file1.gif
│ │ ├── list_middle.jpg
│ │ ├── logo.gif
│ │ ├── title_left.gif
│ │ ├── title_middle.gif
│ │ └── title_right.gif
│ ├── include
│ │ ├── editor.js
│ │ ├── menu.js
│ │ └── table.js
│ ├── index.html
│ ├── knowledgepoint
│ │ ├── add_input.jsp
│ │ └── index.jsp
│ ├── mail.gif
│ ├── main.html
│ ├── META-INF
│ │ └── MANIFEST.MF
│ ├── netm.gif
│ ├── news.gif
│ ├── outlook.html
│ ├── outlook.js
│ ├── pager
│ │ └── index.jsp
│ ├── peditor.gif
│ ├── policy
│ │ ├── add_input.jsp
│ │ ├── courseSelect.jsp
│ │ ├── detail.jsp
│ │ ├── first.jsp
│ │ ├── index.jsp
│ │ ├── inti_input.jsp
│ │ ├── intiPolicyNext_input.jsp
│ │ ├── next_input.jsp
│ │ ├── success_test.jsp
│ │ └── update_input.jsp
│ ├── script
│ │ ├── addInput.jsp
│ │ ├── findQuestion.js
│ │ ├── next.js
│ │ ├── policy.js
│ │ └── public.js
│ ├── section
│ │ ├── add_input.jsp
│ │ └── index.jsp
│ ├── style
│ │ └── ga.css
│ ├── test
│ │ ├── detailAnswer.jsp
│ │ ├── detail.jsp
│ │ └── index.jsp
│ ├── test.jsp
│ ├── testquestion
│ │ ├── add_input.jsp
│ │ ├── add_result_input.jsp
│ │ ├── detail.jsp
│ │ ├── index.jsp
│ │ └── test.jsp
│ ├── Thumbs.db
│ ├── type
│ │ ├── add_input.jsp
│ │ ├── index.jsp
│ │ └── update_input.jsp
│ ├── user
│ │ ├── add_input.jsp
│ │ ├── index.jsp
│ │ └── update_Input.jsp
│ ├── WEB-INF
│ │ ├── Button.xml
│ │ ├── classes
│ │ │ ├── applicationContext-actions.xml
│ │ │ ├── applicationContext-beans.xml
│ │ │ ├── applicationContext-common.xml
│ │ │ ├── com
│ │ │ │ └── lsxy
│ │ │ │ └── ga
│ │ │ │ ├── manager
│ │ │ │ │ ├── AbstractManager.class
│ │ │ │ │ ├── ChapterManager.class
│ │ │ │ │ ├── CourseManager.class
│ │ │ │ │ ├── GaManager.class
│ │ │ │ │ ├── GaModleManager.class
│ │ │ │ │ ├── impl
│ │ │ │ │ │ ├── ChapterManagerImpl.class
│ │ │ │ │ │ ├── CourseManagerImpl.class
│ │ │ │ │ │ ├── GaManagerImpl.class
│ │ │ │ │ │ ├── GaModleManagerImpl.class
│ │ │ │ │ │ ├── KnowledgePointManagerImpl.class
│ │ │ │ │ │ ├── PolicyManagerImpl.class
│ │ │ │ │ │ ├── SectionManagerImpl.class
│ │ │ │ │ │ ├── TestManagerImpl.class
│ │ │ │ │ │ ├── TestQuestionManagerImpl.class
│ │ │ │ │ │ ├── TypeManagerImpl.class
│ │ │ │ │ │ └── UserManagerImpl.class
│ │ │ │ │ ├── KnowledgePointManager.class
│ │ │ │ │ ├── PolicyManager.class
│ │ │ │ │ ├── QuestionManager.class
│ │ │ │ │ ├── SectionManager.class
│ │ │ │ │ ├── SystemException.class
│ │ │ │ │ ├── TestManager.class
│ │ │ │ │ ├── TestQuestionManager.class
│ │ │ │ │ ├── TypeManager.class
│ │ │ │ │ └── UserManager.class
│ │ │ │ ├── model
│ │ │ │ │ ├── Chapter.class
│ │ │ │ │ ├── Chapter.hbm.xml
│ │ │ │ │ ├── Course.class
│ │ │ │ │ ├── Course.hbm.xml
│ │ │ │ │ ├── Dwrmodle.class
│ │ │ │ │ ├── GaModle.class
│ │ │ │ │ ├── GaModle.hbm.xml
│ │ │ │ │ ├── KnowledgePoint.class
│ │ │ │ │ ├── KnowledgePoint.hbm.xml
│ │ │ │ │ ├── Policy.class
│ │ │ │ │ ├── Policy.hbm.xml
│ │ │ │ │ ├── Section.class
│ │ │ │ │ ├── Section.hbm.xml
│ │ │ │ │ ├── Test.class
│ │ │ │ │ ├── Test.hbm.xml
│ │ │ │ │ ├── TestQuestion.class
│ │ │ │ │ ├── TestQuestion.hbm.xml
│ │ │ │ │ ├── Type.class
│ │ │ │ │ ├── Type.hbm.xml
│ │ │ │ │ ├── User.class
│ │ │ │ │ └── User.hbm.xml
│ │ │ │ ├── PagerModle.class
│ │ │ │ ├── RandomNo.class
│ │ │ │ ├── SystemContext.class
│ │ │ │ ├── test
│ │ │ │ │ ├── QuickSort.class
│ │ │ │ │ └── RandomTest.class
│ │ │ │ └── web
│ │ │ │ ├── actions
│ │ │ │ │ ├── ChapterAction.class
│ │ │ │ │ ├── CourseAction.class
│ │ │ │ │ ├── GaModleAction.class
│ │ │ │ │ ├── KnowledgePointAction.class
│ │ │ │ │ ├── PolicyAction.class
│ │ │ │ │ ├── SectionAction.class
│ │ │ │ │ ├── TestAction.class
│ │ │ │ │ ├── TestQuestionAction.class
│ │ │ │ │ ├── TypeAction.class
│ │ │ │ │ └── UserAction.class
│ │ │ │ ├── forms
│ │ │ │ │ ├── ChapterActionForm.class
│ │ │ │ │ ├── CourseActionForm.class
│ │ │ │ │ ├── GaModleActionForm.class
│ │ │ │ │ ├── KnowledgePointActionForm.class
│ │ │ │ │ ├── PolicyActionForm.class
│ │ │ │ │ ├── SectionActionForm.class
│ │ │ │ │ ├── TestActionForm.class
│ │ │ │ │ ├── TestQuestionActionForm.class
│ │ │ │ │ ├── TypeActionForm.class
│ │ │ │ │ └── UserActionForm.class
│ │ │ │ ├── PagerFilter.class
│ │ │ │ └── SystemExceptionHandler.class
│ │ │ ├── hibernate.cfg.xml
│ │ │ ├── log4j.properties
│ │ │ └── MessageResources.properties
│ │ ├── dwr.xml
│ │ ├── lib
│ │ │ ├── ant-1.6.5.jar
│ │ │ ├── ant-antlr-1.6.5.jar
│ │ │ ├── ant-junit-1.6.5.jar
│ │ │ ├── ant-launcher-1.6.5.jar
│ │ │ ├── antlr-2.7.6.jar
│ │ │ ├── ant-swing-1.6.5.jar
│ │ │ ├── asm-attrs.jar
│ │ │ ├── asm.jar
│ │ │ ├── aspectjrt.jar
│ │ │ ├── aspectjweaver.jar
│ │ │ ├── c3p0-0.9.0.jar
│ │ │ ├── cglib-2.1.3.jar
│ │ │ ├── checkstyle-all.jar
│ │ │ ├── cleanimports.jar
│ │ │ ├── commons-beanutils.jar
│ │ │ ├── commons-collections-2.1.1.jar
│ │ │ ├── commons-digester.jar
│ │ │ ├── commons-fileupload.jar
│ │ │ ├── commons-logging-1.0.4.jar
│ │ │ ├── commons-validator.jar
│ │ │ ├── concurrent-1.3.2.jar
│ │ │ ├── connector.jar
│ │ │ ├── dom4j-1.6.1.jar
│ │ │ ├── dom4j.jar
│ │ │ ├── dwr.jar
│ │ │ ├── ehcache-1.2.jar
│ │ │ ├── eWebEditor.jar
│ │ │ ├── hibernate3.jar
│ │ │ ├── jaas.jar
│ │ │ ├── jacc-1_0-fr.jar
│ │ │ ├── jakarta-oro.jar
│ │ │ ├── javassist.jar
│ │ │ ├── jaxen-1.1-beta-7.jar
│ │ │ ├── jboss-cache.jar
│ │ │ ├── jboss-common.jar
│ │ │ ├── jboss-jmx.jar
│ │ │ ├── jboss-system.jar
│ │ │ ├── jdbc2_0-stdext.jar
│ │ │ ├── jgroups-2.2.8.jar
│ │ │ ├── jstl.jar
│ │ │ ├── jta.jar
│ │ │ ├── junit-3.8.1.jar
│ │ │ ├── log4j-1.2.11.jar
│ │ │ ├── mysql-connector-java-3.1.13-bin.jar
│ │ │ ├── oscache-2.1.jar
│ │ │ ├── pager-taglib.jar
│ │ │ ├── proxool-0.8.3.jar
│ │ │ ├── spring.jar
│ │ │ ├── standard.jar
│ │ │ ├── struts.jar
│ │ │ ├── swarmcache-1.0rc2.jar
│ │ │ ├── syndiag2.jar
│ │ │ ├── versioncheck.jar
│ │ │ ├── xerces-2.6.2.jar
│ │ │ └── xml-apis.jar
│ │ ├── struts-config.xml
│ │ ├── Style.xml
│ │ └── web.xml
│ ├── word.gif
│ ├── 列表页面.jsp
│ └── 添加或更新页面.jsp
└── 数据库备份
├── db.opt
├── t_chapter.frm
├── t_course.frm
├── t_gamodle.frm
├── t_knowledgepoint.frm
├── t_policy.frm
├── t_section.frm
├── t_test.frm
├── t_testquestion.frm
├── t_type.frm
└── t_user.frm
66 directories, 554 files
标签:
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论