在好例子网,分享、交流、成长!
您当前所在位置:首页Others 开发实例一般编程问题 → jsp完整项目,可以看看.rar

jsp完整项目,可以看看.rar

一般编程问题

下载此实例
  • 开发语言:Others
  • 实例大小:32.44M
  • 下载次数:1
  • 浏览次数:77
  • 发布时间:2021-11-29
  • 实例类别:一般编程问题
  • 发 布 人:js2021
  • 文件格式:.rar
  • 所需积分:2
 

实例介绍

【实例简介】
一个完整的JSP开发项目,初学者可以看看学习下。里面有代码,还有数据库sql文件,可以创建数据库表等。
【实例截图】
【核心代码】
JSP完整项目.rar
├── Data
│   ├── depts.sql
│   ├── jlgd
│   ├── networkcategories.sql
│   ├── network.sql
│   ├── newscategories.sql
│   ├── new.sql
│   ├── permissions.sql
│   ├── rolepermissions.sql
│   ├── roles.sql
│   ├── userroles.sql
│   └── users.sql
├── JLGD
│   ├── src
│   │   ├── Bean
│   │   │   ├── SQL_Bean.java
│   │   │   └── vssver.scc
│   │   ├── Editor
│   │   │   ├── connector
│   │   │   │   ├── ConnectorServlet.java
│   │   │   │   └── vssver.scc
│   │   │   ├── EditorConfigurations.java
│   │   │   ├── Editor.java
│   │   │   ├── tags
│   │   │   │   ├── EditorTag.java
│   │   │   │   └── vssver.scc
│   │   │   ├── uploader
│   │   │   │   ├── SimpleUploaderServlet.java
│   │   │   │   └── vssver.scc
│   │   │   └── vssver.scc
│   │   ├── Editor.tld
│   │   ├── login
│   │   │   ├── LoginBean.java
│   │   │   ├── LoginServlet.java
│   │   │   └── vssver.scc
│   │   ├── MD5.java
│   │   ├── NetWork
│   │   │   ├── NetCategoriesBean.java
│   │   │   ├── NetWorkBean.java
│   │   │   ├── NetWorkServlet.java
│   │   │   └── vssver.scc
│   │   ├── New
│   │   │   ├── NewBean.java
│   │   │   ├── NewCategoriesBean.java
│   │   │   └── NewServlet.java
│   │   ├── User
│   │   │   ├── DeptBean.java
│   │   │   ├── PermissionBean.java
│   │   │   ├── RelatBean.java
│   │   │   ├── RoleBean.java
│   │   │   ├── UserBean.java
│   │   │   ├── UserServlet.java
│   │   │   └── vssver.scc
│   │   └── vssver.scc
│   └── WebRoot
│   ├── admin.jsp
│   ├── bottom.jsp
│   ├── css
│   │   ├── cnitc.css
│   │   ├── css.css
│   │   └── _notes
│   │   └── dwsync.xml
│   ├── Editor
│   │   ├── editor
│   │   │   ├── css
│   │   │   │   ├── behaviors
│   │   │   │   │   ├── disablehandles.htc
│   │   │   │   │   ├── hiddenfield.gif
│   │   │   │   │   ├── hiddenfield.htc
│   │   │   │   │   ├── _notes
│   │   │   │   │   │   └── dwsync.xml
│   │   │   │   │   └── showtableborders.htc
│   │   │   │   ├── fck_editorarea.css
│   │   │   │   ├── fck_internal.css
│   │   │   │   ├── fck_showtableborders_gecko.css
│   │   │   │   ├── images
│   │   │   │   │   ├── fck_anchor.gif
│   │   │   │   │   ├── fck_flashlogo.gif
│   │   │   │   │   ├── fck_pagebreak.gif
│   │   │   │   │   └── _notes
│   │   │   │   │   └── dwsync.xml
│   │   │   │   └── _notes
│   │   │   │   └── dwsync.xml
│   │   │   ├── dialog
│   │   │   │   ├── common
│   │   │   │   │   ├── fck_dialog_common.css
│   │   │   │   │   ├── fck_dialog_common.js
│   │   │   │   │   ├── fcknumericfield.htc
│   │   │   │   │   ├── images
│   │   │   │   │   │   ├── locked.gif
│   │   │   │   │   │   ├── _notes
│   │   │   │   │   │   │   └── dwsync.xml
│   │   │   │   │   │   ├── reset.gif
│   │   │   │   │   │   └── unlocked.gif
│   │   │   │   │   ├── moz-bindings.xml
│   │   │   │   │   └── _notes
│   │   │   │   │   └── dwsync.xml
│   │   │   │   ├── fck_about
│   │   │   │   │   ├── lgpl.html
│   │   │   │   │   ├── logo_fckeditor.gif
│   │   │   │   │   ├── logo_fredck.gif
│   │   │   │   │   └── _notes
│   │   │   │   │   └── dwsync.xml
│   │   │   │   ├── fck_about.html
│   │   │   │   ├── fck_anchor.html
│   │   │   │   ├── fck_button.html
│   │   │   │   ├── fck_checkbox.html
│   │   │   │   ├── fck_colorselector.html
│   │   │   │   ├── fck_docprops
│   │   │   │   │   ├── fck_document_preview.html
│   │   │   │   │   └── _notes
│   │   │   │   │   └── dwsync.xml
│   │   │   │   ├── fck_docprops.html
│   │   │   │   ├── fck_find.html
│   │   │   │   ├── fck_flash
│   │   │   │   │   ├── fck_flash.js
│   │   │   │   │   ├── fck_flash_preview.html
│   │   │   │   │   └── _notes
│   │   │   │   │   └── dwsync.xml
│   │   │   │   ├── fck_flash.html
│   │   │   │   ├── fck_form.html
│   │   │   │   ├── fck_hiddenfield.html
│   │   │   │   ├── fck_image
│   │   │   │   │   ├── fck_image.js
│   │   │   │   │   ├── fck_image_preview.html
│   │   │   │   │   └── _notes
│   │   │   │   │   └── dwsync.xml
│   │   │   │   ├── fck_image.html
│   │   │   │   ├── fck_link
│   │   │   │   │   ├── fck_link.js
│   │   │   │   │   └── _notes
│   │   │   │   │   └── dwsync.xml
│   │   │   │   ├── fck_link.html
│   │   │   │   ├── fck_listprop.html
│   │   │   │   ├── fck_paste.html
│   │   │   │   ├── fck_radiobutton.html
│   │   │   │   ├── fck_replace.html
│   │   │   │   ├── fck_select
│   │   │   │   │   ├── fck_select.js
│   │   │   │   │   └── _notes
│   │   │   │   │   └── dwsync.xml
│   │   │   │   ├── fck_select.html
│   │   │   │   ├── fck_smiley.html
│   │   │   │   ├── fck_source.html
│   │   │   │   ├── fck_specialchar.html
│   │   │   │   ├── fck_spellerpages
│   │   │   │   │   └── spellerpages
│   │   │   │   │   ├── blank.html
│   │   │   │   │   ├── controls.html
│   │   │   │   │   ├── controlWindow.js
│   │   │   │   │   ├── _notes
│   │   │   │   │   │   └── dwsync.xml
│   │   │   │   │   ├── server-scripts
│   │   │   │   │   │   ├── _notes
│   │   │   │   │   │   │   └── dwsync.xml
│   │   │   │   │   │   ├── 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
│   │   │   │   │   ├── _notes
│   │   │   │   │   │   └── dwsync.xml
│   │   │   │   │   ├── template1.gif
│   │   │   │   │   ├── template2.gif
│   │   │   │   │   └── template3.gif
│   │   │   │   ├── fck_template.html
│   │   │   │   ├── fck_textarea.html
│   │   │   │   ├── fck_textfield.html
│   │   │   │   ├── fck_universalkey
│   │   │   │   │   ├── 00.gif
│   │   │   │   │   ├── data.js
│   │   │   │   │   ├── diacritic.js
│   │   │   │   │   ├── dialogue.js
│   │   │   │   │   ├── fck_universalkey.css
│   │   │   │   │   ├── keyboard_layout.gif
│   │   │   │   │   ├── multihexa.js
│   │   │   │   │   └── _notes
│   │   │   │   │   └── dwsync.xml
│   │   │   │   ├── fck_universalkey.html
│   │   │   │   └── _notes
│   │   │   │   └── dwsync.xml
│   │   │   ├── fckblank.html
│   │   │   ├── fckdebug.html
│   │   │   ├── fckdialog.html
│   │   │   ├── fckdocument.html
│   │   │   ├── fckeditor.html
│   │   │   ├── fckeditor.original.html
│   │   │   ├── filemanager
│   │   │   │   ├── browser
│   │   │   │   │   └── default
│   │   │   │   │   ├── browser.css
│   │   │   │   │   ├── browser.html
│   │   │   │   │   ├── connectors
│   │   │   │   │   ├── 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
│   │   │   │   │   │   │   │   ├── _notes
│   │   │   │   │   │   │   │   │   └── dwsync.xml
│   │   │   │   │   │   │   │   ├── pdf.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
│   │   │   │   │   │   │   ├── _notes
│   │   │   │   │   │   │   │   └── dwsync.xml
│   │   │   │   │   │   │   ├── pdf.gif
│   │   │   │   │   │   │   ├── ppt.gif
│   │   │   │   │   │   │   ├── rdp.gif
│   │   │   │   │   │   │   ├── swf.gif
│   │   │   │   │   │   │   ├── swt.gif
│   │   │   │   │   │   │   ├── txt.gif
│   │   │   │   │   │   │   ├── vsd.gif
│   │   │   │   │   │   │   ├── xls.gif
│   │   │   │   │   │   │   ├── xml.gif
│   │   │   │   │   │   │   └── zip.gif
│   │   │   │   │   │   ├── _notes
│   │   │   │   │   │   │   └── dwsync.xml
│   │   │   │   │   │   └── spacer.gif
│   │   │   │   │   ├── js
│   │   │   │   │   │   ├── common.js
│   │   │   │   │   │   ├── fckxml.js
│   │   │   │   │   │   └── _notes
│   │   │   │   │   │   └── dwsync.xml
│   │   │   │   │   └── _notes
│   │   │   │   │   └── dwsync.xml
│   │   │   │   └── upload
│   │   │   ├── images
│   │   │   │   ├── anchor.gif
│   │   │   │   ├── _notes
│   │   │   │   │   └── dwsync.xml
│   │   │   │   ├── 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
│   │   │   │   │   ├── _notes
│   │   │   │   │   │   └── dwsync.xml
│   │   │   │   │   ├── 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
│   │   │   │   ├── fckeditorcode_gecko_1.js
│   │   │   │   ├── fckeditorcode_gecko_2.js
│   │   │   │   ├── fckeditorcode_ie_1.js
│   │   │   │   ├── fckeditorcode_ie_2.js
│   │   │   │   ├── fck_startup.js
│   │   │   │   └── _notes
│   │   │   │   └── dwsync.xml
│   │   │   ├── lang
│   │   │   │   ├── en.js
│   │   │   │   ├── fcklanguagemanager.js
│   │   │   │   ├── _notes
│   │   │   │   │   └── dwsync.xml
│   │   │   │   ├── zh-cn.js
│   │   │   │   └── zh.js
│   │   │   ├── _notes
│   │   │   │   └── dwsync.xml
│   │   │   ├── plugins
│   │   │   │   ├── fck_rm
│   │   │   │   │   ├── fckplugin.js
│   │   │   │   │   ├── fck_rm.gif
│   │   │   │   │   ├── fck_rm.html
│   │   │   │   │   ├── lang
│   │   │   │   │   │   ├── _notes
│   │   │   │   │   │   │   └── dwsync.xml
│   │   │   │   │   │   └── zh_cn.js
│   │   │   │   │   └── _notes
│   │   │   │   │   └── dwsync.xml
│   │   │   │   ├── fck_wm
│   │   │   │   │   ├── fckplugin.js
│   │   │   │   │   ├── fck_wm.gif
│   │   │   │   │   ├── fck_wm.html
│   │   │   │   │   ├── lang
│   │   │   │   │   │   ├── _notes
│   │   │   │   │   │   │   └── dwsync.xml
│   │   │   │   │   │   └── zh_cn.js
│   │   │   │   │   └── _notes
│   │   │   │   │   └── dwsync.xml
│   │   │   │   ├── placeholder
│   │   │   │   │   ├── fck_placeholder.html
│   │   │   │   │   ├── fckplugin.js
│   │   │   │   │   ├── lang
│   │   │   │   │   │   ├── en.js
│   │   │   │   │   │   └── _notes
│   │   │   │   │   │   └── dwsync.xml
│   │   │   │   │   ├── _notes
│   │   │   │   │   │   └── dwsync.xml
│   │   │   │   │   └── placeholder.gif
│   │   │   │   ├── simplecommands
│   │   │   │   │   ├── fckplugin.js
│   │   │   │   │   └── _notes
│   │   │   │   │   └── dwsync.xml
│   │   │   │   └── tablecommands
│   │   │   │   ├── fckplugin.js
│   │   │   │   └── _notes
│   │   │   │   └── dwsync.xml
│   │   │   └── skins
│   │   │   ├── default
│   │   │   │   ├── fck_contextmenu.css
│   │   │   │   ├── fck_dialog.css
│   │   │   │   ├── fck_editor.css
│   │   │   │   ├── images
│   │   │   │   │   ├── _notes
│   │   │   │   │   │   └── dwsync.xml
│   │   │   │   │   ├── toolbar.arrowright.gif
│   │   │   │   │   ├── toolbar.buttonarrow.gif
│   │   │   │   │   ├── toolbar.collapse.gif
│   │   │   │   │   ├── toolbar.end.gif
│   │   │   │   │   ├── toolbar.expand.gif
│   │   │   │   │   ├── toolbar.separator.gif
│   │   │   │   │   └── toolbar.start.gif
│   │   │   │   ├── _notes
│   │   │   │   │   └── dwsync.xml
│   │   │   │   └── toolbar
│   │   │   │   ├── about.gif
│   │   │   │   ├── anchor.gif
│   │   │   │   ├── bgcolor.gif
│   │   │   │   ├── bold.gif
│   │   │   │   ├── bulletedlist.gif
│   │   │   │   ├── button.gif
│   │   │   │   ├── checkbox.gif
│   │   │   │   ├── copy.gif
│   │   │   │   ├── cut.gif
│   │   │   │   ├── docprops.gif
│   │   │   │   ├── find.gif
│   │   │   │   ├── flash.gif
│   │   │   │   ├── form.gif
│   │   │   │   ├── hiddenfield.gif
│   │   │   │   ├── imagebutton.gif
│   │   │   │   ├── image.gif
│   │   │   │   ├── indent.gif
│   │   │   │   ├── inserthorizontalrule.gif
│   │   │   │   ├── insertorderedlist.gif
│   │   │   │   ├── insertunorderedlist.gif
│   │   │   │   ├── italic.gif
│   │   │   │   ├── justifycenter.gif
│   │   │   │   ├── justifyfull.gif
│   │   │   │   ├── justifyleft.gif
│   │   │   │   ├── justifyright.gif
│   │   │   │   ├── link.gif
│   │   │   │   ├── newpage.gif
│   │   │   │   ├── _notes
│   │   │   │   │   └── dwsync.xml
│   │   │   │   ├── numberedlist.gif
│   │   │   │   ├── outdent.gif
│   │   │   │   ├── pagebreak.gif
│   │   │   │   ├── paste.gif
│   │   │   │   ├── pastetext.gif
│   │   │   │   ├── pasteword.gif
│   │   │   │   ├── preview.gif
│   │   │   │   ├── print.gif
│   │   │   │   ├── radio.gif
│   │   │   │   ├── redo.gif
│   │   │   │   ├── removeformat.gif
│   │   │   │   ├── replace.gif
│   │   │   │   ├── save.gif
│   │   │   │   ├── selectall.gif
│   │   │   │   ├── select.gif
│   │   │   │   ├── showdetails.gif
│   │   │   │   ├── showtableborders.gif
│   │   │   │   ├── smiley.gif
│   │   │   │   ├── source.gif
│   │   │   │   ├── specialchar.gif
│   │   │   │   ├── spellcheck.gif
│   │   │   │   ├── strikethrough.gif
│   │   │   │   ├── subscript.gif
│   │   │   │   ├── superscript.gif
│   │   │   │   ├── tablecell.gif
│   │   │   │   ├── tabledeletecells.gif
│   │   │   │   ├── tabledeletecolumns.gif
│   │   │   │   ├── tabledeleterows.gif
│   │   │   │   ├── table.gif
│   │   │   │   ├── tableinsertcell.gif
│   │   │   │   ├── tableinsertcolumn.gif
│   │   │   │   ├── tableinsertrow.gif
│   │   │   │   ├── tablemergecells.gif
│   │   │   │   ├── tablesplitcell.gif
│   │   │   │   ├── templates.gif
│   │   │   │   ├── textarea.gif
│   │   │   │   ├── textcolor.gif
│   │   │   │   ├── textfield.gif
│   │   │   │   ├── underline.gif
│   │   │   │   ├── undo.gif
│   │   │   │   ├── universalkey.gif
│   │   │   │   ├── unlink.gif
│   │   │   │   └── unorderedlist.gif
│   │   │   ├── office2003
│   │   │   │   ├── fck_contextmenu.css
│   │   │   │   ├── fck_dialog.css
│   │   │   │   ├── fck_editor.css
│   │   │   │   ├── images
│   │   │   │   │   ├── _notes
│   │   │   │   │   │   └── dwsync.xml
│   │   │   │   │   ├── office.start.gif
│   │   │   │   │   ├── toolbar.arrowright.gif
│   │   │   │   │   ├── toolbar.bg.gif
│   │   │   │   │   ├── toolbar.buttonarrow.gif
│   │   │   │   │   ├── toolbar.collapse.gif
│   │   │   │   │   ├── toolbar.end.gif
│   │   │   │   │   ├── toolbar.expand.gif
│   │   │   │   │   ├── toolbar.separator.gif
│   │   │   │   │   └── toolbar.start.gif
│   │   │   │   ├── _notes
│   │   │   │   │   └── dwsync.xml
│   │   │   │   └── toolbar
│   │   │   │   ├── about.gif
│   │   │   │   ├── anchor.gif
│   │   │   │   ├── bgcolor.gif
│   │   │   │   ├── bold.gif
│   │   │   │   ├── bulletedlist.gif
│   │   │   │   ├── button.gif
│   │   │   │   ├── checkbox.gif
│   │   │   │   ├── copy.gif
│   │   │   │   ├── cut.gif
│   │   │   │   ├── docprops.gif
│   │   │   │   ├── find.gif
│   │   │   │   ├── flash.gif
│   │   │   │   ├── fontstyleadv.gif
│   │   │   │   ├── form.gif
│   │   │   │   ├── hiddenfield.gif
│   │   │   │   ├── hidden.gif
│   │   │   │   ├── imagebutton.gif
│   │   │   │   ├── image.gif
│   │   │   │   ├── indent.gif
│   │   │   │   ├── input.gif
│   │   │   │   ├── inserthorizontalrule.gif
│   │   │   │   ├── insertorderedlist.gif
│   │   │   │   ├── insertunorderedlist.gif
│   │   │   │   ├── italic.gif
│   │   │   │   ├── justifycenter.gif
│   │   │   │   ├── justifyfull.gif
│   │   │   │   ├── justifyleft.gif
│   │   │   │   ├── justifyright.gif
│   │   │   │   ├── link.gif
│   │   │   │   ├── mail.gif
│   │   │   │   ├── new.gif
│   │   │   │   ├── newpage.gif
│   │   │   │   ├── _notes
│   │   │   │   │   └── dwsync.xml
│   │   │   │   ├── numberedlist.gif
│   │   │   │   ├── open.gif
│   │   │   │   ├── outdent.gif
│   │   │   │   ├── pagebreak.gif
│   │   │   │   ├── paste.gif
│   │   │   │   ├── pastetext.gif
│   │   │   │   ├── pasteword.gif
│   │   │   │   ├── preview.gif
│   │   │   │   ├── print.gif
│   │   │   │   ├── radio.gif
│   │   │   │   ├── redo.gif
│   │   │   │   ├── removeformat.gif
│   │   │   │   ├── replace.gif
│   │   │   │   ├── save.gif
│   │   │   │   ├── selectall.gif
│   │   │   │   ├── select.gif
│   │   │   │   ├── showdetails.gif
│   │   │   │   ├── showtableborders.gif
│   │   │   │   ├── smiley.gif
│   │   │   │   ├── source.gif
│   │   │   │   ├── specialchar.gif
│   │   │   │   ├── spellcheck.gif
│   │   │   │   ├── strikethrough.gif
│   │   │   │   ├── subscript.gif
│   │   │   │   ├── superscript.gif
│   │   │   │   ├── tablecell.gif
│   │   │   │   ├── tabledeletecells.gif
│   │   │   │   ├── tabledeletecolumns.gif
│   │   │   │   ├── tabledeleterows.gif
│   │   │   │   ├── table.gif
│   │   │   │   ├── tableinsertcell.gif
│   │   │   │   ├── tableinsertcolumn.gif
│   │   │   │   ├── tableinsertrow.gif
│   │   │   │   ├── tablemergecells.gif
│   │   │   │   ├── tablesplitcell.gif
│   │   │   │   ├── templates.gif
│   │   │   │   ├── textarea.gif
│   │   │   │   ├── textcolor.gif
│   │   │   │   ├── textfield.gif
│   │   │   │   ├── underline.gif
│   │   │   │   ├── undo.gif
│   │   │   │   ├── universalkey.gif
│   │   │   │   ├── unlink.gif
│   │   │   │   └── unorderedlist.gif
│   │   │   └── silver
│   │   │   ├── fck_contextmenu.css
│   │   │   ├── fck_dialog.css
│   │   │   ├── fck_editor.css
│   │   │   ├── images
│   │   │   │   ├── _notes
│   │   │   │   │   └── dwsync.xml
│   │   │   │   ├── toolbar.arrowright.gif
│   │   │   │   ├── toolbar.buttonarrow.gif
│   │   │   │   ├── toolbar.buttonbg.gif
│   │   │   │   ├── toolbar.collapse.gif
│   │   │   │   ├── toolbar.end.gif
│   │   │   │   ├── toolbar.expand.gif
│   │   │   │   ├── toolbar.separator.gif
│   │   │   │   └── toolbar.start.gif
│   │   │   ├── _notes
│   │   │   │   └── dwsync.xml
│   │   │   └── toolbar
│   │   │   ├── about.gif
│   │   │   ├── anchor.gif
│   │   │   ├── bgcolor.gif
│   │   │   ├── bold.gif
│   │   │   ├── bulletedlist.gif
│   │   │   ├── button.gif
│   │   │   ├── checkbox.gif
│   │   │   ├── copy.gif
│   │   │   ├── cut.gif
│   │   │   ├── docprops.gif
│   │   │   ├── find.gif
│   │   │   ├── flash.gif
│   │   │   ├── form.gif
│   │   │   ├── hiddenfield.gif
│   │   │   ├── imagebutton.gif
│   │   │   ├── image.gif
│   │   │   ├── indent.gif
│   │   │   ├── inserthorizontalrule.gif
│   │   │   ├── insertorderedlist.gif
│   │   │   ├── insertunorderedlist.gif
│   │   │   ├── italic.gif
│   │   │   ├── justifycenter.gif
│   │   │   ├── justifyfull.gif
│   │   │   ├── justifyleft.gif
│   │   │   ├── justifyright.gif
│   │   │   ├── link.gif
│   │   │   ├── newpage.gif
│   │   │   ├── _notes
│   │   │   │   └── dwsync.xml
│   │   │   ├── numberedlist.gif
│   │   │   ├── outdent.gif
│   │   │   ├── pagebreak.gif
│   │   │   ├── paste.gif
│   │   │   ├── pastetext.gif
│   │   │   ├── pasteword.gif
│   │   │   ├── preview.gif
│   │   │   ├── print.gif
│   │   │   ├── radio.gif
│   │   │   ├── redo.gif
│   │   │   ├── removeformat.gif
│   │   │   ├── replace.gif
│   │   │   ├── save.gif
│   │   │   ├── selectall.gif
│   │   │   ├── select.gif
│   │   │   ├── showdetails.gif
│   │   │   ├── showtableborders.gif
│   │   │   ├── smiley.gif
│   │   │   ├── source.gif
│   │   │   ├── specialchar.gif
│   │   │   ├── spellcheck.gif
│   │   │   ├── strikethrough.gif
│   │   │   ├── subscript.gif
│   │   │   ├── superscript.gif
│   │   │   ├── tablecell.gif
│   │   │   ├── tabledeletecells.gif
│   │   │   ├── tabledeletecolumns.gif
│   │   │   ├── tabledeleterows.gif
│   │   │   ├── table.gif
│   │   │   ├── tableinsertcell.gif
│   │   │   ├── tableinsertcolumn.gif
│   │   │   ├── tableinsertrow.gif
│   │   │   ├── tablemergecells.gif
│   │   │   ├── tablesplitcell.gif
│   │   │   ├── templates.gif
│   │   │   ├── textarea.gif
│   │   │   ├── textcolor.gif
│   │   │   ├── textfield.gif
│   │   │   ├── underline.gif
│   │   │   ├── undo.gif
│   │   │   ├── universalkey.gif
│   │   │   ├── unlink.gif
│   │   │   └── unorderedlist.gif
│   │   ├── editorcontrol.js
│   │   ├── fckconfig.js
│   │   ├── fckeditor.js
│   │   ├── fckstyles.xml
│   │   ├── fcktemplates.xml
│   │   ├── images
│   │   │   ├── _notes
│   │   │   │   └── dwsync.xml
│   │   │   ├── sizeminus.gif
│   │   │   └── sizeplus.gif
│   │   └── _notes
│   │   └── dwsync.xml
│   ├── error.jsp
│   ├── images
│   │   ├── 11058BDC62F45EB84A6CC73A89FBC9C0.jpg
│   │   ├── 200611130080_6132.jpg
│   │   ├── 200611130080_6133.jpg
│   │   ├── 200611190001_6182.jpg
│   │   ├── 200611190001_6183.jpg
│   │   ├── 200611270075_6247.jpg
│   │   ├── 200611270075_6247 拷贝.jpg
│   │   ├── 200612110001_6392.jpg
│   │   ├── alert.jpg
│   │   ├── aqsc.gif
│   │   ├── banner.swf
│   │   ├── biao-1.jpg
│   │   ├── biao-2.jpg
│   │   ├── biao.jpg
│   │   ├── bj_1.jpg
│   │   ├── bj_2.jpg
│   │   ├── bj_3.jpg
│   │   ├── bj_4.jpg
│   │   ├── bj_5.jpg
│   │   ├── bj_6.jpg
│   │   ├── bzh.gif
│   │   ├── bzh.jpg
│   │   ├── dh_1.gif
│   │   ├── dh_bj.gif
│   │   ├── dian_1.jpg
│   │   ├── dian.gif
│   │   ├── dian.jpg
│   │   ├── dianta.jpg
│   │   ├── dl.jpg
│   │   ├── fangdajing.jpg
│   │   ├── flash.swf
│   │   ├── gjdw.jpg
│   │   ├── go.jpg
│   │   ├── gsdt.gif
│   │   ├── gsgk.gif
│   │   ├── gzjh.gif
│   │   ├── hyzq.jpg
│   │   ├── IMAG0171.JPG
│   │   ├── index_02.gif
│   │   ├── index_03.jpg
│   │   ├── index_05.gif
│   │   ├── index_06.gif
│   │   ├── index_07.gif
│   │   ├── index_09.gif
│   │   ├── index_100.gif
│   │   ├── index_103.gif
│   │   ├── index_106.gif
│   │   ├── index_107.gif
│   │   ├── index_109.gif
│   │   ├── index_10.gif
│   │   ├── index_110.gif
│   │   ├── index_111.gif
│   │   ├── index_112.gif
│   │   ├── index_113.gif
│   │   ├── index_114.gif
│   │   ├── index_115.gif
│   │   ├── index_116.gif
│   │   ├── index_118.gif
│   │   ├── index_119.gif
│   │   ├── index_11.gif
│   │   ├── index_120.gif
│   │   ├── index_121.gif
│   │   ├── index_123.gif
│   │   ├── index_124.gif
│   │   ├── index_125.gif
│   │   ├── index_126.gif
│   │   ├── index_127.gif
│   │   ├── index_127.jpg
│   │   ├── index_128.gif
│   │   ├── index_129.gif
│   │   ├── index_12.gif
│   │   ├── index_130.gif
│   │   ├── index_131.gif
│   │   ├── index_133.gif
│   │   ├── index_134.gif
│   │   ├── index_137.gif
│   │   ├── index_138.gif
│   │   ├── index_139.gif
│   │   ├── index_13.gif
│   │   ├── index_140.gif
│   │   ├── index_142.gif
│   │   ├── index_143.gif
│   │   ├── index_144.gif
│   │   ├── index_147.gif
│   │   ├── index_148.gif
│   │   ├── index_149.gif
│   │   ├── index_14.gif
│   │   ├── index_150.gif
│   │   ├── index_151.gif
│   │   ├── index_152.gif
│   │   ├── index_154.gif
│   │   ├── index_155.gif
│   │   ├── index_156.gif
│   │   ├── index_157.gif
│   │   ├── index_158.gif
│   │   ├── index_15.gif
│   │   ├── index_160.gif
│   │   ├── index_161.gif
│   │   ├── index_162.gif
│   │   ├── index_165.gif
│   │   ├── index_167.gif
│   │   ├── index_169.gif
│   │   ├── index_16.gif
│   │   ├── index_171.gif
│   │   ├── index_173.gif
│   │   ├── index_175.gif
│   │   ├── index_177.gif
│   │   ├── index_17.gif
│   │   ├── index_186.gif
│   │   ├── index_187.gif
│   │   ├── index_188.gif
│   │   ├── index_189.gif
│   │   ├── index_18.gif
│   │   ├── index_190.gif
│   │   ├── index_191.gif
│   │   ├── index_192.gif
│   │   ├── index_19.gif
│   │   ├── index_201.gif
│   │   ├── index2_01.gif
│   │   ├── index_202.gif
│   │   ├── index2_02.gif
│   │   ├── index_203.gif
│   │   ├── index2_03.gif
│   │   ├── index_204.gif
│   │   ├── index2_04.gif
│   │   ├── index_205.gif
│   │   ├── index_206.gif
│   │   ├── index_207.gif
│   │   ├── index2_08.gif
│   │   ├── index_209.gif
│   │   ├── index2_14.gif
│   │   ├── index_22.gif
│   │   ├── index_23.gif
│   │   ├── index_24.gif
│   │   ├── index_25.gif
│   │   ├── index_26.gif
│   │   ├── index_27.gif
│   │   ├── index_28.gif
│   │   ├── index_29.gif
│   │   ├── index2_bj.gif
│   │   ├── index_30.gif
│   │   ├── index_31.gif
│   │   ├── index_32.gif
│   │   ├── index_33.gif
│   │   ├── index_34.gif
│   │   ├── index_35.gif
│   │   ├── index_36.gif
│   │   ├── index_37.gif
│   │   ├── index_38.gif
│   │   ├── index_39.gif
│   │   ├── index_40.gif
│   │   ├── index_41.gif
│   │   ├── index_42.gif
│   │   ├── index_43.gif
│   │   ├── index_44.gif
│   │   ├── index_45.gif
│   │   ├── index_46.gif
│   │   ├── index_48.gif
│   │   ├── index_49.gif
│   │   ├── index_51.gif
│   │   ├── index_54.gif
│   │   ├── index_56.gif
│   │   ├── index_57.gif
│   │   ├── index_59.gif
│   │   ├── index_60.gif
│   │   ├── index_61.gif
│   │   ├── index_62.gif
│   │   ├── index_64.gif
│   │   ├── index_65.gif
│   │   ├── index_66.gif
│   │   ├── index_67.gif
│   │   ├── index_68.gif
│   │   ├── index_69.gif
│   │   ├── index_71.gif
│   │   ├── index_72.gif
│   │   ├── index_73.gif
│   │   ├── index_74.gif
│   │   ├── index_75.gif
│   │   ├── index_76.gif
│   │   ├── index_77.gif
│   │   ├── index_78.gif
│   │   ├── index_79.gif
│   │   ├── index_80.jpg
│   │   ├── index_81.gif
│   │   ├── index_82.gif
│   │   ├── index_83.gif
│   │   ├── index_84.gif
│   │   ├── index_85.gif
│   │   ├── index_86.gif
│   │   ├── index_87.gif
│   │   ├── index_88.gif
│   │   ├── index_89.gif
│   │   ├── index_90.gif
│   │   ├── index_91.gif
│   │   ├── index_92.gif
│   │   ├── index_93.gif
│   │   ├── index_94.gif
│   │   ├── index_95.gif
│   │   ├── index_96.gif
│   │   ├── index_97.gif
│   │   ├── index_99.gif
│   │   ├── index_zdlj.gif
│   │   ├── jcyh.gif
│   │   ├── ldjh.gif
│   │   ├── login_4.gif
│   │   ├── logo2 (1).jpg
│   │   ├── logo2(1).jpg
│   │   ├── logo2.jpg
│   │   ├── logo.jpg
│   │   ├── more.gif
│   │   ├── more.jpg
│   │   ├── new.gif
│   │   ├── new.jpg
│   │   ├── new_line.gif
│   │   ├── new_line.jpg
│   │   ├── _notes
│   │   │   └── dwsync.xml
│   │   ├── qywh.gif
│   │   ├── Thumbs.db
│   │   ├── title_bdfz.gif
│   │   ├── title_jcxw.gif
│   │   ├── title_ldjh.gif
│   │   ├── title_spzs.gif
│   │   ├── title_tzgg.gif
│   │   ├── title_znss.gif
│   │   ├── title_ztjj.gif
│   │   ├── title_zxdt.gif
│   │   ├── title_zxtz.gif
│   │   ├── tubiao-.jpg
│   │   ├── tubiao.jpg
│   │   ├── txzcxx.gif
│   │   ├── U762P8T1D204759F913DT20051104182404.jpg
│   │   ├── U825P28T3D494210F328DT20040904171936.jpg
│   │   ├── xghy.gif
│   │   ├── xian_1.jpg
│   │   ├── xian_2.jpg
│   │   ├── xian.gif
│   │   ├── xijiao.jpg
│   │   ├── x.jpg
│   │   ├── xxyy.gif
│   │   ├── ydxy.gif
│   │   ├── yuanjiao_1.jpg
│   │   ├── yuanjiao_2.jpg
│   │   ├── yuanjiao_3.jpg
│   │   ├── yuanjiao_4.jpg
│   │   ├── zgsr.jpg
│   │   ├── zhfw.gif
│   │   ├── 分隔符.gif
│   │   ├── 快捷方式 到 banner.lnk
│   │   └── 快捷方式 到 images.lnk
│   ├── index
│   │   ├── gsgk.jsp
│   │   ├── indexnew_view.jsp
│   │   ├── indexuser_update.jsp
│   │   ├── newlist.jsp
│   │   ├── _notes
│   │   │   └── dwsync.xml
│   │   ├── searchnews.jsp
│   │   ├── suc.jsp
│   │   ├── usercheck.jsp
│   │   ├── userzc.jsp
│   │   ├── userzc_one.jsp
│   │   ├── zgsr.jsp
│   │   └── zhfw.jsp
│   ├── indexbottom.jsp
│   ├── index.jsp
│   ├── indexleft.jsp
│   ├── indexlogin.jsp
│   ├── indextop.jsp
│   ├── individual.jsp
│   ├── js
│   │   ├── editor.js
│   │   ├── httpRequest.js
│   │   ├── _notes
│   │   │   └── dwsync.xml
│   │   └── validator.js
│   ├── left.jsp
│   ├── META-INF
│   │   ├── MANIFEST.MF
│   │   └── _notes
│   │   └── dwsync.xml
│   ├── network
│   │   ├── netcategories_insert.jsp
│   │   ├── netcategories_select.jsp
│   │   ├── netcategories_update.jsp
│   │   ├── network_insert.jsp
│   │   ├── network.jsp
│   │   ├── network_select.jsp
│   │   ├── network_update.jsp
│   │   └── _notes
│   │   └── dwsync.xml
│   ├── new
│   │   ├── categories_insert.jsp
│   │   ├── categories_select.jsp
│   │   ├── categories_update.jsp
│   │   ├── fileupload.jsp
│   │   ├── new_auditing.jsp
│   │   ├── new_auditings.jsp
│   │   ├── new_insert.jsp
│   │   ├── new_select.jsp
│   │   ├── news.jsp
│   │   ├── new_update.jsp
│   │   ├── new_view.jsp
│   │   ├── _notes
│   │   │   └── dwsync.xml
│   │   ├── uploadfile.jsp
│   │   ├── upload.jsp
│   │   └── uploads.jsp
│   ├── _notes
│   │   └── dwsync.xml
│   ├── rollimage_one.jsp
│   ├── rollimages.jsp
│   ├── rollimage_two.jsp
│   ├── rollnews.jsp
│   ├── session.jsp
│   ├── top.jsp
│   ├── user
│   │   ├── checkname.jsp
│   │   ├── dept_insert.jsp
│   │   ├── dept_select.jsp
│   │   ├── dept_update.jsp
│   │   ├── _notes
│   │   │   └── dwsync.xml
│   │   ├── permission_insert.jsp
│   │   ├── permission_select.jsp
│   │   ├── permission_update.jsp
│   │   ├── role_insert.jsp
│   │   ├── role_permission.jsp
│   │   ├── role_select.jsp
│   │   ├── role_update.jsp
│   │   ├── user_insert.jsp
│   │   ├── user_role.jsp
│   │   ├── user_select.jsp
│   │   └── user_update.jsp
│   ├── UserFiles
│   │   ├── File
│   │   ├── Flash
│   │   └── Image
│   │   ├── 1.jpg
│   │   ├── 1w.gif
│   │   ├── 200611130080_6132.jpg
│   │   ├── 200611130080_6133.jpg
│   │   ├── 200611190001_6182.jpg
│   │   ├── 200611190001_6183.jpg
│   │   ├── 200611270075_6247.jpg
│   │   ├── 20061130022044.jpg
│   │   ├── 200612110001_6392.jpg
│   │   ├── 20071118214526.jpg
│   │   ├── 20071118215338.jpg
│   │   ├── 20071118215849.gif
│   │   ├── 20071118220311.gif
│   │   ├── 20071118222714.jpg
│   │   ├── gjdw.jpg
│   │   ├── hjj.wmv
│   │   ├── IMAG0171.JPG
│   │   ├── index_201.gif
│   │   ├── index_51.gif
│   │   ├── index_54(1).gif
│   │   ├── index_54.gif
│   │   ├── index_67.gif
│   │   ├── index_69.gif
│   │   ├── index_72.gif
│   │   ├── new.jpg
│   │   ├── _notes
│   │   │   └── dwsync.xml
│   │   ├── Thumbs.db
│   │   ├── tubiao-1.jpg
│   │   ├── wohu.wmv
│   │   ├── yunshuiyao.wmv
│   │   └── 欢乐冬日送.gif
│   └── WEB-INF
│   ├── classes
│   │   ├── Bean
│   │   │   ├── SQL_Bean.class
│   │   │   └── vssver.scc
│   │   ├── Editor
│   │   │   ├── connector
│   │   │   │   ├── ConnectorServlet.class
│   │   │   │   └── vssver.scc
│   │   │   ├── Editor.class
│   │   │   ├── EditorConfigurations.class
│   │   │   ├── tags
│   │   │   │   ├── EditorTag.class
│   │   │   │   └── vssver.scc
│   │   │   ├── uploader
│   │   │   │   ├── SimpleUploaderServlet.class
│   │   │   │   └── vssver.scc
│   │   │   └── vssver.scc
│   │   ├── Editor.tld
│   │   ├── login
│   │   │   ├── LoginBean.class
│   │   │   ├── LoginServlet.class
│   │   │   └── vssver.scc
│   │   ├── MD5.class
│   │   ├── NetWork
│   │   │   ├── NetCategoriesBean.class
│   │   │   ├── NetWorkBean.class
│   │   │   ├── NetWorkServlet.class
│   │   │   └── vssver.scc
│   │   ├── New
│   │   │   ├── NewBean.class
│   │   │   ├── NewCategoriesBean.class
│   │   │   └── NewServlet.class
│   │   ├── User
│   │   │   ├── DeptBean.class
│   │   │   ├── PermissionBean.class
│   │   │   ├── RelatBean.class
│   │   │   ├── RoleBean.class
│   │   │   ├── UserBean.class
│   │   │   ├── UserServlet.class
│   │   │   └── vssver.scc
│   │   └── vssver.scc
│   ├── lib
│   │   ├── commons-fileupload.jar
│   │   ├── jspsmartupload.jar
│   │   ├── MSBASE.JAR
│   │   ├── mssqlserver.jar
│   │   ├── MSUTIL.JAR
│   │   └── _notes
│   │   └── dwsync.xml
│   ├── _notes
│   │   └── dwsync.xml
│   └── web.xml
└── jlgd%28完整%29
├── Data
│   ├── depts.sql
│   ├── jlgd
│   ├── networkcategories.sql
│   ├── network.sql
│   ├── newscategories.sql
│   ├── new.sql
│   ├── permissions.sql
│   ├── rolepermissions.sql
│   ├── roles.sql
│   ├── userroles.sql
│   └── users.sql
└── JLGD
├── src
│   ├── Bean
│   │   ├── SQL_Bean.java
│   │   └── vssver.scc
│   ├── Editor
│   │   ├── connector
│   │   │   ├── ConnectorServlet.java
│   │   │   └── vssver.scc
│   │   ├── EditorConfigurations.java
│   │   ├── Editor.java
│   │   ├── tags
│   │   │   ├── EditorTag.java
│   │   │   └── vssver.scc
│   │   ├── uploader
│   │   │   ├── SimpleUploaderServlet.java
│   │   │   └── vssver.scc
│   │   └── vssver.scc
│   ├── Editor.tld
│   ├── login
│   │   ├── LoginBean.java
│   │   ├── LoginServlet.java
│   │   └── vssver.scc
│   ├── MD5.java
│   ├── NetWork
│   │   ├── NetCategoriesBean.java
│   │   ├── NetWorkBean.java
│   │   ├── NetWorkServlet.java
│   │   └── vssver.scc
│   ├── New
│   │   ├── NewBean.java
│   │   ├── NewCategoriesBean.java
│   │   └── NewServlet.java
│   ├── User
│   │   ├── DeptBean.java
│   │   ├── PermissionBean.java
│   │   ├── RelatBean.java
│   │   ├── RoleBean.java
│   │   ├── UserBean.java
│   │   ├── UserServlet.java
│   │   └── vssver.scc
│   └── vssver.scc
└── WebRoot
├── admin.jsp
├── bottom.jsp
├── css
│   ├── cnitc.css
│   ├── css.css
│   └── _notes
│   └── dwsync.xml
├── Editor
│   ├── editor
│   │   ├── css
│   │   │   ├── behaviors
│   │   │   │   ├── disablehandles.htc
│   │   │   │   ├── hiddenfield.gif
│   │   │   │   ├── hiddenfield.htc
│   │   │   │   ├── _notes
│   │   │   │   │   └── dwsync.xml
│   │   │   │   └── showtableborders.htc
│   │   │   ├── fck_editorarea.css
│   │   │   ├── fck_internal.css
│   │   │   ├── fck_showtableborders_gecko.css
│   │   │   ├── images
│   │   │   │   ├── fck_anchor.gif
│   │   │   │   ├── fck_flashlogo.gif
│   │   │   │   ├── fck_pagebreak.gif
│   │   │   │   └── _notes
│   │   │   │   └── dwsync.xml
│   │   │   └── _notes
│   │   │   └── dwsync.xml
│   │   ├── dialog
│   │   │   ├── common
│   │   │   │   ├── fck_dialog_common.css
│   │   │   │   ├── fck_dialog_common.js
│   │   │   │   ├── fcknumericfield.htc
│   │   │   │   ├── images
│   │   │   │   │   ├── locked.gif
│   │   │   │   │   ├── _notes
│   │   │   │   │   │   └── dwsync.xml
│   │   │   │   │   ├── reset.gif
│   │   │   │   │   └── unlocked.gif
│   │   │   │   ├── moz-bindings.xml
│   │   │   │   └── _notes
│   │   │   │   └── dwsync.xml
│   │   │   ├── fck_about
│   │   │   │   ├── lgpl.html
│   │   │   │   ├── logo_fckeditor.gif
│   │   │   │   ├── logo_fredck.gif
│   │   │   │   └── _notes
│   │   │   │   └── dwsync.xml
│   │   │   ├── fck_about.html
│   │   │   ├── fck_anchor.html
│   │   │   ├── fck_button.html
│   │   │   ├── fck_checkbox.html
│   │   │   ├── fck_colorselector.html
│   │   │   ├── fck_docprops
│   │   │   │   ├── fck_document_preview.html
│   │   │   │   └── _notes
│   │   │   │   └── dwsync.xml
│   │   │   ├── fck_docprops.html
│   │   │   ├── fck_find.html
│   │   │   ├── fck_flash
│   │   │   │   ├── fck_flash.js
│   │   │   │   ├── fck_flash_preview.html
│   │   │   │   └── _notes
│   │   │   │   └── dwsync.xml
│   │   │   ├── fck_flash.html
│   │   │   ├── fck_form.html
│   │   │   ├── fck_hiddenfield.html
│   │   │   ├── fck_image
│   │   │   │   ├── fck_image.js
│   │   │   │   ├── fck_image_preview.html
│   │   │   │   └── _notes
│   │   │   │   └── dwsync.xml
│   │   │   ├── fck_image.html
│   │   │   ├── fck_link
│   │   │   │   ├── fck_link.js
│   │   │   │   └── _notes
│   │   │   │   └── dwsync.xml
│   │   │   ├── fck_link.html
│   │   │   ├── fck_listprop.html
│   │   │   ├── fck_paste.html
│   │   │   ├── fck_radiobutton.html
│   │   │   ├── fck_replace.html
│   │   │   ├── fck_select
│   │   │   │   ├── fck_select.js
│   │   │   │   └── _notes
│   │   │   │   └── dwsync.xml
│   │   │   ├── fck_select.html
│   │   │   ├── fck_smiley.html
│   │   │   ├── fck_source.html
│   │   │   ├── fck_specialchar.html
│   │   │   ├── fck_spellerpages
│   │   │   │   └── spellerpages
│   │   │   │   ├── blank.html
│   │   │   │   ├── controls.html
│   │   │   │   ├── controlWindow.js
│   │   │   │   ├── _notes
│   │   │   │   │   └── dwsync.xml
│   │   │   │   ├── server-scripts
│   │   │   │   │   ├── _notes
│   │   │   │   │   │   └── dwsync.xml
│   │   │   │   │   ├── 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
│   │   │   │   ├── _notes
│   │   │   │   │   └── dwsync.xml
│   │   │   │   ├── template1.gif
│   │   │   │   ├── template2.gif
│   │   │   │   └── template3.gif
│   │   │   ├── fck_template.html
│   │   │   ├── fck_textarea.html
│   │   │   ├── fck_textfield.html
│   │   │   ├── fck_universalkey
│   │   │   │   ├── 00.gif
│   │   │   │   ├── data.js
│   │   │   │   ├── diacritic.js
│   │   │   │   ├── dialogue.js
│   │   │   │   ├── fck_universalkey.css
│   │   │   │   ├── keyboard_layout.gif
│   │   │   │   ├── multihexa.js
│   │   │   │   └── _notes
│   │   │   │   └── dwsync.xml
│   │   │   ├── fck_universalkey.html
│   │   │   └── _notes
│   │   │   └── dwsync.xml
│   │   ├── fckblank.html
│   │   ├── fckdebug.html
│   │   ├── fckdialog.html
│   │   ├── fckdocument.html
│   │   ├── fckeditor.html
│   │   ├── fckeditor.original.html
│   │   ├── filemanager
│   │   │   ├── browser
│   │   │   │   └── default
│   │   │   │   ├── browser.css
│   │   │   │   ├── browser.html
│   │   │   │   ├── connectors
│   │   │   │   ├── 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
│   │   │   │   │   │   │   ├── _notes
│   │   │   │   │   │   │   │   └── dwsync.xml
│   │   │   │   │   │   │   ├── pdf.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
│   │   │   │   │   │   ├── _notes
│   │   │   │   │   │   │   └── dwsync.xml
│   │   │   │   │   │   ├── pdf.gif
│   │   │   │   │   │   ├── ppt.gif
│   │   │   │   │   │   ├── rdp.gif
│   │   │   │   │   │   ├── swf.gif
│   │   │   │   │   │   ├── swt.gif
│   │   │   │   │   │   ├── txt.gif
│   │   │   │   │   │   ├── vsd.gif
│   │   │   │   │   │   ├── xls.gif
│   │   │   │   │   │   ├── xml.gif
│   │   │   │   │   │   └── zip.gif
│   │   │   │   │   ├── _notes
│   │   │   │   │   │   └── dwsync.xml
│   │   │   │   │   └── spacer.gif
│   │   │   │   ├── js
│   │   │   │   │   ├── common.js
│   │   │   │   │   ├── fckxml.js
│   │   │   │   │   └── _notes
│   │   │   │   │   └── dwsync.xml
│   │   │   │   └── _notes
│   │   │   │   └── dwsync.xml
│   │   │   └── upload
│   │   ├── images
│   │   │   ├── anchor.gif
│   │   │   ├── _notes
│   │   │   │   └── dwsync.xml
│   │   │   ├── 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
│   │   │   │   ├── _notes
│   │   │   │   │   └── dwsync.xml
│   │   │   │   ├── 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
│   │   │   ├── fckeditorcode_gecko_1.js
│   │   │   ├── fckeditorcode_gecko_2.js
│   │   │   ├── fckeditorcode_ie_1.js
│   │   │   ├── fckeditorcode_ie_2.js
│   │   │   ├── fck_startup.js
│   │   │   └── _notes
│   │   │   └── dwsync.xml
│   │   ├── lang
│   │   │   ├── en.js
│   │   │   ├── fcklanguagemanager.js
│   │   │   ├── _notes
│   │   │   │   └── dwsync.xml
│   │   │   ├── zh-cn.js
│   │   │   └── zh.js
│   │   ├── _notes
│   │   │   └── dwsync.xml
│   │   ├── plugins
│   │   │   ├── fck_rm
│   │   │   │   ├── fckplugin.js
│   │   │   │   ├── fck_rm.gif
│   │   │   │   ├── fck_rm.html
│   │   │   │   ├── lang
│   │   │   │   │   ├── _notes
│   │   │   │   │   │   └── dwsync.xml
│   │   │   │   │   └── zh_cn.js
│   │   │   │   └── _notes
│   │   │   │   └── dwsync.xml
│   │   │   ├── fck_wm
│   │   │   │   ├── fckplugin.js
│   │   │   │   ├── fck_wm.gif
│   │   │   │   ├── fck_wm.html
│   │   │   │   ├── lang
│   │   │   │   │   ├── _notes
│   │   │   │   │   │   └── dwsync.xml
│   │   │   │   │   └── zh_cn.js
│   │   │   │   └── _notes
│   │   │   │   └── dwsync.xml
│   │   │   ├── placeholder
│   │   │   │   ├── fck_placeholder.html
│   │   │   │   ├── fckplugin.js
│   │   │   │   ├── lang
│   │   │   │   │   ├── en.js
│   │   │   │   │   └── _notes
│   │   │   │   │   └── dwsync.xml
│   │   │   │   ├── _notes
│   │   │   │   │   └── dwsync.xml
│   │   │   │   └── placeholder.gif
│   │   │   ├── simplecommands
│   │   │   │   ├── fckplugin.js
│   │   │   │   └── _notes
│   │   │   │   └── dwsync.xml
│   │   │   └── tablecommands
│   │   │   ├── fckplugin.js
│   │   │   └── _notes
│   │   │   └── dwsync.xml
│   │   └── skins
│   │   ├── default
│   │   │   ├── fck_contextmenu.css
│   │   │   ├── fck_dialog.css
│   │   │   ├── fck_editor.css
│   │   │   ├── images
│   │   │   │   ├── _notes
│   │   │   │   │   └── dwsync.xml
│   │   │   │   ├── toolbar.arrowright.gif
│   │   │   │   ├── toolbar.buttonarrow.gif
│   │   │   │   ├── toolbar.collapse.gif
│   │   │   │   ├── toolbar.end.gif
│   │   │   │   ├── toolbar.expand.gif
│   │   │   │   ├── toolbar.separator.gif
│   │   │   │   └── toolbar.start.gif
│   │   │   ├── _notes
│   │   │   │   └── dwsync.xml
│   │   │   └── toolbar
│   │   │   ├── about.gif
│   │   │   ├── anchor.gif
│   │   │   ├── bgcolor.gif
│   │   │   ├── bold.gif
│   │   │   ├── bulletedlist.gif
│   │   │   ├── button.gif
│   │   │   ├── checkbox.gif
│   │   │   ├── copy.gif
│   │   │   ├── cut.gif
│   │   │   ├── docprops.gif
│   │   │   ├── find.gif
│   │   │   ├── flash.gif
│   │   │   ├── form.gif
│   │   │   ├── hiddenfield.gif
│   │   │   ├── imagebutton.gif
│   │   │   ├── image.gif
│   │   │   ├── indent.gif
│   │   │   ├── inserthorizontalrule.gif
│   │   │   ├── insertorderedlist.gif
│   │   │   ├── insertunorderedlist.gif
│   │   │   ├── italic.gif
│   │   │   ├── justifycenter.gif
│   │   │   ├── justifyfull.gif
│   │   │   ├── justifyleft.gif
│   │   │   ├── justifyright.gif
│   │   │   ├── link.gif
│   │   │   ├── newpage.gif
│   │   │   ├── _notes
│   │   │   │   └── dwsync.xml
│   │   │   ├── numberedlist.gif
│   │   │   ├── outdent.gif
│   │   │   ├── pagebreak.gif
│   │   │   ├── paste.gif
│   │   │   ├── pastetext.gif
│   │   │   ├── pasteword.gif
│   │   │   ├── preview.gif
│   │   │   ├── print.gif
│   │   │   ├── radio.gif
│   │   │   ├── redo.gif
│   │   │   ├── removeformat.gif
│   │   │   ├── replace.gif
│   │   │   ├── save.gif
│   │   │   ├── selectall.gif
│   │   │   ├── select.gif
│   │   │   ├── showdetails.gif
│   │   │   ├── showtableborders.gif
│   │   │   ├── smiley.gif
│   │   │   ├── source.gif
│   │   │   ├── specialchar.gif
│   │   │   ├── spellcheck.gif
│   │   │   ├── strikethrough.gif
│   │   │   ├── subscript.gif
│   │   │   ├── superscript.gif
│   │   │   ├── tablecell.gif
│   │   │   ├── tabledeletecells.gif
│   │   │   ├── tabledeletecolumns.gif
│   │   │   ├── tabledeleterows.gif
│   │   │   ├── table.gif
│   │   │   ├── tableinsertcell.gif
│   │   │   ├── tableinsertcolumn.gif
│   │   │   ├── tableinsertrow.gif
│   │   │   ├── tablemergecells.gif
│   │   │   ├── tablesplitcell.gif
│   │   │   ├── templates.gif
│   │   │   ├── textarea.gif
│   │   │   ├── textcolor.gif
│   │   │   ├── textfield.gif
│   │   │   ├── underline.gif
│   │   │   ├── undo.gif
│   │   │   ├── universalkey.gif
│   │   │   ├── unlink.gif
│   │   │   └── unorderedlist.gif
│   │   ├── office2003
│   │   │   ├── fck_contextmenu.css
│   │   │   ├── fck_dialog.css
│   │   │   ├── fck_editor.css
│   │   │   ├── images
│   │   │   │   ├── _notes
│   │   │   │   │   └── dwsync.xml
│   │   │   │   ├── office.start.gif
│   │   │   │   ├── toolbar.arrowright.gif
│   │   │   │   ├── toolbar.bg.gif
│   │   │   │   ├── toolbar.buttonarrow.gif
│   │   │   │   ├── toolbar.collapse.gif
│   │   │   │   ├── toolbar.end.gif
│   │   │   │   ├── toolbar.expand.gif
│   │   │   │   ├── toolbar.separator.gif
│   │   │   │   └── toolbar.start.gif
│   │   │   ├── _notes
│   │   │   │   └── dwsync.xml
│   │   │   └── toolbar
│   │   │   ├── about.gif
│   │   │   ├── anchor.gif
│   │   │   ├── bgcolor.gif
│   │   │   ├── bold.gif
│   │   │   ├── bulletedlist.gif
│   │   │   ├── button.gif
│   │   │   ├── checkbox.gif
│   │   │   ├── copy.gif
│   │   │   ├── cut.gif
│   │   │   ├── docprops.gif
│   │   │   ├── find.gif
│   │   │   ├── flash.gif
│   │   │   ├── fontstyleadv.gif
│   │   │   ├── form.gif
│   │   │   ├── hiddenfield.gif
│   │   │   ├── hidden.gif
│   │   │   ├── imagebutton.gif
│   │   │   ├── image.gif
│   │   │   ├── indent.gif
│   │   │   ├── input.gif
│   │   │   ├── inserthorizontalrule.gif
│   │   │   ├── insertorderedlist.gif
│   │   │   ├── insertunorderedlist.gif
│   │   │   ├── italic.gif
│   │   │   ├── justifycenter.gif
│   │   │   ├── justifyfull.gif
│   │   │   ├── justifyleft.gif
│   │   │   ├── justifyright.gif
│   │   │   ├── link.gif
│   │   │   ├── mail.gif
│   │   │   ├── new.gif
│   │   │   ├── newpage.gif
│   │   │   ├── _notes
│   │   │   │   └── dwsync.xml
│   │   │   ├── numberedlist.gif
│   │   │   ├── open.gif
│   │   │   ├── outdent.gif
│   │   │   ├── pagebreak.gif
│   │   │   ├── paste.gif
│   │   │   ├── pastetext.gif
│   │   │   ├── pasteword.gif
│   │   │   ├── preview.gif
│   │   │   ├── print.gif
│   │   │   ├── radio.gif
│   │   │   ├── redo.gif
│   │   │   ├── removeformat.gif
│   │   │   ├── replace.gif
│   │   │   ├── save.gif
│   │   │   ├── selectall.gif
│   │   │   ├── select.gif
│   │   │   ├── showdetails.gif
│   │   │   ├── showtableborders.gif
│   │   │   ├── smiley.gif
│   │   │   ├── source.gif
│   │   │   ├── specialchar.gif
│   │   │   ├── spellcheck.gif
│   │   │   ├── strikethrough.gif
│   │   │   ├── subscript.gif
│   │   │   ├── superscript.gif
│   │   │   ├── tablecell.gif
│   │   │   ├── tabledeletecells.gif
│   │   │   ├── tabledeletecolumns.gif
│   │   │   ├── tabledeleterows.gif
│   │   │   ├── table.gif
│   │   │   ├── tableinsertcell.gif
│   │   │   ├── tableinsertcolumn.gif
│   │   │   ├── tableinsertrow.gif
│   │   │   ├── tablemergecells.gif
│   │   │   ├── tablesplitcell.gif
│   │   │   ├── templates.gif
│   │   │   ├── textarea.gif
│   │   │   ├── textcolor.gif
│   │   │   ├── textfield.gif
│   │   │   ├── underline.gif
│   │   │   ├── undo.gif
│   │   │   ├── universalkey.gif
│   │   │   ├── unlink.gif
│   │   │   └── unorderedlist.gif
│   │   └── silver
│   │   ├── fck_contextmenu.css
│   │   ├── fck_dialog.css
│   │   ├── fck_editor.css
│   │   ├── images
│   │   │   ├── _notes
│   │   │   │   └── dwsync.xml
│   │   │   ├── toolbar.arrowright.gif
│   │   │   ├── toolbar.buttonarrow.gif
│   │   │   ├── toolbar.buttonbg.gif
│   │   │   ├── toolbar.collapse.gif
│   │   │   ├── toolbar.end.gif
│   │   │   ├── toolbar.expand.gif
│   │   │   ├── toolbar.separator.gif
│   │   │   └── toolbar.start.gif
│   │   ├── _notes
│   │   │   └── dwsync.xml
│   │   └── toolbar
│   │   ├── about.gif
│   │   ├── anchor.gif
│   │   ├── bgcolor.gif
│   │   ├── bold.gif
│   │   ├── bulletedlist.gif
│   │   ├── button.gif
│   │   ├── checkbox.gif
│   │   ├── copy.gif
│   │   ├── cut.gif
│   │   ├── docprops.gif
│   │   ├── find.gif
│   │   ├── flash.gif
│   │   ├── form.gif
│   │   ├── hiddenfield.gif
│   │   ├── imagebutton.gif
│   │   ├── image.gif
│   │   ├── indent.gif
│   │   ├── inserthorizontalrule.gif
│   │   ├── insertorderedlist.gif
│   │   ├── insertunorderedlist.gif
│   │   ├── italic.gif
│   │   ├── justifycenter.gif
│   │   ├── justifyfull.gif
│   │   ├── justifyleft.gif
│   │   ├── justifyright.gif
│   │   ├── link.gif
│   │   ├── newpage.gif
│   │   ├── _notes
│   │   │   └── dwsync.xml
│   │   ├── numberedlist.gif
│   │   ├── outdent.gif
│   │   ├── pagebreak.gif
│   │   ├── paste.gif
│   │   ├── pastetext.gif
│   │   ├── pasteword.gif
│   │   ├── preview.gif
│   │   ├── print.gif
│   │   ├── radio.gif
│   │   ├── redo.gif
│   │   ├── removeformat.gif
│   │   ├── replace.gif
│   │   ├── save.gif
│   │   ├── selectall.gif
│   │   ├── select.gif
│   │   ├── showdetails.gif
│   │   ├── showtableborders.gif
│   │   ├── smiley.gif
│   │   ├── source.gif
│   │   ├── specialchar.gif
│   │   ├── spellcheck.gif
│   │   ├── strikethrough.gif
│   │   ├── subscript.gif
│   │   ├── superscript.gif
│   │   ├── tablecell.gif
│   │   ├── tabledeletecells.gif
│   │   ├── tabledeletecolumns.gif
│   │   ├── tabledeleterows.gif
│   │   ├── table.gif
│   │   ├── tableinsertcell.gif
│   │   ├── tableinsertcolumn.gif
│   │   ├── tableinsertrow.gif
│   │   ├── tablemergecells.gif
│   │   ├── tablesplitcell.gif
│   │   ├── templates.gif
│   │   ├── textarea.gif
│   │   ├── textcolor.gif
│   │   ├── textfield.gif
│   │   ├── underline.gif
│   │   ├── undo.gif
│   │   ├── universalkey.gif
│   │   ├── unlink.gif
│   │   └── unorderedlist.gif
│   ├── editorcontrol.js
│   ├── fckconfig.js
│   ├── fckeditor.js
│   ├── fckstyles.xml
│   ├── fcktemplates.xml
│   ├── images
│   │   ├── _notes
│   │   │   └── dwsync.xml
│   │   ├── sizeminus.gif
│   │   └── sizeplus.gif
│   └── _notes
│   └── dwsync.xml
├── error.jsp
├── images
│   ├── 11058BDC62F45EB84A6CC73A89FBC9C0.jpg
│   ├── 200611130080_6132.jpg
│   ├── 200611130080_6133.jpg
│   ├── 200611190001_6182.jpg
│   ├── 200611190001_6183.jpg
│   ├── 200611270075_6247.jpg
│   ├── 200611270075_6247 拷贝.jpg
│   ├── 200612110001_6392.jpg
│   ├── alert.jpg
│   ├── aqsc.gif
│   ├── banner.swf
│   ├── biao-1.jpg
│   ├── biao-2.jpg
│   ├── biao.jpg
│   ├── bj_1.jpg
│   ├── bj_2.jpg
│   ├── bj_3.jpg
│   ├── bj_4.jpg
│   ├── bj_5.jpg
│   ├── bj_6.jpg
│   ├── bzh.gif
│   ├── bzh.jpg
│   ├── dh_1.gif
│   ├── dh_bj.gif
│   ├── dian_1.jpg
│   ├── dian.gif
│   ├── dian.jpg
│   ├── dianta.jpg
│   ├── dl.jpg
│   ├── fangdajing.jpg
│   ├── flash.swf
│   ├── gjdw.jpg
│   ├── go.jpg
│   ├── gsdt.gif
│   ├── gsgk.gif
│   ├── gzjh.gif
│   ├── hyzq.jpg
│   ├── IMAG0171.JPG
│   ├── index_02.gif
│   ├── index_03.jpg
│   ├── index_05.gif
│   ├── index_06.gif
│   ├── index_07.gif
│   ├── index_09.gif
│   ├── index_100.gif
│   ├── index_103.gif
│   ├── index_106.gif
│   ├── index_107.gif
│   ├── index_109.gif
│   ├── index_10.gif
│   ├── index_110.gif
│   ├── index_111.gif
│   ├── index_112.gif
│   ├── index_113.gif
│   ├── index_114.gif
│   ├── index_115.gif
│   ├── index_116.gif
│   ├── index_118.gif
│   ├── index_119.gif
│   ├── index_11.gif
│   ├── index_120.gif
│   ├── index_121.gif
│   ├── index_123.gif
│   ├── index_124.gif
│   ├── index_125.gif
│   ├── index_126.gif
│   ├── index_127.gif
│   ├── index_127.jpg
│   ├── index_128.gif
│   ├── index_129.gif
│   ├── index_12.gif
│   ├── index_130.gif
│   ├── index_131.gif
│   ├── index_133.gif
│   ├── index_134.gif
│   ├── index_137.gif
│   ├── index_138.gif
│   ├── index_139.gif
│   ├── index_13.gif
│   ├── index_140.gif
│   ├── index_142.gif
│   ├── index_143.gif
│   ├── index_144.gif
│   ├── index_147.gif
│   ├── index_148.gif
│   ├── index_149.gif
│   ├── index_14.gif
│   ├── index_150.gif
│   ├── index_151.gif
│   ├── index_152.gif
│   ├── index_154.gif
│   ├── index_155.gif
│   ├── index_156.gif
│   ├── index_157.gif
│   ├── index_158.gif
│   ├── index_15.gif
│   ├── index_160.gif
│   ├── index_161.gif
│   ├── index_162.gif
│   ├── index_165.gif
│   ├── index_167.gif
│   ├── index_169.gif
│   ├── index_16.gif
│   ├── index_171.gif
│   ├── index_173.gif
│   ├── index_175.gif
│   ├── index_177.gif
│   ├── index_17.gif
│   ├── index_186.gif
│   ├── index_187.gif
│   ├── index_188.gif
│   ├── index_189.gif
│   ├── index_18.gif
│   ├── index_190.gif
│   ├── index_191.gif
│   ├── index_192.gif
│   ├── index_19.gif
│   ├── index_201.gif
│   ├── index2_01.gif
│   ├── index_202.gif
│   ├── index2_02.gif
│   ├── index_203.gif
│   ├── index2_03.gif
│   ├── index_204.gif
│   ├── index2_04.gif
│   ├── index_205.gif
│   ├── index_206.gif
│   ├── index_207.gif
│   ├── index2_08.gif
│   ├── index_209.gif
│   ├── index2_14.gif
│   ├── index_22.gif
│   ├── index_23.gif
│   ├── index_24.gif
│   ├── index_25.gif
│   ├── index_26.gif
│   ├── index_27.gif
│   ├── index_28.gif
│   ├── index_29.gif
│   ├── index2_bj.gif
│   ├── index_30.gif
│   ├── index_31.gif
│   ├── index_32.gif
│   ├── index_33.gif
│   ├── index_34.gif
│   ├── index_35.gif
│   ├── index_36.gif
│   ├── index_37.gif
│   ├── index_38.gif
│   ├── index_39.gif
│   ├── index_40.gif
│   ├── index_41.gif
│   ├── index_42.gif
│   ├── index_43.gif
│   ├── index_44.gif
│   ├── index_45.gif
│   ├── index_46.gif
│   ├── index_48.gif
│   ├── index_49.gif
│   ├── index_51.gif
│   ├── index_54.gif
│   ├── index_56.gif
│   ├── index_57.gif
│   ├── index_59.gif
│   ├── index_60.gif
│   ├── index_61.gif
│   ├── index_62.gif
│   ├── index_64.gif
│   ├── index_65.gif
│   ├── index_66.gif
│   ├── index_67.gif
│   ├── index_68.gif
│   ├── index_69.gif
│   ├── index_71.gif
│   ├── index_72.gif
│   ├── index_73.gif
│   ├── index_74.gif
│   ├── index_75.gif
│   ├── index_76.gif
│   ├── index_77.gif
│   ├── index_78.gif
│   ├── index_79.gif
│   ├── index_80.jpg
│   ├── index_81.gif
│   ├── index_82.gif
│   ├── index_83.gif
│   ├── index_84.gif
│   ├── index_85.gif
│   ├── index_86.gif
│   ├── index_87.gif
│   ├── index_88.gif
│   ├── index_89.gif
│   ├── index_90.gif
│   ├── index_91.gif
│   ├── index_92.gif
│   ├── index_93.gif
│   ├── index_94.gif
│   ├── index_95.gif
│   ├── index_96.gif
│   ├── index_97.gif
│   ├── index_99.gif
│   ├── index_zdlj.gif
│   ├── jcyh.gif
│   ├── ldjh.gif
│   ├── login_4.gif
│   ├── logo2 (1).jpg
│   ├── logo2(1).jpg
│   ├── logo2.jpg
│   ├── logo.jpg
│   ├── more.gif
│   ├── more.jpg
│   ├── new.gif
│   ├── new.jpg
│   ├── new_line.gif
│   ├── new_line.jpg
│   ├── _notes
│   │   └── dwsync.xml
│   ├── qywh.gif
│   ├── title_bdfz.gif
│   ├── title_jcxw.gif
│   ├── title_ldjh.gif
│   ├── title_spzs.gif
│   ├── title_tzgg.gif
│   ├── title_znss.gif
│   ├── title_ztjj.gif
│   ├── title_zxdt.gif
│   ├── title_zxtz.gif
│   ├── tubiao-.jpg
│   ├── tubiao.jpg
│   ├── txzcxx.gif
│   ├── U762P8T1D204759F913DT20051104182404.jpg
│   ├── U825P28T3D494210F328DT20040904171936.jpg
│   ├── xghy.gif
│   ├── xian_1.jpg
│   ├── xian_2.jpg
│   ├── xian.gif
│   ├── xijiao.jpg
│   ├── x.jpg
│   ├── xxyy.gif
│   ├── ydxy.gif
│   ├── yuanjiao_1.jpg
│   ├── yuanjiao_2.jpg
│   ├── yuanjiao_3.jpg
│   ├── yuanjiao_4.jpg
│   ├── zgsr.jpg
│   ├── zhfw.gif
│   ├── 分隔符.gif
│   ├── 快捷方式 到 banner.lnk
│   └── 快捷方式 到 images.lnk
├── index
│   ├── gsgk.jsp
│   ├── indexnew_view.jsp
│   ├── indexuser_update.jsp
│   ├── newlist.jsp
│   ├── _notes
│   │   └── dwsync.xml
│   ├── searchnews.jsp
│   ├── suc.jsp
│   ├── usercheck.jsp
│   ├── userzc.jsp
│   ├── userzc_one.jsp
│   ├── zgsr.jsp
│   └── zhfw.jsp
├── indexbottom.jsp
├── index.jsp
├── indexleft.jsp
├── indexlogin.jsp
├── indextop.jsp
├── individual.jsp
├── js
│   ├── editor.js
│   ├── httpRequest.js
│   ├── _notes
│   │   └── dwsync.xml
│   └── validator.js
├── left.jsp
├── META-INF
│   ├── MANIFEST.MF
│   └── _notes
│   └── dwsync.xml
├── network
│   ├── netcategories_insert.jsp
│   ├── netcategories_select.jsp
│   ├── netcategories_update.jsp
│   ├── network_insert.jsp
│   ├── network.jsp
│   ├── network_select.jsp
│   ├── network_update.jsp
│   └── _notes
│   └── dwsync.xml
├── new
│   ├── categories_insert.jsp
│   ├── categories_select.jsp
│   ├── categories_update.jsp
│   ├── fileupload.jsp
│   ├── new_auditing.jsp
│   ├── new_auditings.jsp
│   ├── new_insert.jsp
│   ├── new_select.jsp
│   ├── news.jsp
│   ├── new_update.jsp
│   ├── new_view.jsp
│   ├── _notes
│   │   └── dwsync.xml
│   ├── uploadfile.jsp
│   ├── upload.jsp
│   └── uploads.jsp
├── _notes
│   └── dwsync.xml
├── rollimage_one.jsp
├── rollimages.jsp
├── rollimage_two.jsp
├── rollnews.jsp
├── session.jsp
├── top.jsp
├── user
│   ├── checkname.jsp
│   ├── dept_insert.jsp
│   ├── dept_select.jsp
│   ├── dept_update.jsp
│   ├── _notes
│   │   └── dwsync.xml
│   ├── permission_insert.jsp
│   ├── permission_select.jsp
│   ├── permission_update.jsp
│   ├── role_insert.jsp
│   ├── role_permission.jsp
│   ├── role_select.jsp
│   ├── role_update.jsp
│   ├── user_insert.jsp
│   ├── user_role.jsp
│   ├── user_select.jsp
│   └── user_update.jsp
├── UserFiles
│   ├── File
│   ├── Flash
│   └── Image
│   ├── 1.jpg
│   ├── 1w.gif
│   ├── 200611130080_6132.jpg
│   ├── 200611130080_6133.jpg
│   ├── 200611190001_6182.jpg
│   ├── 200611190001_6183.jpg
│   ├── 200611270075_6247.jpg
│   ├── 20061130022044.jpg
│   ├── 200612110001_6392.jpg
│   ├── 20071118214526.jpg
│   ├── 20071118215338.jpg
│   ├── 20071118215849.gif
│   ├── 20071118220311.gif
│   ├── 20071118222714.jpg
│   ├── gjdw.jpg
│   ├── hjj.wmv
│   ├── IMAG0171.JPG
│   ├── index_201.gif
│   ├── index_51.gif
│   ├── index_54(1).gif
│   ├── index_54.gif
│   ├── index_67.gif
│   ├── index_69.gif
│   ├── index_72.gif
│   ├── new.jpg
│   ├── _notes
│   │   └── dwsync.xml
│   ├── tubiao-1.jpg
│   ├── wohu.wmv
│   ├── yunshuiyao.wmv
│   └── 欢乐冬日送.gif
└── WEB-INF
├── classes
│   ├── Bean
│   │   ├── SQL_Bean.class
│   │   └── vssver.scc
│   ├── Editor
│   │   ├── connector
│   │   │   ├── ConnectorServlet.class
│   │   │   └── vssver.scc
│   │   ├── Editor.class
│   │   ├── EditorConfigurations.class
│   │   ├── tags
│   │   │   ├── EditorTag.class
│   │   │   └── vssver.scc
│   │   ├── uploader
│   │   │   ├── SimpleUploaderServlet.class
│   │   │   └── vssver.scc
│   │   └── vssver.scc
│   ├── Editor.tld
│   ├── login
│   │   ├── LoginBean.class
│   │   ├── LoginServlet.class
│   │   └── vssver.scc
│   ├── MD5.class
│   ├── NetWork
│   │   ├── NetCategoriesBean.class
│   │   ├── NetWorkBean.class
│   │   ├── NetWorkServlet.class
│   │   └── vssver.scc
│   ├── New
│   │   ├── NewBean.class
│   │   ├── NewCategoriesBean.class
│   │   └── NewServlet.class
│   ├── User
│   │   ├── DeptBean.class
│   │   ├── PermissionBean.class
│   │   ├── RelatBean.class
│   │   ├── RoleBean.class
│   │   ├── UserBean.class
│   │   ├── UserServlet.class
│   │   └── vssver.scc
│   └── vssver.scc
├── lib
│   ├── commons-fileupload.jar
│   ├── jspsmartupload.jar
│   ├── MSBASE.JAR
│   ├── mssqlserver.jar
│   ├── MSUTIL.JAR
│   └── _notes
│   └── dwsync.xml
├── _notes
│   └── dwsync.xml
└── web.xml

297 directories, 1868 files

标签:

实例下载地址

jsp完整项目,可以看看.rar

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

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

网友评论

发表评论

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

查看所有0条评论>>

小贴士

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

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

关于好例子网

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

;
报警