实例介绍
基于Mysql的J2EE课程设计,包含源代码及数据库。
【实例截图】
【核心代码】
1~5
└── 1~5
├── 01 MySQL
│ ├── JavaPrj_1
│ │ ├── src
│ │ │ └── com
│ │ │ └── sanqing
│ │ │ ├── bean
│ │ │ │ ├── Criticism.java
│ │ │ │ ├── Employee.java
│ │ │ │ ├── Message.java
│ │ │ │ └── Reply.java
│ │ │ ├── dao
│ │ │ │ ├── CriticismDAO.java
│ │ │ │ ├── EmployeeDAO.java
│ │ │ │ ├── MessageDAO.java
│ │ │ │ └── ReplyDAO.java
│ │ │ ├── daoImpl
│ │ │ │ ├── CriticismDAOImpl.java
│ │ │ │ ├── EmployeeDAOImpl.java
│ │ │ │ ├── MessageDAOImpl.java
│ │ │ │ └── ReplyDAOImpl.java
│ │ │ ├── factory
│ │ │ │ ├── CriticismDAOFactory.java
│ │ │ │ ├── EmployeeDAOFactory.java
│ │ │ │ ├── MessageDAOFactory.java
│ │ │ │ ├── ReplyDAOFactory.java
│ │ │ │ └── Test.java
│ │ │ ├── servlet
│ │ │ │ ├── CommitCriticism.java
│ │ │ │ ├── CommitReply.java
│ │ │ │ ├── GetMessage.java
│ │ │ │ ├── GetMessageList.java
│ │ │ │ ├── MsgPublish.java
│ │ │ │ └── StatusRecognise.java
│ │ │ └── util
│ │ │ ├── DBConnection.java
│ │ │ ├── Page.java
│ │ │ └── PageUtil.java
│ │ └── WebRoot
│ │ ├── css
│ │ │ └── channel.css
│ │ ├── css.css
│ │ ├── fckeditor
│ │ │ ├── _documentation.html
│ │ │ ├── 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_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
│ │ │ │ │ └── connectors
│ │ │ │ │ ├── asp
│ │ │ │ │ │ ├── basexml.asp
│ │ │ │ │ │ ├── class_upload.asp
│ │ │ │ │ │ ├── commands.asp
│ │ │ │ │ │ ├── config.asp
│ │ │ │ │ │ ├── connector.asp
│ │ │ │ │ │ ├── io.asp
│ │ │ │ │ │ ├── upload.asp
│ │ │ │ │ │ └── util.asp
│ │ │ │ │ ├── aspx
│ │ │ │ │ │ ├── config.ascx
│ │ │ │ │ │ ├── connector.aspx
│ │ │ │ │ │ └── upload.aspx
│ │ │ │ │ ├── cfm
│ │ │ │ │ │ ├── cf5_connector.cfm
│ │ │ │ │ │ ├── cf5_upload.cfm
│ │ │ │ │ │ ├── cf_basexml.cfm
│ │ │ │ │ │ ├── cf_commands.cfm
│ │ │ │ │ │ ├── cf_connector.cfm
│ │ │ │ │ │ ├── cf_io.cfm
│ │ │ │ │ │ ├── cf_upload.cfm
│ │ │ │ │ │ ├── cf_util.cfm
│ │ │ │ │ │ ├── config.cfm
│ │ │ │ │ │ ├── connector.cfm
│ │ │ │ │ │ ├── image.cfc
│ │ │ │ │ │ ├── ImageObject.cfc
│ │ │ │ │ │ └── upload.cfm
│ │ │ │ │ ├── lasso
│ │ │ │ │ │ ├── config.lasso
│ │ │ │ │ │ ├── connector.lasso
│ │ │ │ │ │ └── upload.lasso
│ │ │ │ │ ├── perl
│ │ │ │ │ │ ├── basexml.pl
│ │ │ │ │ │ ├── commands.pl
│ │ │ │ │ │ ├── connector.cgi
│ │ │ │ │ │ ├── io.pl
│ │ │ │ │ │ ├── upload.cgi
│ │ │ │ │ │ ├── upload_fck.pl
│ │ │ │ │ │ └── util.pl
│ │ │ │ │ ├── php
│ │ │ │ │ │ ├── basexml.php
│ │ │ │ │ │ ├── commands.php
│ │ │ │ │ │ ├── config.php
│ │ │ │ │ │ ├── connector.php
│ │ │ │ │ │ ├── io.php
│ │ │ │ │ │ ├── upload.php
│ │ │ │ │ │ └── util.php
│ │ │ │ │ ├── py
│ │ │ │ │ │ ├── config.py
│ │ │ │ │ │ ├── connector.py
│ │ │ │ │ │ ├── fckcommands.py
│ │ │ │ │ │ ├── fckconnector.py
│ │ │ │ │ │ ├── fckoutput.py
│ │ │ │ │ │ ├── fckutil.py
│ │ │ │ │ │ ├── htaccess.txt
│ │ │ │ │ │ ├── upload.py
│ │ │ │ │ │ ├── wsgi.py
│ │ │ │ │ │ └── zope.py
│ │ │ │ │ ├── test.html
│ │ │ │ │ └── uploadtest.html
│ │ │ │ ├── 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
│ │ │ │ │ │ ├── 001.gif
│ │ │ │ │ │ ├── 002.gif
│ │ │ │ │ │ ├── 003.gif
│ │ │ │ │ │ ├── 004.gif
│ │ │ │ │ │ ├── 005.gif
│ │ │ │ │ │ ├── 006.gif
│ │ │ │ │ │ ├── 007.gif
│ │ │ │ │ │ ├── 008.gif
│ │ │ │ │ │ ├── 009.jpg
│ │ │ │ │ │ ├── 010.jpg
│ │ │ │ │ │ ├── 011.gif
│ │ │ │ │ │ ├── 012.gif
│ │ │ │ │ │ ├── 013.gif
│ │ │ │ │ │ ├── 014.gif
│ │ │ │ │ │ ├── 015.gif
│ │ │ │ │ │ ├── 016.gif
│ │ │ │ │ │ └── 017.jpg
│ │ │ │ │ └── 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
│ │ │ │ ├── myconfig.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
│ │ │ │ └── _source
│ │ │ │ ├── classes
│ │ │ │ │ ├── fckcontextmenu.js
│ │ │ │ │ ├── fckdataprocessor.js
│ │ │ │ │ ├── fckdocumentfragment_gecko.js
│ │ │ │ │ ├── fckdocumentfragment_ie.js
│ │ │ │ │ ├── fckdomrange_gecko.js
│ │ │ │ │ ├── fckdomrange_ie.js
│ │ │ │ │ ├── fckdomrangeiterator.js
│ │ │ │ │ ├── fckdomrange.js
│ │ │ │ │ ├── fckeditingarea.js
│ │ │ │ │ ├── fckelementpath.js
│ │ │ │ │ ├── fckenterkey.js
│ │ │ │ │ ├── fckevents.js
│ │ │ │ │ ├── fckhtmliterator.js
│ │ │ │ │ ├── fckicon.js
│ │ │ │ │ ├── fckiecleanup.js
│ │ │ │ │ ├── fckimagepreloader.js
│ │ │ │ │ ├── fckkeystrokehandler.js
│ │ │ │ │ ├── fckmenublock.js
│ │ │ │ │ ├── fckmenublockpanel.js
│ │ │ │ │ ├── fckmenuitem.js
│ │ │ │ │ ├── fckpanel.js
│ │ │ │ │ ├── fckplugin.js
│ │ │ │ │ ├── fckspecialcombo.js
│ │ │ │ │ ├── fckstyle.js
│ │ │ │ │ ├── fcktoolbarbreak_gecko.js
│ │ │ │ │ ├── fcktoolbarbreak_ie.js
│ │ │ │ │ ├── fcktoolbarbutton.js
│ │ │ │ │ ├── fcktoolbarbuttonui.js
│ │ │ │ │ ├── fcktoolbarfontformatcombo.js
│ │ │ │ │ ├── fcktoolbarfontscombo.js
│ │ │ │ │ ├── fcktoolbarfontsizecombo.js
│ │ │ │ │ ├── fcktoolbar.js
│ │ │ │ │ ├── fcktoolbarpanelbutton.js
│ │ │ │ │ ├── fcktoolbarspecialcombo.js
│ │ │ │ │ ├── fcktoolbarstylecombo.js
│ │ │ │ │ ├── fckw3crange.js
│ │ │ │ │ ├── fckxml_gecko.js
│ │ │ │ │ ├── fckxml_ie.js
│ │ │ │ │ └── fckxml.js
│ │ │ │ ├── commandclasses
│ │ │ │ │ ├── fckblockquotecommand.js
│ │ │ │ │ ├── fckcorestylecommand.js
│ │ │ │ │ ├── fckfitwindow.js
│ │ │ │ │ ├── fckindentcommands.js
│ │ │ │ │ ├── fckjustifycommands.js
│ │ │ │ │ ├── fcklistcommands.js
│ │ │ │ │ ├── fcknamedcommand.js
│ │ │ │ │ ├── fck_othercommands.js
│ │ │ │ │ ├── fckpasteplaintextcommand.js
│ │ │ │ │ ├── fckpastewordcommand.js
│ │ │ │ │ ├── fckremoveformatcommand.js
│ │ │ │ │ ├── fckshowblocks.js
│ │ │ │ │ ├── fckspellcheckcommand_gecko.js
│ │ │ │ │ ├── fckspellcheckcommand_ie.js
│ │ │ │ │ ├── fckstylecommand.js
│ │ │ │ │ ├── fcktablecommand.js
│ │ │ │ │ └── fcktextcolorcommand.js
│ │ │ │ ├── fckconstants.js
│ │ │ │ ├── fckeditorapi.js
│ │ │ │ ├── fckjscoreextensions.js
│ │ │ │ ├── fckscriptloader.js
│ │ │ │ └── internals
│ │ │ │ ├── fckbrowserinfo.js
│ │ │ │ ├── fckcodeformatter.js
│ │ │ │ ├── fckcommands.js
│ │ │ │ ├── fckconfig.js
│ │ │ │ ├── fck_contextmenu.js
│ │ │ │ ├── fckdebug_empty.js
│ │ │ │ ├── fckdebug.js
│ │ │ │ ├── fckdialog.js
│ │ │ │ ├── fckdocumentprocessor.js
│ │ │ │ ├── fckdomtools.js
│ │ │ │ ├── fck_gecko.js
│ │ │ │ ├── fck_ie.js
│ │ │ │ ├── fck.js
│ │ │ │ ├── fcklanguagemanager.js
│ │ │ │ ├── fcklisthandler.js
│ │ │ │ ├── fcklistslib.js
│ │ │ │ ├── fckplugins.js
│ │ │ │ ├── fckregexlib.js
│ │ │ │ ├── fckselection_gecko.js
│ │ │ │ ├── fckselection_ie.js
│ │ │ │ ├── fckselection.js
│ │ │ │ ├── fckstyles.js
│ │ │ │ ├── fcktablehandler_gecko.js
│ │ │ │ ├── fcktablehandler_ie.js
│ │ │ │ ├── fcktablehandler.js
│ │ │ │ ├── fcktoolbaritems.js
│ │ │ │ ├── fcktoolbarset.js
│ │ │ │ ├── fcktools_gecko.js
│ │ │ │ ├── fcktools_ie.js
│ │ │ │ ├── fcktools.js
│ │ │ │ ├── fckundo.js
│ │ │ │ ├── fckurlparams.js
│ │ │ │ ├── fckxhtmlentities.js
│ │ │ │ ├── fckxhtml_gecko.js
│ │ │ │ ├── fckxhtml_ie.js
│ │ │ │ └── fckxhtml.js
│ │ │ ├── fckconfig.js
│ │ │ ├── fckeditor.afp
│ │ │ ├── fckeditor.asp
│ │ │ ├── fckeditor.cfc
│ │ │ ├── fckeditor.cfm
│ │ │ ├── fckeditor.js
│ │ │ ├── fckeditor.lasso
│ │ │ ├── fckeditor.pl
│ │ │ ├── fckeditor.py
│ │ │ ├── fckpackager.xml
│ │ │ ├── fckstyles.xml
│ │ │ ├── fcktemplates.xml
│ │ │ ├── fckutils.cfm
│ │ │ ├── license.txt
│ │ │ ├── myconfig.js
│ │ │ ├── _samples
│ │ │ │ ├── adobeair
│ │ │ │ │ ├── application.xml
│ │ │ │ │ ├── icons
│ │ │ │ │ │ ├── 128.png
│ │ │ │ │ │ ├── 16.png
│ │ │ │ │ │ ├── 32.png
│ │ │ │ │ │ └── 48.png
│ │ │ │ │ ├── package.bat
│ │ │ │ │ ├── run.bat
│ │ │ │ │ ├── sample01_cert.pfx
│ │ │ │ │ └── sample01.html
│ │ │ │ ├── afp
│ │ │ │ │ ├── fck.afpa
│ │ │ │ │ ├── fck.afpa.code
│ │ │ │ │ ├── sample01.afp
│ │ │ │ │ ├── sample02.afp
│ │ │ │ │ ├── sample03.afp
│ │ │ │ │ ├── sample04.afp
│ │ │ │ │ └── sampleposteddata.afp
│ │ │ │ ├── asp
│ │ │ │ │ ├── sample01.asp
│ │ │ │ │ ├── sample02.asp
│ │ │ │ │ ├── sample03.asp
│ │ │ │ │ ├── sample04.asp
│ │ │ │ │ └── sampleposteddata.asp
│ │ │ │ ├── cfm
│ │ │ │ │ ├── sample01.cfm
│ │ │ │ │ ├── sample01_mx.cfm
│ │ │ │ │ ├── sample02.cfm
│ │ │ │ │ ├── sample02_mx.cfm
│ │ │ │ │ ├── sample03.cfm
│ │ │ │ │ ├── sample03_mx.cfm
│ │ │ │ │ ├── sample04.cfm
│ │ │ │ │ ├── sample04_mx.cfm
│ │ │ │ │ └── sampleposteddata.cfm
│ │ │ │ ├── default.html
│ │ │ │ ├── html
│ │ │ │ │ ├── assets
│ │ │ │ │ │ ├── sample06.config.js
│ │ │ │ │ │ ├── sample11_frame.html
│ │ │ │ │ │ ├── sample14.config.js
│ │ │ │ │ │ ├── sample14.styles.css
│ │ │ │ │ │ ├── sample15.config.js
│ │ │ │ │ │ ├── sample16.config.js
│ │ │ │ │ │ ├── sample16.fla
│ │ │ │ │ │ ├── sample16.swf
│ │ │ │ │ │ └── swfobject.js
│ │ │ │ │ ├── sample01.html
│ │ │ │ │ ├── sample02.html
│ │ │ │ │ ├── sample03.html
│ │ │ │ │ ├── sample04.html
│ │ │ │ │ ├── sample05.html
│ │ │ │ │ ├── sample06.html
│ │ │ │ │ ├── sample07.html
│ │ │ │ │ ├── sample08.html
│ │ │ │ │ ├── sample09.html
│ │ │ │ │ ├── sample10.html
│ │ │ │ │ ├── sample11.html
│ │ │ │ │ ├── sample12.html
│ │ │ │ │ ├── sample13.html
│ │ │ │ │ ├── sample14.html
│ │ │ │ │ ├── sample15.html
│ │ │ │ │ └── sample16.html
│ │ │ │ ├── lasso
│ │ │ │ │ ├── sample01.lasso
│ │ │ │ │ ├── sample02.lasso
│ │ │ │ │ ├── sample03.lasso
│ │ │ │ │ ├── sample04.lasso
│ │ │ │ │ └── sampleposteddata.lasso
│ │ │ │ ├── perl
│ │ │ │ │ ├── sample01.cgi
│ │ │ │ │ ├── sample02.cgi
│ │ │ │ │ ├── sample03.cgi
│ │ │ │ │ ├── sample04.cgi
│ │ │ │ │ └── sampleposteddata.cgi
│ │ │ │ ├── php
│ │ │ │ │ ├── sample01.php
│ │ │ │ │ ├── sample02.php
│ │ │ │ │ ├── sample03.php
│ │ │ │ │ ├── sample04.php
│ │ │ │ │ └── sampleposteddata.php
│ │ │ │ ├── _plugins
│ │ │ │ │ ├── findreplace
│ │ │ │ │ │ ├── fckplugin.js
│ │ │ │ │ │ ├── find.gif
│ │ │ │ │ │ ├── find.html
│ │ │ │ │ │ ├── lang
│ │ │ │ │ │ │ ├── en.js
│ │ │ │ │ │ │ ├── fr.js
│ │ │ │ │ │ │ └── it.js
│ │ │ │ │ │ ├── replace.gif
│ │ │ │ │ │ └── replace.html
│ │ │ │ │ └── samples
│ │ │ │ │ └── fckplugin.js
│ │ │ │ ├── py
│ │ │ │ │ ├── sample01.py
│ │ │ │ │ └── sampleposteddata.py
│ │ │ │ ├── sample.css
│ │ │ │ └── sampleslist.html
│ │ │ ├── _upgrade.html
│ │ │ ├── _whatsnew_history.html
│ │ │ └── _whatsnew.html
│ │ ├── images
│ │ │ ├── banner.jpg
│ │ │ ├── bgdot1.gif
│ │ │ ├── index-searchbg.gif
│ │ │ ├── index-titbg1.gif
│ │ │ ├── index-titbg.gif
│ │ │ ├── index-tith1.gif
│ │ │ ├── munubg.gif
│ │ │ ├── munuthe1.gif
│ │ │ ├── munuthe2.gif
│ │ │ └── Thumbs.db
│ │ ├── index.jsp
│ │ ├── menu.js
│ │ ├── META-INF
│ │ │ └── MANIFEST.MF
│ │ ├── msgList.jsp
│ │ ├── publishNewMsg.jsp
│ │ ├── showMsg.jsp
│ │ ├── statusRecognise.jsp
│ │ └── WEB-INF
│ │ ├── classes
│ │ │ └── com
│ │ │ └── sanqing
│ │ │ ├── bean
│ │ │ │ ├── Criticism.class
│ │ │ │ ├── Employee.class
│ │ │ │ ├── Message.class
│ │ │ │ └── Reply.class
│ │ │ ├── dao
│ │ │ │ ├── CriticismDAO.class
│ │ │ │ ├── EmployeeDAO.class
│ │ │ │ ├── MessageDAO.class
│ │ │ │ └── ReplyDAO.class
│ │ │ ├── daoImpl
│ │ │ │ ├── CriticismDAOImpl.class
│ │ │ │ ├── EmployeeDAOImpl.class
│ │ │ │ ├── MessageDAOImpl.class
│ │ │ │ └── ReplyDAOImpl.class
│ │ │ ├── factory
│ │ │ │ ├── CriticismDAOFactory.class
│ │ │ │ ├── EmployeeDAOFactory.class
│ │ │ │ ├── MessageDAOFactory.class
│ │ │ │ ├── ReplyDAOFactory.class
│ │ │ │ └── Test.class
│ │ │ ├── servlet
│ │ │ │ ├── CommitCriticism.class
│ │ │ │ ├── CommitReply.class
│ │ │ │ ├── GetMessage.class
│ │ │ │ ├── GetMessageList.class
│ │ │ │ ├── MsgPublish.class
│ │ │ │ └── StatusRecognise.class
│ │ │ └── util
│ │ │ ├── DBConnection.class
│ │ │ ├── Page.class
│ │ │ └── PageUtil.class
│ │ ├── lib
│ │ │ ├── commons-fileupload-1.2.1.jar
│ │ │ ├── commons-io-1.3.2.jar
│ │ │ ├── fckeditor-java-core-2.4.1.jar
│ │ │ ├── mysql-connector-java-5.0.8-bin.jar
│ │ │ ├── slf4j-api-1.5.2.jar
│ │ │ └── slf4j-simple-1.5.2.jar
│ │ └── web.xml
│ └── 数据库
│ └── db_affairmanage.sql
├── 02 MySQL
│ ├── JavaPrj_2
│ │ ├── src
│ │ │ ├── com
│ │ │ │ └── sanqing
│ │ │ │ ├── action
│ │ │ │ │ ├── AddVoteAction.java
│ │ │ │ │ ├── DeleteVoteAction.java
│ │ │ │ │ ├── DoVoteAction.java
│ │ │ │ │ ├── ShowVoteAction.java
│ │ │ │ │ ├── ShowVoteByChannelAction.java
│ │ │ │ │ └── VoteResultAction.java
│ │ │ │ ├── bean
│ │ │ │ │ ├── Channel.java
│ │ │ │ │ ├── Vote.java
│ │ │ │ │ ├── VoteOption.java
│ │ │ │ │ └── VoteResult.java
│ │ │ │ ├── dao
│ │ │ │ │ ├── VoteDAO.java
│ │ │ │ │ └── VoteOptionDAO.java
│ │ │ │ ├── daoFactory
│ │ │ │ │ ├── VoteDAOFactory.java
│ │ │ │ │ └── VoteOptionDAOFactory.java
│ │ │ │ ├── daoImpl
│ │ │ │ │ ├── VoteDAOImpl.java
│ │ │ │ │ └── VoteOptionDAOImpl.java
│ │ │ │ └── util
│ │ │ │ ├── DBConnection.java
│ │ │ │ ├── Page.java
│ │ │ │ └── PageUtil.java
│ │ │ └── struts.xml
│ │ └── WebRoot
│ │ ├── admin
│ │ │ ├── addVote.jsp
│ │ │ ├── center.html
│ │ │ ├── down.html
│ │ │ ├── images
│ │ │ │ ├── 001.gif
│ │ │ │ ├── 002.gif
│ │ │ │ ├── 005.gif
│ │ │ │ ├── 010.gif
│ │ │ │ ├── 037.gif
│ │ │ │ ├── 083.gif
│ │ │ │ ├── 114.gif
│ │ │ │ ├── 311.gif
│ │ │ │ ├── a1.gif
│ │ │ │ ├── a.gif
│ │ │ │ ├── arrow_082.gif
│ │ │ │ ├── back.gif
│ │ │ │ ├── first.gif
│ │ │ │ ├── go.gif
│ │ │ │ ├── g_page.gif
│ │ │ │ ├── last.gif
│ │ │ │ ├── left_tree.gif
│ │ │ │ ├── main_01.gif
│ │ │ │ ├── main_04.gif
│ │ │ │ ├── main_06.gif
│ │ │ │ ├── main_07.gif
│ │ │ │ ├── main_08.gif
│ │ │ │ ├── main_09.gif
│ │ │ │ ├── main_11.gif
│ │ │ │ ├── main_12.gif
│ │ │ │ ├── main_14.gif
│ │ │ │ ├── main_16.gif
│ │ │ │ ├── main_18.gif
│ │ │ │ ├── main_21.gif
│ │ │ │ ├── main_23.gif
│ │ │ │ ├── main_26_1.gif
│ │ │ │ ├── main_26.gif
│ │ │ │ ├── main_28.gif
│ │ │ │ ├── main_29_1.gif
│ │ │ │ ├── main_31_1.gif
│ │ │ │ ├── main_31.gif
│ │ │ │ ├── main_38.gif
│ │ │ │ ├── main_40.gif
│ │ │ │ ├── main_42.gif
│ │ │ │ ├── main_45.gif
│ │ │ │ ├── main_47.gif
│ │ │ │ ├── main_49.gif
│ │ │ │ ├── main_51.gif
│ │ │ │ ├── next.gif
│ │ │ │ ├── tab_03.gif
│ │ │ │ ├── tab_05.gif
│ │ │ │ ├── tab_07.gif
│ │ │ │ ├── tab_12.gif
│ │ │ │ ├── tab_14.gif
│ │ │ │ ├── tab_16.gif
│ │ │ │ ├── tab_20.gif
│ │ │ │ ├── tab_21.gif
│ │ │ │ └── tab_22.gif
│ │ │ ├── index.jsp
│ │ │ ├── left.html
│ │ │ ├── showVote.jsp
│ │ │ ├── tab.css
│ │ │ └── top.html
│ │ ├── images
│ │ │ ├── bot_1.jpg
│ │ │ ├── bot_2.jpg
│ │ │ ├── kattle_1.jpg
│ │ │ ├── kattle_6.jpg
│ │ │ ├── kettle_2.jpg
│ │ │ ├── kettle_3.jpg
│ │ │ ├── kettle_4.jpg
│ │ │ ├── kettle_5.jpg
│ │ │ ├── line_1.jpg
│ │ │ ├── line_3.jpg
│ │ │ ├── liner_1.jpg
│ │ │ ├── menu.jpg
│ │ │ ├── point_1.jpg
│ │ │ ├── pricy_polutions_fur_fur!.jpg
│ │ │ ├── rep_1.jpg
│ │ │ ├── rep_2.jpg
│ │ │ ├── rep_3.jpg
│ │ │ └── spacer.gif
│ │ ├── index.jsp
│ │ ├── META-INF
│ │ │ └── MANIFEST.MF
│ │ ├── style.css
│ │ └── WEB-INF
│ │ ├── classes
│ │ │ ├── com
│ │ │ │ └── sanqing
│ │ │ │ ├── action
│ │ │ │ │ ├── AddVoteAction.class
│ │ │ │ │ ├── DeleteVoteAction.class
│ │ │ │ │ ├── DoVoteAction.class
│ │ │ │ │ ├── ShowVoteAction.class
│ │ │ │ │ ├── ShowVoteByChannelAction.class
│ │ │ │ │ └── VoteResultAction.class
│ │ │ │ ├── bean
│ │ │ │ │ ├── Channel.class
│ │ │ │ │ ├── Vote.class
│ │ │ │ │ ├── VoteOption.class
│ │ │ │ │ └── VoteResult.class
│ │ │ │ ├── dao
│ │ │ │ │ ├── VoteDAO.class
│ │ │ │ │ └── VoteOptionDAO.class
│ │ │ │ ├── daoFactory
│ │ │ │ │ ├── VoteDAOFactory.class
│ │ │ │ │ └── VoteOptionDAOFactory.class
│ │ │ │ ├── daoImpl
│ │ │ │ │ ├── VoteDAOImpl.class
│ │ │ │ │ └── VoteOptionDAOImpl.class
│ │ │ │ └── util
│ │ │ │ ├── DBConnection.class
│ │ │ │ ├── Page.class
│ │ │ │ └── PageUtil.class
│ │ │ └── struts.xml
│ │ ├── lib
│ │ │ ├── commons-fileupload-1.2.1.jar
│ │ │ ├── commons-logging-1.0.4.jar
│ │ │ ├── freemarker-2.3.13.jar
│ │ │ ├── jcommon-1.0.12.jar
│ │ │ ├── jfreechart-1.0.9.jar
│ │ │ ├── mysql-connector-java-5.0.8-bin.jar
│ │ │ ├── ognl-2.6.11.jar
│ │ │ ├── struts2-core-2.1.6.jar
│ │ │ ├── struts2-jfreechart-plugin-2.1.6.jar
│ │ │ └── xwork-2.1.2.jar
│ │ └── web.xml
│ └── 数据库
│ └── db_votemanage.sql
├── 03 MySQL
│ ├── JavaPrj_3
│ │ ├── src
│ │ │ ├── com
│ │ │ │ └── sanqing
│ │ │ │ ├── action
│ │ │ │ │ ├── GetRandomSubject.java
│ │ │ │ │ ├── LikeQuerySubjectAction.java
│ │ │ │ │ ├── LoginAction.java
│ │ │ │ │ ├── QueryStudentByClass.java
│ │ │ │ │ ├── QueryStudentByName.java
│ │ │ │ │ ├── QuerySubjectAction.java
│ │ │ │ │ ├── ShowSubjectAnswer.java
│ │ │ │ │ ├── SubjectAddAction.java
│ │ │ │ │ ├── SubjectDeleteAction.java
│ │ │ │ │ ├── SubjectParticularAction.java
│ │ │ │ │ ├── SubjectUpdateAction.java
│ │ │ │ │ ├── SubjectUpdateBefore.java
│ │ │ │ │ └── SubmitExamAction.java
│ │ │ │ ├── dao
│ │ │ │ │ ├── StudentDAOImpl.java
│ │ │ │ │ ├── StudentDAO.java
│ │ │ │ │ ├── SubjectDAOImpl.java
│ │ │ │ │ ├── SubjectDAO.java
│ │ │ │ │ ├── TeacherDAOImpl.java
│ │ │ │ │ └── TeacherDAO.java
│ │ │ │ ├── hibernate
│ │ │ │ │ └── HibernateSessionFactory.java
│ │ │ │ ├── po
│ │ │ │ │ ├── Student.hbm.xml
│ │ │ │ │ ├── Student.java
│ │ │ │ │ ├── Subject.hbm.xml
│ │ │ │ │ ├── Subject.java
│ │ │ │ │ ├── Teacher.hbm.xml
│ │ │ │ │ └── Teacher.java
│ │ │ │ ├── service
│ │ │ │ │ ├── StudentServiceImpl.java
│ │ │ │ │ ├── StudentService.java
│ │ │ │ │ ├── SubjectServiceImpl.java
│ │ │ │ │ ├── SubjectService.java
│ │ │ │ │ ├── TeacherServiceImpl.java
│ │ │ │ │ └── TeacherService.java
│ │ │ │ └── util
│ │ │ │ ├── Page.java
│ │ │ │ ├── PageResult.java
│ │ │ │ └── PageUtil.java
│ │ │ ├── hibernate.cfg.xml
│ │ │ └── struts.xml
│ │ └── WebRoot
│ │ ├── login.jsp
│ │ ├── META-INF
│ │ │ └── MANIFEST.MF
│ │ ├── student
│ │ │ ├── examResult.jsp
│ │ │ ├── images
│ │ │ │ ├── centerbg.jpg
│ │ │ │ └── css2.css
│ │ │ ├── index.jsp
│ │ │ └── showAnswer.jsp
│ │ ├── teacher
│ │ │ ├── admin_top.html
│ │ │ ├── images
│ │ │ │ ├── add.gif
│ │ │ │ ├── ad.gif
│ │ │ │ ├── back.gif
│ │ │ │ ├── bg.gif
│ │ │ │ ├── bigsize.jpg
│ │ │ │ ├── bootnbg.jpg
│ │ │ │ ├── bullet.gif
│ │ │ │ ├── buttom_bgs.gif
│ │ │ │ ├── buttom-copy-bg.gif
│ │ │ │ ├── buttom_left2.gif
│ │ │ │ ├── buttom-left.gif
│ │ │ │ ├── buttom_right2.gif
│ │ │ │ ├── buttom-right.gif
│ │ │ │ ├── card.jpg
│ │ │ │ ├── check-out_.gif
│ │ │ │ ├── close.gif
│ │ │ │ ├── content-bg.gif
│ │ │ │ ├── content-bg-line.gif
│ │ │ │ ├── database_import_.gif
│ │ │ │ ├── DefaultDocs.gif
│ │ │ │ ├── defind.gif
│ │ │ │ ├── delete_6.gif
│ │ │ │ ├── delete.gif
│ │ │ │ ├── del.jpg
│ │ │ │ ├── edit.gif
│ │ │ │ ├── ershou_1.gif
│ │ │ │ ├── ershou_2.gif
│ │ │ │ ├── format.gif
│ │ │ │ ├── fox.css
│ │ │ │ ├── g.gif
│ │ │ │ ├── !.gif
│ │ │ │ ├── gw2.gif
│ │ │ │ ├── gw.gif
│ │ │ │ ├── icon2_004.png
│ │ │ │ ├── icon2_089.png
│ │ │ │ ├── icon2_090.png
│ │ │ │ ├── icon-demo.gif
│ │ │ │ ├── icon-login-seaver.gif
│ │ │ │ ├── icon-mail2.gif
│ │ │ │ ├── icon-phone.gif
│ │ │ │ ├── image_1.gif
│ │ │ │ ├── image_(add)6.gif
│ │ │ │ ├── imagedelete.gif
│ │ │ │ ├── imageedit.gif
│ │ │ │ ├── ipsecurity.gif
│ │ │ │ ├── l1b3.gif
│ │ │ │ ├── l1b4.gif
│ │ │ │ ├── l1b5.gif
│ │ │ │ ├── left-bg.gif
│ │ │ │ ├── left-top-right.gif
│ │ │ │ ├── line2.jpg
│ │ │ │ ├── linkspic3.gif
│ │ │ │ ├── linkspic6.gif
│ │ │ │ ├── lm.gif
│ │ │ │ ├── lminfo.gif
│ │ │ │ ├── login_bg.jpg
│ │ │ │ ├── Login_but.gif
│ │ │ │ ├── login-buttom-bg.gif
│ │ │ │ ├── login-content-bg.gif
│ │ │ │ ├── login-top-bg.gif
│ │ │ │ ├── login-wel.gif
│ │ │ │ ├── logo.gif
│ │ │ │ ├── logo.png
│ │ │ │ ├── luck.gif
│ │ │ │ ├── mail_leftbg.gif
│ │ │ │ ├── mail_rightbg.gif
│ │ │ │ ├── menu_bg1.gif
│ │ │ │ ├── menu_bg2.gif
│ │ │ │ ├── menu_bg.gif
│ │ │ │ ├── menu_bgs.gif
│ │ │ │ ├── menu_topimg.gif
│ │ │ │ ├── menu_topline.gif
│ │ │ │ ├── mime.gif
│ │ │ │ ├── nav-right-bg.gif
│ │ │ │ ├── news-title-bg.gif
│ │ │ │ ├── ok.gif
│ │ │ │ ├── OK.jpg
│ │ │ │ ├── out.gif
│ │ │ │ ├── password.gif
│ │ │ │ ├── pic10.gif
│ │ │ │ ├── pic11.gif
│ │ │ │ ├── pic12.gif
│ │ │ │ ├── pic13.gif
│ │ │ │ ├── pic14.gif
│ │ │ │ ├── pic15.gif
│ │ │ │ ├── pic16.gif
│ │ │ │ ├── pic17.gif
│ │ │ │ ├── pic18.gif
│ │ │ │ ├── pic19.gif
│ │ │ │ ├── pic1.gif
│ │ │ │ ├── pic21.gif
│ │ │ │ ├── pic22.gif
│ │ │ │ ├── pic23.gif
│ │ │ │ ├── pic24.gif
│ │ │ │ ├── pic25.gif
│ │ │ │ ├── pic26.gif
│ │ │ │ ├── pic5.gif
│ │ │ │ ├── pic6.gif
│ │ │ │ ├── pic7.gif
│ │ │ │ ├── pic8.gif
│ │ │ │ ├── pic9.gif
│ │ │ │ ├── Redirects.gif
│ │ │ │ ├── report2_(add).gif
│ │ │ │ ├── report2_(delete).gif
│ │ │ │ ├── right_smbg.jpg
│ │ │ │ ├── servicezhgb2312.gif
│ │ │ │ ├── set2.gif
│ │ │ │ ├── set.gif
│ │ │ │ ├── sitebackup.gif
│ │ │ │ ├── skin.css
│ │ │ │ ├── smallbg.jpg
│ │ │ │ ├── st.gif
│ │ │ │ ├── stop.gif
│ │ │ │ ├── st.png
│ │ │ │ ├── str.gif
│ │ │ │ ├── Submit_bg.gif
│ │ │ │ ├── t2bg1.gif
│ │ │ │ ├── t2bg2.gif
│ │ │ │ ├── t2bg4.gif
│ │ │ │ ├── t2bg5.gif
│ │ │ │ ├── Thumbs.db
│ │ │ │ ├── title.gif
│ │ │ │ ├── tj.jpg
│ │ │ │ ├── to.gif
│ │ │ │ ├── tool-down-pic.gif
│ │ │ │ ├── top_bt.jpg
│ │ │ │ ├── top-right.gif
│ │ │ │ ├── ts.gif
│ │ │ │ ├── usercontrol.gif
│ │ │ │ ├── user-info.gif
│ │ │ │ ├── vie.gif
│ │ │ │ ├── X.gif
│ │ │ │ ├── yc.gif
│ │ │ │ └── yx.gif
│ │ │ ├── index.html
│ │ │ ├── js
│ │ │ │ ├── moo.fx.js
│ │ │ │ ├── moo.fx.pack.js
│ │ │ │ └── prototype.lite.js
│ │ │ ├── left.html
│ │ │ ├── login.html
│ │ │ ├── right.html
│ │ │ ├── studentManage.jsp
│ │ │ ├── studentQueryByClass.jsp
│ │ │ ├── studentQueryByName.jsp
│ │ │ ├── subjectAdd.jsp
│ │ │ ├── subjectManage.jsp
│ │ │ ├── subjectQuery.jsp
│ │ │ ├── subjectShow.jsp
│ │ │ └── subjectUpdate.jsp
│ │ └── WEB-INF
│ │ ├── classes
│ │ │ ├── com
│ │ │ │ └── sanqing
│ │ │ │ ├── action
│ │ │ │ │ ├── GetRandomSubject.class
│ │ │ │ │ ├── LikeQuerySubjectAction.class
│ │ │ │ │ ├── LoginAction.class
│ │ │ │ │ ├── QueryStudentByClass.class
│ │ │ │ │ ├── QueryStudentByName.class
│ │ │ │ │ ├── QuerySubjectAction.class
│ │ │ │ │ ├── ShowSubjectAnswer.class
│ │ │ │ │ ├── SubjectAddAction.class
│ │ │ │ │ ├── SubjectDeleteAction.class
│ │ │ │ │ ├── SubjectParticularAction.class
│ │ │ │ │ ├── SubjectUpdateAction.class
│ │ │ │ │ ├── SubjectUpdateBefore.class
│ │ │ │ │ └── SubmitExamAction.class
│ │ │ │ ├── dao
│ │ │ │ │ ├── StudentDAO.class
│ │ │ │ │ ├── StudentDAOImpl.class
│ │ │ │ │ ├── SubjectDAO.class
│ │ │ │ │ ├── SubjectDAOImpl.class
│ │ │ │ │ ├── TeacherDAO.class
│ │ │ │ │ └── TeacherDAOImpl.class
│ │ │ │ ├── hibernate
│ │ │ │ │ └── HibernateSessionFactory.class
│ │ │ │ ├── po
│ │ │ │ │ ├── Student.class
│ │ │ │ │ ├── Student.hbm.xml
│ │ │ │ │ ├── Subject.class
│ │ │ │ │ ├── Subject.hbm.xml
│ │ │ │ │ ├── Teacher.class
│ │ │ │ │ └── Teacher.hbm.xml
│ │ │ │ ├── service
│ │ │ │ │ ├── StudentService.class
│ │ │ │ │ ├── StudentServiceImpl.class
│ │ │ │ │ ├── SubjectService.class
│ │ │ │ │ ├── SubjectServiceImpl.class
│ │ │ │ │ ├── TeacherService.class
│ │ │ │ │ └── TeacherServiceImpl.class
│ │ │ │ └── util
│ │ │ │ ├── Page.class
│ │ │ │ ├── PageResult.class
│ │ │ │ └── PageUtil.class
│ │ │ ├── hibernate.cfg.xml
│ │ │ └── struts.xml
│ │ ├── lib
│ │ │ ├── commons-fileupload-1.2.1.jar
│ │ │ ├── commons-logging-1.0.4.jar
│ │ │ ├── freemarker-2.3.13.jar
│ │ │ ├── mysql-connector-java-5.0.8-bin.jar
│ │ │ ├── ognl-2.6.11.jar
│ │ │ ├── struts2-core-2.1.6.jar
│ │ │ └── xwork-2.1.2.jar
│ │ └── web.xml
│ └── 数据库
│ └── db_examsystem.sql
├── 04 MySQL
│ ├── JavaPrj_4
│ │ ├── src
│ │ │ ├── com
│ │ │ │ └── sanqing
│ │ │ │ ├── action
│ │ │ │ │ ├── AddArticle.java
│ │ │ │ │ ├── AddCritique.java
│ │ │ │ │ ├── EditBlogInfo.java
│ │ │ │ │ ├── EditBlogInfo-validation.xml
│ │ │ │ │ ├── GetBlogInfo.java
│ │ │ │ │ ├── Login.java
│ │ │ │ │ ├── PhotoUpload.java
│ │ │ │ │ ├── Register.java
│ │ │ │ │ ├── Register-validation.xml
│ │ │ │ │ ├── ShowAllArticle.java
│ │ │ │ │ ├── ShowArticle.java
│ │ │ │ │ ├── ShowPhoto.java
│ │ │ │ │ ├── ShowRSS.java
│ │ │ │ │ └── ShowUserAllArticle.java
│ │ │ │ ├── dao
│ │ │ │ │ ├── ArticleDAOImpl.java
│ │ │ │ │ ├── ArticleDAO.java
│ │ │ │ │ ├── BlogInfoDAOImpl.java
│ │ │ │ │ ├── BlogInfoDAO.java
│ │ │ │ │ ├── CritiqueDAOImpl.java
│ │ │ │ │ ├── CritiqueDAO.java
│ │ │ │ │ ├── DianjiliangDAOImpl.java
│ │ │ │ │ ├── DianjiliangDAO.java
│ │ │ │ │ ├── UserDAOImpl.java
│ │ │ │ │ └── UserDAO.java
│ │ │ │ ├── fckeditor
│ │ │ │ │ ├── ConnectorServlet.java
│ │ │ │ │ └── MyUserPath.java
│ │ │ │ ├── fenye
│ │ │ │ │ ├── Page.java
│ │ │ │ │ ├── PageUtil.java
│ │ │ │ │ ├── Result.java
│ │ │ │ │ └── Test.java
│ │ │ │ ├── interceptor
│ │ │ │ │ └── UserInterceptor.java
│ │ │ │ ├── po
│ │ │ │ │ ├── Article.hbm.xml
│ │ │ │ │ ├── Article.java
│ │ │ │ │ ├── BlogInfo.hbm.xml
│ │ │ │ │ ├── BlogInfo.java
│ │ │ │ │ ├── Critique.hbm.xml
│ │ │ │ │ ├── Critique.java
│ │ │ │ │ ├── Dianjiliang.hbm.xml
│ │ │ │ │ ├── Dianjiliang.java
│ │ │ │ │ ├── User.hbm.xml
│ │ │ │ │ └── User.java
│ │ │ │ ├── rss
│ │ │ │ │ └── CreateRss.java
│ │ │ │ └── service
│ │ │ │ ├── ArticleServiceImpl.java
│ │ │ │ ├── ArticleService.java
│ │ │ │ ├── BlogInfoServiceImpl.java
│ │ │ │ ├── BlogInfoService.java
│ │ │ │ ├── CritiqueServiceImpl.java
│ │ │ │ ├── CritiqueService.java
│ │ │ │ ├── DianjiliangServiceImpl.java
│ │ │ │ ├── DianjiliangService.java
│ │ │ │ ├── UserServiceImpl.java
│ │ │ │ └── UserService.java
│ │ │ ├── fckeditor.properties
│ │ │ ├── myMessage.properties
│ │ │ └── struts.xml
│ │ └── WebRoot
│ │ ├── css
│ │ │ ├── ie6.css
│ │ │ └── main.css
│ │ ├── error.jsp
│ │ ├── images
│ │ │ ├── bg.gif
│ │ │ ├── border.gif
│ │ │ ├── bullet.gif
│ │ │ ├── button_bg.gif
│ │ │ ├── button_bg_hover.gif
│ │ │ ├── comment_bubble.gif
│ │ │ ├── date_day.gif
│ │ │ ├── date_month.gif
│ │ │ ├── folder.gif
│ │ │ ├── footer_bg.gif
│ │ │ ├── footer_li_trim.gif
│ │ │ ├── input_bg.gif
│ │ │ ├── menu_bg.gif
│ │ │ ├── menu_bg_hover.gif
│ │ │ ├── menu_holder_bg.gif
│ │ │ └── scene.jpg
│ │ ├── include
│ │ │ └── MainHeader.jsp
│ │ ├── js
│ │ │ ├── mootools.js
│ │ │ └── site.js
│ │ ├── login.jsp
│ │ ├── META-INF
│ │ │ └── MANIFEST.MF
│ │ ├── register.jsp
│ │ ├── rss.xml
│ │ ├── showAllArticle.jsp
│ │ ├── success.jsp
│ │ ├── user
│ │ │ ├── addArticle.jsp
│ │ │ ├── editbloginfo.jsp
│ │ │ ├── fckeditor
│ │ │ │ ├── _documentation.html
│ │ │ │ ├── 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_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
│ │ │ │ │ │ └── connectors
│ │ │ │ │ │ ├── asp
│ │ │ │ │ │ │ ├── basexml.asp
│ │ │ │ │ │ │ ├── class_upload.asp
│ │ │ │ │ │ │ ├── commands.asp
│ │ │ │ │ │ │ ├── config.asp
│ │ │ │ │ │ │ ├── connector.asp
│ │ │ │ │ │ │ ├── io.asp
│ │ │ │ │ │ │ ├── upload.asp
│ │ │ │ │ │ │ └── util.asp
│ │ │ │ │ │ ├── aspx
│ │ │ │ │ │ │ ├── config.ascx
│ │ │ │ │ │ │ ├── connector.aspx
│ │ │ │ │ │ │ └── upload.aspx
│ │ │ │ │ │ ├── cfm
│ │ │ │ │ │ │ ├── cf5_connector.cfm
│ │ │ │ │ │ │ ├── cf5_upload.cfm
│ │ │ │ │ │ │ ├── cf_basexml.cfm
│ │ │ │ │ │ │ ├── cf_commands.cfm
│ │ │ │ │ │ │ ├── cf_connector.cfm
│ │ │ │ │ │ │ ├── cf_io.cfm
│ │ │ │ │ │ │ ├── cf_upload.cfm
│ │ │ │ │ │ │ ├── cf_util.cfm
│ │ │ │ │ │ │ ├── config.cfm
│ │ │ │ │ │ │ ├── connector.cfm
│ │ │ │ │ │ │ ├── image.cfc
│ │ │ │ │ │ │ ├── ImageObject.cfc
│ │ │ │ │ │ │ └── upload.cfm
│ │ │ │ │ │ ├── lasso
│ │ │ │ │ │ │ ├── config.lasso
│ │ │ │ │ │ │ ├── connector.lasso
│ │ │ │ │ │ │ └── upload.lasso
│ │ │ │ │ │ ├── perl
│ │ │ │ │ │ │ ├── basexml.pl
│ │ │ │ │ │ │ ├── commands.pl
│ │ │ │ │ │ │ ├── connector.cgi
│ │ │ │ │ │ │ ├── io.pl
│ │ │ │ │ │ │ ├── upload.cgi
│ │ │ │ │ │ │ ├── upload_fck.pl
│ │ │ │ │ │ │ └── util.pl
│ │ │ │ │ │ ├── py
│ │ │ │ │ │ │ ├── config.py
│ │ │ │ │ │ │ ├── connector.py
│ │ │ │ │ │ │ ├── fckcommands.py
│ │ │ │ │ │ │ ├── fckconnector.py
│ │ │ │ │ │ │ ├── fckoutput.py
│ │ │ │ │ │ │ ├── fckutil.py
│ │ │ │ │ │ │ ├── htaccess.txt
│ │ │ │ │ │ │ ├── upload.py
│ │ │ │ │ │ │ ├── wsgi.py
│ │ │ │ │ │ │ └── zope.py
│ │ │ │ │ │ ├── test.html
│ │ │ │ │ │ └── uploadtest.html
│ │ │ │ │ ├── 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
│ │ │ │ │ │ │ ├── 001.gif
│ │ │ │ │ │ │ ├── 002.gif
│ │ │ │ │ │ │ ├── 003.gif
│ │ │ │ │ │ │ ├── 004.gif
│ │ │ │ │ │ │ ├── 005.gif
│ │ │ │ │ │ │ ├── 006.gif
│ │ │ │ │ │ │ ├── 007.gif
│ │ │ │ │ │ │ ├── 008.gif
│ │ │ │ │ │ │ ├── 009.jpg
│ │ │ │ │ │ │ ├── 010.jpg
│ │ │ │ │ │ │ ├── 011.gif
│ │ │ │ │ │ │ ├── 012.gif
│ │ │ │ │ │ │ ├── 013.gif
│ │ │ │ │ │ │ ├── 014.gif
│ │ │ │ │ │ │ ├── 015.gif
│ │ │ │ │ │ │ ├── 016.gif
│ │ │ │ │ │ │ └── 017.jpg
│ │ │ │ │ │ └── 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
│ │ │ │ │ └── _source
│ │ │ │ │ ├── classes
│ │ │ │ │ │ ├── fckcontextmenu.js
│ │ │ │ │ │ ├── fckdataprocessor.js
│ │ │ │ │ │ ├── fckdocumentfragment_gecko.js
│ │ │ │ │ │ ├── fckdocumentfragment_ie.js
│ │ │ │ │ │ ├── fckdomrange_gecko.js
│ │ │ │ │ │ ├── fckdomrange_ie.js
│ │ │ │ │ │ ├── fckdomrangeiterator.js
│ │ │ │ │ │ ├── fckdomrange.js
│ │ │ │ │ │ ├── fckeditingarea.js
│ │ │ │ │ │ ├── fckelementpath.js
│ │ │ │ │ │ ├── fckenterkey.js
│ │ │ │ │ │ ├── fckevents.js
│ │ │ │ │ │ ├── fckhtmliterator.js
│ │ │ │ │ │ ├── fckicon.js
│ │ │ │ │ │ ├── fckiecleanup.js
│ │ │ │ │ │ ├── fckimagepreloader.js
│ │ │ │ │ │ ├── fckkeystrokehandler.js
│ │ │ │ │ │ ├── fckmenublock.js
│ │ │ │ │ │ ├── fckmenublockpanel.js
│ │ │ │ │ │ ├── fckmenuitem.js
│ │ │ │ │ │ ├── fckpanel.js
│ │ │ │ │ │ ├── fckplugin.js
│ │ │ │ │ │ ├── fckspecialcombo.js
│ │ │ │ │ │ ├── fckstyle.js
│ │ │ │ │ │ ├── fcktoolbarbreak_gecko.js
│ │ │ │ │ │ ├── fcktoolbarbreak_ie.js
│ │ │ │ │ │ ├── fcktoolbarbutton.js
│ │ │ │ │ │ ├── fcktoolbarbuttonui.js
│ │ │ │ │ │ ├── fcktoolbarfontformatcombo.js
│ │ │ │ │ │ ├── fcktoolbarfontscombo.js
│ │ │ │ │ │ ├── fcktoolbarfontsizecombo.js
│ │ │ │ │ │ ├── fcktoolbar.js
│ │ │ │ │ │ ├── fcktoolbarpanelbutton.js
│ │ │ │ │ │ ├── fcktoolbarspecialcombo.js
│ │ │ │ │ │ ├── fcktoolbarstylecombo.js
│ │ │ │ │ │ ├── fckw3crange.js
│ │ │ │ │ │ ├── fckxml_gecko.js
│ │ │ │ │ │ ├── fckxml_ie.js
│ │ │ │ │ │ └── fckxml.js
│ │ │ │ │ ├── commandclasses
│ │ │ │ │ │ ├── fckblockquotecommand.js
│ │ │ │ │ │ ├── fckcorestylecommand.js
│ │ │ │ │ │ ├── fckfitwindow.js
│ │ │ │ │ │ ├── fckindentcommands.js
│ │ │ │ │ │ ├── fckjustifycommands.js
│ │ │ │ │ │ ├── fcklistcommands.js
│ │ │ │ │ │ ├── fcknamedcommand.js
│ │ │ │ │ │ ├── fck_othercommands.js
│ │ │ │ │ │ ├── fckpasteplaintextcommand.js
│ │ │ │ │ │ ├── fckpastewordcommand.js
│ │ │ │ │ │ ├── fckremoveformatcommand.js
│ │ │ │ │ │ ├── fckshowblocks.js
│ │ │ │ │ │ ├── fckspellcheckcommand_gecko.js
│ │ │ │ │ │ ├── fckspellcheckcommand_ie.js
│ │ │ │ │ │ ├── fckstylecommand.js
│ │ │ │ │ │ ├── fcktablecommand.js
│ │ │ │ │ │ └── fcktextcolorcommand.js
│ │ │ │ │ ├── fckconstants.js
│ │ │ │ │ ├── fckeditorapi.js
│ │ │ │ │ ├── fckjscoreextensions.js
│ │ │ │ │ ├── fckscriptloader.js
│ │ │ │ │ └── internals
│ │ │ │ │ ├── fckbrowserinfo.js
│ │ │ │ │ ├── fckcodeformatter.js
│ │ │ │ │ ├── fckcommands.js
│ │ │ │ │ ├── fckconfig.js
│ │ │ │ │ ├── fck_contextmenu.js
│ │ │ │ │ ├── fckdebug_empty.js
│ │ │ │ │ ├── fckdebug.js
│ │ │ │ │ ├── fckdialog.js
│ │ │ │ │ ├── fckdocumentprocessor.js
│ │ │ │ │ ├── fckdomtools.js
│ │ │ │ │ ├── fck_gecko.js
│ │ │ │ │ ├── fck_ie.js
│ │ │ │ │ ├── fck.js
│ │ │ │ │ ├── fcklanguagemanager.js
│ │ │ │ │ ├── fcklisthandler.js
│ │ │ │ │ ├── fcklistslib.js
│ │ │ │ │ ├── fckplugins.js
│ │ │ │ │ ├── fckregexlib.js
│ │ │ │ │ ├── fckselection_gecko.js
│ │ │ │ │ ├── fckselection_ie.js
│ │ │ │ │ ├── fckselection.js
│ │ │ │ │ ├── fckstyles.js
│ │ │ │ │ ├── fcktablehandler_gecko.js
│ │ │ │ │ ├── fcktablehandler_ie.js
│ │ │ │ │ ├── fcktablehandler.js
│ │ │ │ │ ├── fcktoolbaritems.js
│ │ │ │ │ ├── fcktoolbarset.js
│ │ │ │ │ ├── fcktools_gecko.js
│ │ │ │ │ ├── fcktools_ie.js
│ │ │ │ │ ├── fcktools.js
│ │ │ │ │ ├── fckundo.js
│ │ │ │ │ ├── fckurlparams.js
│ │ │ │ │ ├── fckxhtmlentities.js
│ │ │ │ │ ├── fckxhtml_gecko.js
│ │ │ │ │ ├── fckxhtml_ie.js
│ │ │ │ │ └── fckxhtml.js
│ │ │ │ ├── fckconfig.js
│ │ │ │ ├── fckeditor.afp
│ │ │ │ ├── fckeditor.asp
│ │ │ │ ├── fckeditor.cfc
│ │ │ │ ├── fckeditor.cfm
│ │ │ │ ├── fckeditor.js
│ │ │ │ ├── fckeditor.lasso
│ │ │ │ ├── fckeditor.pl
│ │ │ │ ├── fckeditor.py
│ │ │ │ ├── fckpackager.xml
│ │ │ │ ├── fckstyles.xml
│ │ │ │ ├── fcktemplates.xml
│ │ │ │ ├── fckutils.cfm
│ │ │ │ ├── license.txt
│ │ │ │ ├── myconfig.js
│ │ │ │ ├── myconfig - 复制.js
│ │ │ │ ├── _samples
│ │ │ │ │ ├── adobeair
│ │ │ │ │ │ ├── application.xml
│ │ │ │ │ │ ├── icons
│ │ │ │ │ │ │ ├── 128.png
│ │ │ │ │ │ │ ├── 16.png
│ │ │ │ │ │ │ ├── 32.png
│ │ │ │ │ │ │ └── 48.png
│ │ │ │ │ │ ├── package.bat
│ │ │ │ │ │ ├── run.bat
│ │ │ │ │ │ ├── sample01_cert.pfx
│ │ │ │ │ │ └── sample01.html
│ │ │ │ │ ├── afp
│ │ │ │ │ │ ├── fck.afpa
│ │ │ │ │ │ ├── fck.afpa.code
│ │ │ │ │ │ ├── sample01.afp
│ │ │ │ │ │ ├── sample02.afp
│ │ │ │ │ │ ├── sample03.afp
│ │ │ │ │ │ ├── sample04.afp
│ │ │ │ │ │ └── sampleposteddata.afp
│ │ │ │ │ ├── asp
│ │ │ │ │ │ ├── sample01.asp
│ │ │ │ │ │ ├── sample02.asp
│ │ │ │ │ │ ├── sample03.asp
│ │ │ │ │ │ ├── sample04.asp
│ │ │ │ │ │ └── sampleposteddata.asp
│ │ │ │ │ ├── cfm
│ │ │ │ │ │ ├── sample01.cfm
│ │ │ │ │ │ ├── sample01_mx.cfm
│ │ │ │ │ │ ├── sample02.cfm
│ │ │ │ │ │ ├── sample02_mx.cfm
│ │ │ │ │ │ ├── sample03.cfm
│ │ │ │ │ │ ├── sample03_mx.cfm
│ │ │ │ │ │ ├── sample04.cfm
│ │ │ │ │ │ ├── sample04_mx.cfm
│ │ │ │ │ │ └── sampleposteddata.cfm
│ │ │ │ │ ├── default.html
│ │ │ │ │ ├── html
│ │ │ │ │ │ ├── assets
│ │ │ │ │ │ │ ├── sample06.config.js
│ │ │ │ │ │ │ ├── sample11_frame.html
│ │ │ │ │ │ │ ├── sample14.config.js
│ │ │ │ │ │ │ ├── sample14.styles.css
│ │ │ │ │ │ │ ├── sample15.config.js
│ │ │ │ │ │ │ ├── sample16.config.js
│ │ │ │ │ │ │ ├── sample16.fla
│ │ │ │ │ │ │ ├── sample16.swf
│ │ │ │ │ │ │ └── swfobject.js
│ │ │ │ │ │ ├── sample01.html
│ │ │ │ │ │ ├── sample02.html
│ │ │ │ │ │ ├── sample03.html
│ │ │ │ │ │ ├── sample04.html
│ │ │ │ │ │ ├── sample05.html
│ │ │ │ │ │ ├── sample06.html
│ │ │ │ │ │ ├── sample07.html
│ │ │ │ │ │ ├── sample08.html
│ │ │ │ │ │ ├── sample09.html
│ │ │ │ │ │ ├── sample10.html
│ │ │ │ │ │ ├── sample11.html
│ │ │ │ │ │ ├── sample12.html
│ │ │ │ │ │ ├── sample13.html
│ │ │ │ │ │ ├── sample14.html
│ │ │ │ │ │ ├── sample15.html
│ │ │ │ │ │ └── sample16.html
│ │ │ │ │ ├── lasso
│ │ │ │ │ │ ├── sample01.lasso
│ │ │ │ │ │ ├── sample02.lasso
│ │ │ │ │ │ ├── sample03.lasso
│ │ │ │ │ │ ├── sample04.lasso
│ │ │ │ │ │ └── sampleposteddata.lasso
│ │ │ │ │ ├── perl
│ │ │ │ │ │ ├── sample01.cgi
│ │ │ │ │ │ ├── sample02.cgi
│ │ │ │ │ │ ├── sample03.cgi
│ │ │ │ │ │ ├── sample04.cgi
│ │ │ │ │ │ └── sampleposteddata.cgi
│ │ │ │ │ ├── php
│ │ │ │ │ │ ├── sample01.php
│ │ │ │ │ │ ├── sample02.php
│ │ │ │ │ │ ├── sample03.php
│ │ │ │ │ │ ├── sample04.php
│ │ │ │ │ │ └── sampleposteddata.php
│ │ │ │ │ ├── _plugins
│ │ │ │ │ │ ├── findreplace
│ │ │ │ │ │ │ ├── fckplugin.js
│ │ │ │ │ │ │ ├── find.gif
│ │ │ │ │ │ │ ├── find.html
│ │ │ │ │ │ │ ├── lang
│ │ │ │ │ │ │ │ ├── en.js
│ │ │ │ │ │ │ │ ├── fr.js
│ │ │ │ │ │ │ │ └── it.js
│ │ │ │ │ │ │ ├── replace.gif
│ │ │ │ │ │ │ └── replace.html
│ │ │ │ │ │ └── samples
│ │ │ │ │ │ └── fckplugin.js
│ │ │ │ │ ├── py
│ │ │ │ │ │ ├── sample01.py
│ │ │ │ │ │ └── sampleposteddata.py
│ │ │ │ │ ├── sample.css
│ │ │ │ │ └── sampleslist.html
│ │ │ │ ├── _upgrade.html
│ │ │ │ ├── _whatsnew_history.html
│ │ │ │ └── _whatsnew.html
│ │ │ ├── greybox
│ │ │ │ ├── AJS_fx.js
│ │ │ │ ├── AJS.js
│ │ │ │ ├── gb_scripts.js
│ │ │ │ ├── gb_styles.css
│ │ │ │ ├── g_close.gif
│ │ │ │ ├── header_bg.gif
│ │ │ │ ├── indicator.gif
│ │ │ │ ├── loader_frame.html
│ │ │ │ ├── next.gif
│ │ │ │ ├── prev.gif
│ │ │ │ └── w_close.gif
│ │ │ ├── image
│ │ │ │ ├── bg1.jpg
│ │ │ │ ├── editbloginfo.gif
│ │ │ │ ├── l-bg1.jpg
│ │ │ │ ├── l-bg3.jpg
│ │ │ │ ├── line.jpg
│ │ │ │ └── style.css
│ │ │ ├── include
│ │ │ │ └── MainHeader.jsp
│ │ │ ├── showArticle.jsp
│ │ │ ├── showphoto.jsp
│ │ │ ├── showUserAllArticle.jsp
│ │ │ └── success.jsp
│ │ └── WEB-INF
│ │ ├── applicationContext.xml
│ │ ├── classes
│ │ │ ├── com
│ │ │ │ └── sanqing
│ │ │ │ ├── action
│ │ │ │ │ ├── AddArticle.class
│ │ │ │ │ ├── AddCritique.class
│ │ │ │ │ ├── EditBlogInfo.class
│ │ │ │ │ ├── EditBlogInfo-validation.xml
│ │ │ │ │ ├── GetBlogInfo.class
│ │ │ │ │ ├── Login.class
│ │ │ │ │ ├── PhotoUpload.class
│ │ │ │ │ ├── Register.class
│ │ │ │ │ ├── Register-validation.xml
│ │ │ │ │ ├── ShowAllArticle.class
│ │ │ │ │ ├── ShowArticle.class
│ │ │ │ │ ├── ShowPhoto.class
│ │ │ │ │ ├── ShowRSS.class
│ │ │ │ │ └── ShowUserAllArticle.class
│ │ │ │ ├── dao
│ │ │ │ │ ├── ArticleDAO.class
│ │ │ │ │ ├── ArticleDAOImpl$1.class
│ │ │ │ │ ├── ArticleDAOImpl$2.class
│ │ │ │ │ ├── ArticleDAOImpl.class
│ │ │ │ │ ├── BlogInfoDAO.class
│ │ │ │ │ ├── BlogInfoDAOImpl.class
│ │ │ │ │ ├── CritiqueDAO.class
│ │ │ │ │ ├── CritiqueDAOImpl$1.class
│ │ │ │ │ ├── CritiqueDAOImpl.class
│ │ │ │ │ ├── DianjiliangDAO.class
│ │ │ │ │ ├── DianjiliangDAOImpl$1.class
│ │ │ │ │ ├── DianjiliangDAOImpl.class
│ │ │ │ │ ├── UserDAO.class
│ │ │ │ │ └── UserDAOImpl.class
│ │ │ │ ├── fckeditor
│ │ │ │ │ ├── ConnectorServlet.class
│ │ │ │ │ └── MyUserPath.class
│ │ │ │ ├── fenye
│ │ │ │ │ ├── Page.class
│ │ │ │ │ ├── PageUtil.class
│ │ │ │ │ ├── Result.class
│ │ │ │ │ └── Test.class
│ │ │ │ ├── interceptor
│ │ │ │ │ └── UserInterceptor.class
│ │ │ │ ├── po
│ │ │ │ │ ├── Article.class
│ │ │ │ │ ├── Article.hbm.xml
│ │ │ │ │ ├── BlogInfo.class
│ │ │ │ │ ├── BlogInfo.hbm.xml
│ │ │ │ │ ├── Critique.class
│ │ │ │ │ ├── Critique.hbm.xml
│ │ │ │ │ ├── Dianjiliang.class
│ │ │ │ │ ├── Dianjiliang.hbm.xml
│ │ │ │ │ ├── User.class
│ │ │ │ │ └── User.hbm.xml
│ │ │ │ ├── rss
│ │ │ │ │ └── CreateRss.class
│ │ │ │ └── service
│ │ │ │ ├── ArticleService.class
│ │ │ │ ├── ArticleServiceImpl.class
│ │ │ │ ├── BlogInfoService.class
│ │ │ │ ├── BlogInfoServiceImpl.class
│ │ │ │ ├── CritiqueService.class
│ │ │ │ ├── CritiqueServiceImpl.class
│ │ │ │ ├── DianjiliangService.class
│ │ │ │ ├── DianjiliangServiceImpl.class
│ │ │ │ ├── UserService.class
│ │ │ │ └── UserServiceImpl.class
│ │ │ ├── fckeditor.properties
│ │ │ ├── myMessage.properties
│ │ │ └── struts.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
│ │ │ ├── c3p0-0.9.0.jar
│ │ │ ├── cglib-2.1.3.jar
│ │ │ ├── checkstyle-all.jar
│ │ │ ├── cleanimports.jar
│ │ │ ├── commons-collections-2.1.1.jar
│ │ │ ├── commons-fileupload-1.2.1.jar
│ │ │ ├── commons-io-1.3.2.jar
│ │ │ ├── commons-logging-1.0.4.jar
│ │ │ ├── concurrent-1.3.2.jar
│ │ │ ├── connector.jar
│ │ │ ├── dom4j-1.6.1.jar
│ │ │ ├── ehcache-1.2.jar
│ │ │ ├── freemarker-2.3.8.jar
│ │ │ ├── hibernate3.jar
│ │ │ ├── jaas.jar
│ │ │ ├── jacc-1_0-fr.jar
│ │ │ ├── java-core-2.4.1.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
│ │ │ ├── jta.jar
│ │ │ ├── junit-3.8.1.jar
│ │ │ ├── log4j-1.2.11.jar
│ │ │ ├── mysql-connector-java-5.0.8-bin.jar
│ │ │ ├── ognl-2.6.11.jar
│ │ │ ├── oscache-2.1.jar
│ │ │ ├── proxool-0.8.3.jar
│ │ │ ├── slf4j-api-1.5.2.jar
│ │ │ ├── slf4j-simple-1.5.2.jar
│ │ │ ├── spring.jar
│ │ │ ├── struts2-core-2.0.11.1.jar
│ │ │ ├── struts2-spring-plugin-2.0.11.1.jar
│ │ │ ├── swarmcache-1.0rc2.jar
│ │ │ ├── syndiag2.jar
│ │ │ ├── versioncheck.jar
│ │ │ ├── xerces-2.6.2.jar
│ │ │ ├── xml-apis.jar
│ │ │ └── xwork-2.0.4.jar
│ │ └── web.xml
│ └── 数据库
│ └── db_blog.sql
└── 05 MySQL
├── JavaPrj_5
│ ├── src
│ │ ├── com
│ │ │ └── sanqing
│ │ │ ├── action
│ │ │ │ ├── EducateAction.java
│ │ │ │ ├── EducateForm.java
│ │ │ │ ├── InstitutionAction.java
│ │ │ │ ├── InstitutionForm.java
│ │ │ │ ├── JobAction.java
│ │ │ │ ├── JobForm.java
│ │ │ │ ├── StipendAction.java
│ │ │ │ ├── StipendForm.java
│ │ │ │ ├── UsersAction.java
│ │ │ │ └── UsersForm.java
│ │ │ ├── dao
│ │ │ │ ├── EducateDao.java
│ │ │ │ ├── InstitutionDao.java
│ │ │ │ ├── JobDao.java
│ │ │ │ ├── StipendDao.java
│ │ │ │ └── UsersDao.java
│ │ │ ├── hb
│ │ │ │ └── HibernateSessionFactory.java
│ │ │ ├── po
│ │ │ │ ├── Educate.hbm.xml
│ │ │ │ ├── Educate.java
│ │ │ │ ├── Institution.hbm.xml
│ │ │ │ ├── Institution.java
│ │ │ │ ├── Job.hbm.xml
│ │ │ │ ├── Job.java
│ │ │ │ ├── Stipend.hbm.xml
│ │ │ │ ├── Stipend.java
│ │ │ │ ├── Users.hbm.xml
│ │ │ │ └── Users.java
│ │ │ └── tool
│ │ │ ├── ActionServlet.java
│ │ │ ├── DateUtil.java
│ │ │ └── StringUtil.java
│ │ └── hibernate.cfg.xml
│ └── WebRoot
│ ├── addeducate.jsp
│ ├── addinstitution.jsp
│ ├── addjob.jsp
│ ├── addstipend.jsp
│ ├── adduser.jsp
│ ├── css
│ │ ├── common1.css
│ │ ├── control.css
│ │ ├── css.css
│ │ ├── CVS
│ │ │ ├── Entries
│ │ │ ├── Repository
│ │ │ └── Root
│ │ ├── head.css
│ │ ├── style0.css
│ │ ├── style.css
│ │ └── tab.js
│ ├── detaileducate.jsp
│ ├── detailinstitution.jsp
│ ├── detailjob.jsp
│ ├── error.jsp
│ ├── images
│ │ ├── bu01.gif
│ │ ├── bu02.gif
│ │ ├── bu03.gif
│ │ ├── bu04.gif
│ │ ├── bu05.gif
│ │ ├── bu06.gif
│ │ ├── bu07.gif
│ │ ├── bu08.gif
│ │ ├── bu09.gif
│ │ ├── bu10.gif
│ │ ├── bu11.gif
│ │ ├── bu12.gif
│ │ ├── bu13.gif
│ │ ├── button03.gif
│ │ ├── button04.gif
│ │ ├── button05.gif
│ │ ├── button06.gif
│ │ ├── button07.gif
│ │ ├── button08.gif
│ │ ├── button09.gif
│ │ ├── button10.gif
│ │ ├── CVS
│ │ │ ├── Entries
│ │ │ ├── Repository
│ │ │ └── Root
│ │ ├── dhbutton01.gif
│ │ ├── dhbutton02.gif
│ │ ├── dhbutton03.gif
│ │ ├── dhbutton04.gif
│ │ ├── dhbutton05.gif
│ │ ├── ico01.gif
│ │ ├── ico02.gif
│ │ ├── ico03.gif
│ │ ├── ico04.gif
│ │ ├── ico05.gif
│ │ ├── ico06.gif
│ │ ├── ico07.gif
│ │ ├── ico11.gif
│ │ ├── ico12.gif
│ │ ├── ico13.gif
│ │ ├── ico14.gif
│ │ ├── ico15.gif
│ │ ├── ico16.gif
│ │ ├── ico24.gif
│ │ ├── left.gif
│ │ ├── line01.gif
│ │ ├── loadon.gif
│ │ ├── logo.gif
│ │ ├── mode.jpg
│ │ ├── nav01.gif
│ │ ├── nav02.gif
│ │ ├── nav03.gif
│ │ ├── nav04.gif
│ │ ├── nav05.gif
│ │ ├── nav06.gif
│ │ ├── nav07.gif
│ │ ├── navbutton01.gif
│ │ ├── navbutton02.gif
│ │ ├── navbutton03.gif
│ │ ├── navbutton04.gif
│ │ ├── navend.gif
│ │ ├── newline.gif
│ │ ├── newling.gif
│ │ ├── pic05.gif
│ │ ├── shape01.gif
│ │ ├── spacer.gif
│ │ ├── top02.gif
│ │ ├── top03.gif
│ │ ├── top.gif
│ │ └── welcome.gif
│ ├── index.jsp
│ ├── Js
│ │ ├── js.js
│ │ ├── typem.js
│ │ └── xiangmu.js
│ ├── left.jsp
│ ├── listeducate.jsp
│ ├── listinstitution.jsp
│ ├── listjob.jsp
│ ├── liststipend.jsp
│ ├── listuser.jsp
│ ├── mainfra.html
│ ├── main.jsp
│ ├── manage.jsp
│ ├── META-INF
│ │ └── MANIFEST.MF
│ ├── top.html
│ ├── updateeducate.jsp
│ ├── updateinstitution.jsp
│ ├── updatestipend.jsp
│ ├── updateuser.jsp
│ ├── WEB-INF
│ │ ├── classes
│ │ │ ├── com
│ │ │ │ └── sanqing
│ │ │ │ ├── action
│ │ │ │ │ ├── EducateAction.class
│ │ │ │ │ ├── EducateForm.class
│ │ │ │ │ ├── InstitutionAction.class
│ │ │ │ │ ├── InstitutionForm.class
│ │ │ │ │ ├── JobAction.class
│ │ │ │ │ ├── JobForm.class
│ │ │ │ │ ├── StipendAction.class
│ │ │ │ │ ├── StipendForm.class
│ │ │ │ │ ├── UsersAction.class
│ │ │ │ │ └── UsersForm.class
│ │ │ │ ├── dao
│ │ │ │ │ ├── EducateDao.class
│ │ │ │ │ ├── InstitutionDao.class
│ │ │ │ │ ├── JobDao.class
│ │ │ │ │ ├── StipendDao.class
│ │ │ │ │ └── UsersDao.class
│ │ │ │ ├── hb
│ │ │ │ │ └── HibernateSessionFactory.class
│ │ │ │ ├── po
│ │ │ │ │ ├── Educate.class
│ │ │ │ │ ├── Educate.hbm.xml
│ │ │ │ │ ├── Institution.class
│ │ │ │ │ ├── Institution.hbm.xml
│ │ │ │ │ ├── Job.class
│ │ │ │ │ ├── Job.hbm.xml
│ │ │ │ │ ├── Stipend.class
│ │ │ │ │ ├── Stipend.hbm.xml
│ │ │ │ │ ├── Users.class
│ │ │ │ │ └── Users.hbm.xml
│ │ │ │ └── tool
│ │ │ │ ├── ActionServlet.class
│ │ │ │ ├── DateUtil.class
│ │ │ │ └── StringUtil.class
│ │ │ └── hibernate.cfg.xml
│ │ ├── lib
│ │ │ └── mysql-connector-java-5.0.8-bin.jar
│ │ ├── struts-config.xml
│ │ └── web.xml
│ └── welcome.jsp
└── 数据库
└── db_hr.sql
306 directories, 1988 files
标签:
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论