实例介绍
java+mysql在线考试系统,简单操作 ,代码与数据库都在包内,安装tomcat即可使用。不客气,希望能帮助你
【实例截图】
【核心代码】
TomExam_v2.1_UTF8.rar
├── chinaz.com.txt
├── Data
│ └── tomexam
│ ├── db.opt
│ ├── tm_admin.frm
│ ├── tm_admin.MYD
│ ├── tm_admin.MYI
│ ├── tm_admin_roles.frm
│ ├── tm_admin_roles.MYD
│ ├── tm_admin_roles.MYI
│ ├── tm_admin_roles_settings.frm
│ ├── tm_admin_roles_settings.MYD
│ ├── tm_admin_roles_settings.MYI
│ ├── tm_config.frm
│ ├── tm_config.MYD
│ ├── tm_config.MYI
│ ├── tm_exam_detail.frm
│ ├── tm_exam_detail.MYD
│ ├── tm_exam_detail.MYI
│ ├── tm_exam_info.frm
│ ├── tm_exam_info.MYD
│ ├── tm_exam_info.MYI
│ ├── tm_log.frm
│ ├── tm_log.MYD
│ ├── tm_log.MYI
│ ├── tm_news_cate.frm
│ ├── tm_news_cate.MYD
│ ├── tm_news_cate.MYI
│ ├── tm_news.frm
│ ├── tm_news.MYD
│ ├── tm_news.MYI
│ ├── tm_online.frm
│ ├── tm_online.MYD
│ ├── tm_online.MYI
│ ├── tm_paper_detail.frm
│ ├── tm_paper_detail.MYD
│ ├── tm_paper_detail.MYI
│ ├── tm_paper.frm
│ ├── tm_paper.MYD
│ ├── tm_paper.MYI
│ ├── tm_paper_section.frm
│ ├── tm_paper_section.MYD
│ ├── tm_paper_section.MYI
│ ├── tm_paper_usergroup.frm
│ ├── tm_paper_usergroup.MYD
│ ├── tm_paper_usergroup.MYI
│ ├── tm_plus.frm
│ ├── tm_plus.MYD
│ ├── tm_plus.MYI
│ ├── tm_question_collection.frm
│ ├── tm_question_collection.MYD
│ ├── tm_question_collection.MYI
│ ├── tm_question_db.frm
│ ├── tm_question_db.MYD
│ ├── tm_question_db.MYI
│ ├── tm_question.frm
│ ├── tm_question.MYD
│ ├── tm_question.MYI
│ ├── tm_question_options.frm
│ ├── tm_question_options.MYD
│ ├── tm_question_options.MYI
│ ├── tm_systips.frm
│ ├── tm_systips.MYD
│ ├── tm_systips.MYI
│ ├── tm_test.frm
│ ├── tm_test.MYD
│ ├── tm_test.MYI
│ ├── tm_user.frm
│ ├── tm_user_groups.frm
│ ├── tm_user_groups.MYD
│ ├── tm_user_groups.MYI
│ ├── tm_user.MYD
│ └── tm_user.MYI
├── readme.txt
├── WebRoot
│ ├── favicon.ico
│ ├── fckeditor
│ │ ├── editor
│ │ │ ├── css
│ │ │ │ ├── behaviors
│ │ │ │ │ ├── disablehandles.htc
│ │ │ │ │ └── showtableborders.htc
│ │ │ │ ├── fck_editorarea.css
│ │ │ │ ├── fck_internal.css
│ │ │ │ ├── fck_showtableborders_gecko.css
│ │ │ │ └── images
│ │ │ │ ├── block_address.png
│ │ │ │ ├── block_blockquote.png
│ │ │ │ ├── block_div.png
│ │ │ │ ├── block_h1.png
│ │ │ │ ├── block_h2.png
│ │ │ │ ├── block_h3.png
│ │ │ │ ├── block_h4.png
│ │ │ │ ├── block_h5.png
│ │ │ │ ├── block_h6.png
│ │ │ │ ├── block_p.png
│ │ │ │ ├── block_pre.png
│ │ │ │ ├── fck_anchor.gif
│ │ │ │ ├── fck_flashlogo.gif
│ │ │ │ ├── fck_hiddenfield.gif
│ │ │ │ ├── fck_pagebreak.gif
│ │ │ │ └── fck_plugin.gif
│ │ │ ├── dialog
│ │ │ │ ├── common
│ │ │ │ │ ├── fck_dialog_common.css
│ │ │ │ │ ├── fck_dialog_common.js
│ │ │ │ │ └── images
│ │ │ │ │ ├── locked.gif
│ │ │ │ │ ├── reset.gif
│ │ │ │ │ └── unlocked.gif
│ │ │ │ ├── fck_about
│ │ │ │ │ ├── logo_fckeditor.gif
│ │ │ │ │ ├── logo_fredck.gif
│ │ │ │ │ └── sponsors
│ │ │ │ │ └── spellchecker_net.gif
│ │ │ │ ├── fck_about.html
│ │ │ │ ├── fck_anchor.html
│ │ │ │ ├── fck_button.html
│ │ │ │ ├── fck_checkbox.html
│ │ │ │ ├── fck_colorselector.html
│ │ │ │ ├── fck_div.html
│ │ │ │ ├── fck_docprops
│ │ │ │ │ └── fck_document_preview.html
│ │ │ │ ├── fck_docprops.html
│ │ │ │ ├── fck_flash
│ │ │ │ │ ├── fck_flash.js
│ │ │ │ │ └── fck_flash_preview.html
│ │ │ │ ├── fck_flash.html
│ │ │ │ ├── fck_form.html
│ │ │ │ ├── fck_hiddenfield.html
│ │ │ │ ├── fck_image
│ │ │ │ │ ├── fck_image.js
│ │ │ │ │ └── fck_image_preview.html
│ │ │ │ ├── fck_image.html
│ │ │ │ ├── fck_link
│ │ │ │ │ └── fck_link.js
│ │ │ │ ├── fck_link.html
│ │ │ │ ├── fck_listprop.html
│ │ │ │ ├── fck_paste.html
│ │ │ │ ├── fck_radiobutton.html
│ │ │ │ ├── fck_replace.html
│ │ │ │ ├── fck_select
│ │ │ │ │ └── fck_select.js
│ │ │ │ ├── fck_select.html
│ │ │ │ ├── fck_smiley.html
│ │ │ │ ├── fck_source.html
│ │ │ │ ├── fck_specialchar.html
│ │ │ │ ├── fck_spellerpages
│ │ │ │ │ └── spellerpages
│ │ │ │ │ ├── blank.html
│ │ │ │ │ ├── controls.html
│ │ │ │ │ ├── controlWindow.js
│ │ │ │ │ ├── server-scripts
│ │ │ │ │ │ ├── spellchecker.cfm
│ │ │ │ │ │ ├── spellchecker.php
│ │ │ │ │ │ └── spellchecker.pl
│ │ │ │ │ ├── spellchecker.html
│ │ │ │ │ ├── spellChecker.js
│ │ │ │ │ ├── spellerStyle.css
│ │ │ │ │ └── wordWindow.js
│ │ │ │ ├── fck_spellerpages.html
│ │ │ │ ├── fck_tablecell.html
│ │ │ │ ├── fck_table.html
│ │ │ │ ├── fck_template
│ │ │ │ │ └── images
│ │ │ │ │ ├── template1.gif
│ │ │ │ │ ├── template2.gif
│ │ │ │ │ └── template3.gif
│ │ │ │ ├── fck_template.html
│ │ │ │ ├── fck_textarea.html
│ │ │ │ └── fck_textfield.html
│ │ │ ├── dtd
│ │ │ │ ├── fck_dtd_test.html
│ │ │ │ ├── fck_xhtml10strict.js
│ │ │ │ └── fck_xhtml10transitional.js
│ │ │ ├── fckdebug.html
│ │ │ ├── fckdialog.html
│ │ │ ├── fckeditor.html
│ │ │ ├── fckeditor.original.html
│ │ │ ├── filemanager
│ │ │ │ └── browser
│ │ │ │ └── default
│ │ │ │ ├── browser.css
│ │ │ │ ├── browser.html
│ │ │ │ ├── frmactualfolder.html
│ │ │ │ ├── frmcreatefolder.html
│ │ │ │ ├── frmfolders.html
│ │ │ │ ├── frmresourceslist.html
│ │ │ │ ├── frmresourcetype.html
│ │ │ │ ├── frmupload.html
│ │ │ │ ├── images
│ │ │ │ │ ├── ButtonArrow.gif
│ │ │ │ │ ├── Folder32.gif
│ │ │ │ │ ├── Folder.gif
│ │ │ │ │ ├── FolderOpened32.gif
│ │ │ │ │ ├── FolderOpened.gif
│ │ │ │ │ ├── FolderUp.gif
│ │ │ │ │ ├── icons
│ │ │ │ │ │ ├── 32
│ │ │ │ │ │ │ ├── ai.gif
│ │ │ │ │ │ │ ├── avi.gif
│ │ │ │ │ │ │ ├── bmp.gif
│ │ │ │ │ │ │ ├── cs.gif
│ │ │ │ │ │ │ ├── default.icon.gif
│ │ │ │ │ │ │ ├── dll.gif
│ │ │ │ │ │ │ ├── doc.gif
│ │ │ │ │ │ │ ├── exe.gif
│ │ │ │ │ │ │ ├── fla.gif
│ │ │ │ │ │ │ ├── gif.gif
│ │ │ │ │ │ │ ├── htm.gif
│ │ │ │ │ │ │ ├── html.gif
│ │ │ │ │ │ │ ├── jpg.gif
│ │ │ │ │ │ │ ├── js.gif
│ │ │ │ │ │ │ ├── mdb.gif
│ │ │ │ │ │ │ ├── mp3.gif
│ │ │ │ │ │ │ ├── pdf.gif
│ │ │ │ │ │ │ ├── png.gif
│ │ │ │ │ │ │ ├── ppt.gif
│ │ │ │ │ │ │ ├── rdp.gif
│ │ │ │ │ │ │ ├── swf.gif
│ │ │ │ │ │ │ ├── swt.gif
│ │ │ │ │ │ │ ├── txt.gif
│ │ │ │ │ │ │ ├── vsd.gif
│ │ │ │ │ │ │ ├── xls.gif
│ │ │ │ │ │ │ ├── xml.gif
│ │ │ │ │ │ │ └── zip.gif
│ │ │ │ │ │ ├── ai.gif
│ │ │ │ │ │ ├── avi.gif
│ │ │ │ │ │ ├── bmp.gif
│ │ │ │ │ │ ├── cs.gif
│ │ │ │ │ │ ├── default.icon.gif
│ │ │ │ │ │ ├── dll.gif
│ │ │ │ │ │ ├── doc.gif
│ │ │ │ │ │ ├── exe.gif
│ │ │ │ │ │ ├── fla.gif
│ │ │ │ │ │ ├── gif.gif
│ │ │ │ │ │ ├── htm.gif
│ │ │ │ │ │ ├── html.gif
│ │ │ │ │ │ ├── jpg.gif
│ │ │ │ │ │ ├── js.gif
│ │ │ │ │ │ ├── mdb.gif
│ │ │ │ │ │ ├── mp3.gif
│ │ │ │ │ │ ├── pdf.gif
│ │ │ │ │ │ ├── png.gif
│ │ │ │ │ │ ├── ppt.gif
│ │ │ │ │ │ ├── rdp.gif
│ │ │ │ │ │ ├── swf.gif
│ │ │ │ │ │ ├── swt.gif
│ │ │ │ │ │ ├── txt.gif
│ │ │ │ │ │ ├── vsd.gif
│ │ │ │ │ │ ├── xls.gif
│ │ │ │ │ │ ├── xml.gif
│ │ │ │ │ │ └── zip.gif
│ │ │ │ │ └── spacer.gif
│ │ │ │ └── js
│ │ │ │ ├── common.js
│ │ │ │ └── fckxml.js
│ │ │ ├── images
│ │ │ │ ├── anchor.gif
│ │ │ │ ├── arrow_ltr.gif
│ │ │ │ ├── arrow_rtl.gif
│ │ │ │ ├── smiley
│ │ │ │ │ └── msn
│ │ │ │ │ ├── angel_smile.gif
│ │ │ │ │ ├── angry_smile.gif
│ │ │ │ │ ├── broken_heart.gif
│ │ │ │ │ ├── cake.gif
│ │ │ │ │ ├── confused_smile.gif
│ │ │ │ │ ├── cry_smile.gif
│ │ │ │ │ ├── devil_smile.gif
│ │ │ │ │ ├── embaressed_smile.gif
│ │ │ │ │ ├── envelope.gif
│ │ │ │ │ ├── heart.gif
│ │ │ │ │ ├── kiss.gif
│ │ │ │ │ ├── lightbulb.gif
│ │ │ │ │ ├── omg_smile.gif
│ │ │ │ │ ├── regular_smile.gif
│ │ │ │ │ ├── sad_smile.gif
│ │ │ │ │ ├── shades_smile.gif
│ │ │ │ │ ├── teeth_smile.gif
│ │ │ │ │ ├── thumbs_down.gif
│ │ │ │ │ ├── thumbs_up.gif
│ │ │ │ │ ├── tounge_smile.gif
│ │ │ │ │ ├── whatchutalkingabout_smile.gif
│ │ │ │ │ └── wink_smile.gif
│ │ │ │ └── spacer.gif
│ │ │ ├── js
│ │ │ │ ├── fckadobeair.js
│ │ │ │ ├── fckeditorcode_gecko.js
│ │ │ │ └── fckeditorcode_ie.js
│ │ │ ├── lang
│ │ │ │ ├── af.js
│ │ │ │ ├── ar.js
│ │ │ │ ├── bg.js
│ │ │ │ ├── bn.js
│ │ │ │ ├── bs.js
│ │ │ │ ├── ca.js
│ │ │ │ ├── cs.js
│ │ │ │ ├── da.js
│ │ │ │ ├── de.js
│ │ │ │ ├── el.js
│ │ │ │ ├── en-au.js
│ │ │ │ ├── en-ca.js
│ │ │ │ ├── en.js
│ │ │ │ ├── en-uk.js
│ │ │ │ ├── eo.js
│ │ │ │ ├── es.js
│ │ │ │ ├── et.js
│ │ │ │ ├── eu.js
│ │ │ │ ├── fa.js
│ │ │ │ ├── fi.js
│ │ │ │ ├── fo.js
│ │ │ │ ├── fr-ca.js
│ │ │ │ ├── fr.js
│ │ │ │ ├── gl.js
│ │ │ │ ├── gu.js
│ │ │ │ ├── he.js
│ │ │ │ ├── hi.js
│ │ │ │ ├── hr.js
│ │ │ │ ├── hu.js
│ │ │ │ ├── it.js
│ │ │ │ ├── ja.js
│ │ │ │ ├── km.js
│ │ │ │ ├── ko.js
│ │ │ │ ├── lt.js
│ │ │ │ ├── lv.js
│ │ │ │ ├── mn.js
│ │ │ │ ├── ms.js
│ │ │ │ ├── nb.js
│ │ │ │ ├── nl.js
│ │ │ │ ├── no.js
│ │ │ │ ├── pl.js
│ │ │ │ ├── pt-br.js
│ │ │ │ ├── pt.js
│ │ │ │ ├── ro.js
│ │ │ │ ├── ru.js
│ │ │ │ ├── sk.js
│ │ │ │ ├── sl.js
│ │ │ │ ├── sr.js
│ │ │ │ ├── sr-latn.js
│ │ │ │ ├── sv.js
│ │ │ │ ├── th.js
│ │ │ │ ├── _translationstatus.txt
│ │ │ │ ├── tr.js
│ │ │ │ ├── uk.js
│ │ │ │ ├── vi.js
│ │ │ │ ├── zh-cn.js
│ │ │ │ └── zh.js
│ │ │ ├── plugins
│ │ │ │ ├── autogrow
│ │ │ │ │ └── fckplugin.js
│ │ │ │ ├── bbcode
│ │ │ │ │ ├── fckplugin.js
│ │ │ │ │ └── _sample
│ │ │ │ │ ├── sample.config.js
│ │ │ │ │ └── sample.html
│ │ │ │ ├── dragresizetable
│ │ │ │ │ └── fckplugin.js
│ │ │ │ ├── placeholder
│ │ │ │ │ ├── fck_placeholder.html
│ │ │ │ │ ├── fckplugin.js
│ │ │ │ │ ├── lang
│ │ │ │ │ │ ├── de.js
│ │ │ │ │ │ ├── en.js
│ │ │ │ │ │ ├── es.js
│ │ │ │ │ │ ├── fr.js
│ │ │ │ │ │ ├── it.js
│ │ │ │ │ │ └── pl.js
│ │ │ │ │ └── placeholder.gif
│ │ │ │ ├── simplecommands
│ │ │ │ │ └── fckplugin.js
│ │ │ │ └── tablecommands
│ │ │ │ └── fckplugin.js
│ │ │ └── skins
│ │ │ ├── default
│ │ │ │ ├── fck_dialog.css
│ │ │ │ ├── fck_dialog_ie6.js
│ │ │ │ ├── fck_editor.css
│ │ │ │ ├── fck_strip.gif
│ │ │ │ └── images
│ │ │ │ ├── dialog.sides.gif
│ │ │ │ ├── dialog.sides.png
│ │ │ │ ├── dialog.sides.rtl.png
│ │ │ │ ├── sprites.gif
│ │ │ │ ├── sprites.png
│ │ │ │ ├── toolbar.arrowright.gif
│ │ │ │ ├── toolbar.buttonarrow.gif
│ │ │ │ ├── toolbar.collapse.gif
│ │ │ │ ├── toolbar.end.gif
│ │ │ │ ├── toolbar.expand.gif
│ │ │ │ ├── toolbar.separator.gif
│ │ │ │ └── toolbar.start.gif
│ │ │ ├── _fckviewstrips.html
│ │ │ ├── office2003
│ │ │ │ ├── fck_dialog.css
│ │ │ │ ├── fck_dialog_ie6.js
│ │ │ │ ├── fck_editor.css
│ │ │ │ ├── fck_strip.gif
│ │ │ │ └── images
│ │ │ │ ├── dialog.sides.gif
│ │ │ │ ├── dialog.sides.png
│ │ │ │ ├── dialog.sides.rtl.png
│ │ │ │ ├── sprites.gif
│ │ │ │ ├── sprites.png
│ │ │ │ ├── toolbar.arrowright.gif
│ │ │ │ ├── toolbar.bg.gif
│ │ │ │ ├── toolbar.buttonarrow.gif
│ │ │ │ ├── toolbar.collapse.gif
│ │ │ │ ├── toolbar.end.gif
│ │ │ │ ├── toolbar.expand.gif
│ │ │ │ ├── toolbar.separator.gif
│ │ │ │ └── toolbar.start.gif
│ │ │ └── silver
│ │ │ ├── fck_dialog.css
│ │ │ ├── fck_dialog_ie6.js
│ │ │ ├── fck_editor.css
│ │ │ ├── fck_strip.gif
│ │ │ └── images
│ │ │ ├── dialog.sides.gif
│ │ │ ├── dialog.sides.png
│ │ │ ├── dialog.sides.rtl.png
│ │ │ ├── sprites.gif
│ │ │ ├── sprites.png
│ │ │ ├── toolbar.arrowright.gif
│ │ │ ├── toolbar.buttonarrow.gif
│ │ │ ├── toolbar.buttonbg.gif
│ │ │ ├── toolbar.collapse.gif
│ │ │ ├── toolbar.end.gif
│ │ │ ├── toolbar.expand.gif
│ │ │ ├── toolbar.separator.gif
│ │ │ └── toolbar.start.gif
│ │ ├── fckconfig.js
│ │ ├── fckpackager.xml
│ │ ├── fckstyles.xml
│ │ └── fcktemplates.xml
│ ├── files
│ │ ├── dows
│ │ └── ups
│ │ ├── upfiles
│ │ └── user.xls
│ ├── inc
│ │ ├── checkcode.jsp
│ │ ├── impromptu.css
│ │ ├── impromptu.js
│ │ ├── jquery.js
│ │ ├── login.js
│ │ ├── pagination.css
│ │ ├── pagination.js
│ │ ├── system
│ │ │ ├── analysis.js
│ │ │ ├── examinfo.js
│ │ │ ├── paperdetail.js
│ │ │ ├── paper.js
│ │ │ ├── question.js
│ │ │ ├── rand_paper.js
│ │ │ └── user.js
│ │ ├── test.jsp
│ │ ├── upload
│ │ │ ├── postfile.html
│ │ │ └── postfile.jsp
│ │ ├── user
│ │ │ ├── examdetail.js
│ │ │ ├── paper.js
│ │ │ ├── qc.js
│ │ │ ├── register.js
│ │ │ ├── syncserver.js
│ │ │ └── userpaper.js
│ │ ├── util.js
│ │ ├── validationEngine.js
│ │ ├── validator.js
│ │ ├── wdatepicker
│ │ │ ├── calendar.js
│ │ │ ├── config.js
│ │ │ ├── lang
│ │ │ │ ├── en.js
│ │ │ │ ├── zh-cn.js
│ │ │ │ └── zh-tw.js
│ │ │ ├── My97DatePicker.htm
│ │ │ ├── skin
│ │ │ │ ├── datePicker.gif
│ │ │ │ ├── default
│ │ │ │ │ ├── datepicker.css
│ │ │ │ │ └── img.gif
│ │ │ │ ├── WdatePicker.css
│ │ │ │ └── whyGreen
│ │ │ │ ├── bg.jpg
│ │ │ │ ├── datepicker.css
│ │ │ │ └── img.gif
│ │ │ ├── test.html
│ │ │ └── WdatePicker.js
│ │ └── welcome.js
│ ├── index.jsp
│ ├── login.jsp
│ ├── META-INF
│ │ └── MANIFEST.MF
│ ├── plug-ins
│ │ ├── calculator
│ │ │ ├── common.html
│ │ │ ├── index.html
│ │ │ └── science.html
│ │ └── calendar
│ │ ├── bdcalendar.js
│ │ └── calendar.html
│ ├── register.jsp
│ ├── skins
│ │ ├── default
│ │ │ ├── menubg.jpg
│ │ │ ├── nav.css
│ │ │ ├── style.css
│ │ │ └── validationEngine.css
│ │ ├── gray
│ │ │ ├── menubg.jpg
│ │ │ ├── nav.css
│ │ │ ├── style.css
│ │ │ └── validationEngine.css
│ │ ├── green
│ │ │ ├── menubg.jpg
│ │ │ ├── nav.css
│ │ │ ├── style.css
│ │ │ └── validationEngine.css
│ │ ├── images
│ │ │ ├── bc_bg.gif
│ │ │ ├── bc_separator.gif
│ │ │ ├── calendar.png
│ │ │ ├── clock.png
│ │ │ ├── cog_delete.png
│ │ │ ├── detail.png
│ │ │ ├── err.png
│ │ │ ├── exclamation.png
│ │ │ ├── fav.png
│ │ │ ├── find.png
│ │ │ ├── home_blk.gif
│ │ │ ├── ico_add.png
│ │ │ ├── ico_del.png
│ │ │ ├── ico_detail.png
│ │ │ ├── ico_mod.png
│ │ │ ├── icons
│ │ │ │ ├── admin_del.png
│ │ │ │ ├── admin_mod.png
│ │ │ │ ├── chart_bar.png
│ │ │ │ ├── chart_curve.png
│ │ │ │ ├── chart_pie.png
│ │ │ │ ├── config.png
│ │ │ │ ├── db_add.png
│ │ │ │ ├── db_delete.png
│ │ │ │ ├── db_mod.png
│ │ │ │ ├── db.png
│ │ │ │ ├── emoticon_unhappy.png
│ │ │ │ ├── excel.png
│ │ │ │ ├── group.png
│ │ │ │ ├── monitor.png
│ │ │ │ ├── mypage.png
│ │ │ │ ├── news_add.png
│ │ │ │ ├── news_center.png
│ │ │ │ ├── news_delete.png
│ │ │ │ ├── news_mod.png
│ │ │ │ ├── news.png
│ │ │ │ ├── news_type.png
│ │ │ │ ├── note_add.png
│ │ │ │ ├── note_delete.png
│ │ │ │ ├── note_mod.png
│ │ │ │ ├── note.png
│ │ │ │ ├── page_add.png
│ │ │ │ ├── page_config.png
│ │ │ │ ├── page_data.png
│ │ │ │ ├── page_fast.png
│ │ │ │ ├── page_go.png
│ │ │ │ ├── page.png
│ │ │ │ ├── page_question.png
│ │ │ │ ├── page_save.png
│ │ │ │ ├── page_word.png
│ │ │ │ ├── plus_add.png
│ │ │ │ ├── plus_delete.png
│ │ │ │ ├── plus_mod.png
│ │ │ │ ├── plus.png
│ │ │ │ ├── profile.png
│ │ │ │ ├── role_del.png
│ │ │ │ ├── role_mod.png
│ │ │ │ ├── role.png
│ │ │ │ ├── syslog.png
│ │ │ │ ├── user_add.png
│ │ │ │ ├── user_del.png
│ │ │ │ ├── user_green.png
│ │ │ │ ├── user_mod.png
│ │ │ │ └── user.png
│ │ │ ├── info.png
│ │ │ ├── load.gif
│ │ │ ├── loginbg.jpg
│ │ │ ├── logos.png
│ │ │ ├── medal.png
│ │ │ ├── new_win.png
│ │ │ ├── page.png
│ │ │ ├── plus
│ │ │ │ ├── calculator.gif
│ │ │ │ └── calendar.png
│ │ │ ├── printer.png
│ │ │ ├── qes.png
│ │ │ ├── refresh.png
│ │ │ ├── register_bg.jpg
│ │ │ ├── register_foot.jpg
│ │ │ ├── register.jpg
│ │ │ ├── switch.png
│ │ │ ├── true.png
│ │ │ ├── user_big.png
│ │ │ └── user.png
│ │ ├── orange
│ │ │ ├── menubg.jpg
│ │ │ ├── nav.css
│ │ │ ├── style.css
│ │ │ └── validationEngine.css
│ │ └── red
│ │ ├── menubg.jpg
│ │ ├── nav.css
│ │ ├── style.css
│ │ └── validationEngine.css
│ ├── upload
│ ├── userfiles
│ ├── WEB-INF
│ │ ├── authorization.dat
│ │ ├── classes
│ │ │ ├── c3p0-config.xml
│ │ │ ├── ehcache.xml
│ │ │ ├── fckeditor.properties
│ │ │ └── log4j.properties
│ │ ├── lib
│ │ │ ├── antlr.jar
│ │ │ ├── c3p0-0.9.1.2.jar
│ │ │ ├── commons-beanutils.jar
│ │ │ ├── commons-collections-3.2.jar
│ │ │ ├── commons-digester.jar
│ │ │ ├── commons-fileupload-1.2.1.jar
│ │ │ ├── commons-io-1.3.2.jar
│ │ │ ├── commons-lang.jar
│ │ │ ├── commons-logging-1.0.4.jar
│ │ │ ├── commons-validator.jar
│ │ │ ├── ehcache-1.6.0.jar
│ │ │ ├── ezmorph-1.0.6.jar
│ │ │ ├── iText-2.1.7.jar
│ │ │ ├── iTextAsian.jar
│ │ │ ├── iText-rtf-2.1.7.jar
│ │ │ ├── jakarta-oro.jar
│ │ │ ├── java-core-2.4.1.jar
│ │ │ ├── json-lib-2.3-jdk15.jar
│ │ │ ├── jxl.jar
│ │ │ ├── log4j-1.2.8.jar
│ │ │ ├── mysql-connector-java-5.0.8-bin.jar
│ │ │ ├── slf4j-api-1.5.2.jar
│ │ │ ├── slf4j-simple-1.5.2.jar
│ │ │ ├── struts.jar
│ │ │ └── tomexam.jar
│ │ ├── page
│ │ │ ├── comm_news.jsp
│ │ │ ├── system_admin.jsp
│ │ │ ├── system_admin_roles.jsp
│ │ │ ├── system_analysis.jsp
│ │ │ ├── system_config.jsp
│ │ │ ├── system_db.jsp
│ │ │ ├── system_import.jsp
│ │ │ ├── system_log.jsp
│ │ │ ├── system_menu.jsp
│ │ │ ├── system_message.jsp
│ │ │ ├── system_news.jsp
│ │ │ ├── system_newstype.jsp
│ │ │ ├── system_paper_detail.jsp
│ │ │ ├── system_paper_examinfo.jsp
│ │ │ ├── system_paper.jsp
│ │ │ ├── system_paper_rand.jsp
│ │ │ ├── system_plus.jsp
│ │ │ ├── system_question.jsp
│ │ │ ├── system_switch.jsp
│ │ │ ├── system_top.jsp
│ │ │ ├── system_user_groups.jsp
│ │ │ ├── system_user.jsp
│ │ │ ├── system_vote.jsp
│ │ │ ├── user_paper_history.jsp
│ │ │ ├── user_paper.jsp
│ │ │ ├── user_paper_self.jsp
│ │ │ ├── user_plus.jsp
│ │ │ ├── user_profile.jsp
│ │ │ └── user_qc.jsp
│ │ ├── struts-config_1_2.dtd
│ │ ├── struts-config.xml
│ │ └── web.xml
│ └── welcome.jsp
└── 说明.htm
84 directories, 601 files
标签:
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论