实例介绍
【实例截图】
【核心代码】
.
├── webeasy
│ ├── EditPlus.exe
│ ├── WEB-INF
│ │ ├── classes
│ │ │ ├── IKAnalyzer.cfg.xml
│ │ │ ├── edoit_word.dic
│ │ │ ├── license.dat
│ │ │ └── stopword.dic
│ │ ├── lib
│ │ │ ├── IKAnalyzer2012.jar
│ │ │ ├── activation.jar
│ │ │ ├── csp.jar
│ │ │ ├── mail.jar
│ │ │ ├── mysql-connector-java-5.1.12-bin.jar
│ │ │ ├── poi2.jar
│ │ │ ├── sqljdbc.jar
│ │ │ └── vertica-jdbc-7.0.1-0.jar
│ │ ├── temp
│ │ └── web.xml
│ ├── WebEasy开发手册.doc
│ ├── _samples
│ │ ├── 2words.html
│ │ ├── 2words1.html
│ │ ├── 2words2.html
│ │ ├── 2words3.html
│ │ ├── SetDataConv.xml
│ │ ├── app
│ │ │ ├── array_nokey.json
│ │ │ ├── array_null.json
│ │ │ ├── array_only_value.json
│ │ │ ├── one.json
│ │ │ ├── one.xml
│ │ │ ├── one_array.json
│ │ │ ├── one_array.xml
│ │ │ └── one_array_nolast.json
│ │ ├── bag.html
│ │ ├── bag_del.html
│ │ ├── bag_html2text.html
│ │ ├── bag_split.html
│ │ ├── call.html
│ │ ├── commit.html
│ │ ├── cookie.html
│ │ ├── date-2birthday.html
│ │ ├── date-2list.html
│ │ ├── date-50day.html
│ │ ├── editor
│ │ │ ├── editor_fck_add.chtml
│ │ │ ├── editor_fck_add.html
│ │ │ ├── editor_fck_body.htm
│ │ │ ├── editor_fck_create.html
│ │ │ ├── editor_fck_edit.chtml
│ │ │ ├── editor_fck_edit.html
│ │ │ ├── editor_fck_new.html
│ │ │ ├── editor_fck_new_content.htm
│ │ │ ├── editor_fck_rTextarea.html
│ │ │ ├── editor_fck_reTextarea.html
│ │ │ └── editor_fck_save.chtml
│ │ ├── esql_delete.html
│ │ ├── esql_insert.html
│ │ ├── esql_select.html
│ │ ├── esql_update.html
│ │ ├── file.html
│ │ ├── file_bag.html
│ │ ├── file_cache.html
│ │ ├── file_del.html
│ │ ├── file_del_dir.html
│ │ ├── file_dir.html
│ │ ├── file_dir_dir.html
│ │ ├── file_dir_file.html
│ │ ├── file_info.html
│ │ ├── file_info_dir.html
│ │ ├── file_page.html
│ │ ├── file_read.html
│ │ ├── for.html
│ │ ├── for_end.html
│ │ ├── for_esql.html
│ │ ├── for_for.html
│ │ ├── head.html
│ │ ├── if.html
│ │ ├── if2.html
│ │ ├── ifn.html
│ │ ├── import.html
│ │ ├── jspeasy
│ │ │ ├── md5.html
│ │ │ ├── md5.jsp
│ │ │ ├── md5_para.htm
│ │ │ ├── show.jsp
│ │ │ └── show2step.jsp
│ │ ├── order.html
│ │ ├── pPage.html
│ │ ├── public.html
│ │ ├── public1.html
│ │ ├── save.html
│ │ ├── session.html
│ │ ├── session_clear.html
│ │ ├── session_del.html
│ │ ├── session_get.html
│ │ ├── show.html
│ │ ├── showPage.html
│ │ ├── submitForm.html
│ │ ├── sys.html
│ │ ├── test.txt
│ │ ├── test.xml
│ │ ├── to.html
│ │ ├── tree.html
│ │ ├── tree1.html
│ │ ├── verify.html
│ │ ├── xml_add.html
│ │ ├── xml_del.html
│ │ └── xml_get.html
│ ├── base
│ │ ├── ac
│ │ │ ├── authorization.html
│ │ │ ├── authorization.xml
│ │ │ ├── authorizationAdd.html
│ │ │ ├── authorizationDel.chtml
│ │ │ ├── authorizationSaveEdit.chtml
│ │ │ ├── checkAcl.htm
│ │ │ └── select_acl.html
│ │ ├── access
│ │ │ ├── ask.html
│ │ │ ├── ask_1.html
│ │ │ ├── comment.html
│ │ │ ├── comment_1.html
│ │ │ ├── comment_del.chtml
│ │ │ ├── favorite.html
│ │ │ ├── favorite_1.html
│ │ │ ├── menu.html
│ │ │ ├── menu_eb.html
│ │ │ ├── orders.html
│ │ │ └── products.html
│ │ ├── acl.xml
│ │ ├── base.mdb
│ │ ├── css
│ │ │ ├── css.css
│ │ │ ├── current.xml
│ │ │ ├── home.css
│ │ │ ├── keep.htm
│ │ │ ├── keep.rar
│ │ │ ├── keep.xml
│ │ │ ├── main.css
│ │ │ └── system.css
│ │ ├── database.xml
│ │ ├── dept.xml
│ │ ├── images
│ │ │ ├── 13.gif
│ │ │ ├── 47.gif
│ │ │ ├── 49.gif
│ │ │ ├── Thumbs.db
│ │ │ ├── User_Login1.gif
│ │ │ ├── User_Login2.gif
│ │ │ ├── User_Login3.gif
│ │ │ ├── ablank.gif
│ │ │ ├── b_b_21.gif
│ │ │ ├── banner.gif
│ │ │ ├── banner1.gif
│ │ │ ├── bg_title17.gif
│ │ │ ├── bgmenu.gif
│ │ │ ├── biao1.jpg
│ │ │ ├── bottom_line2.gif
│ │ │ ├── button_1.gif
│ │ │ ├── button_2left.gif
│ │ │ ├── button_2right.gif
│ │ │ ├── color_gray.gif
│ │ │ ├── color_green.gif
│ │ │ ├── color_jacinth.gif
│ │ │ ├── color_yellow.gif
│ │ │ ├── curve.gif
│ │ │ ├── diao_10.gif
│ │ │ ├── do.gif
│ │ │ ├── dot.gif
│ │ │ ├── dot1.gif
│ │ │ ├── eyes.gif
│ │ │ ├── hrv3_001.gif
│ │ │ ├── hrv3_001.jpg
│ │ │ ├── hrv3_002.jpg
│ │ │ ├── icon_post.gif
│ │ │ ├── logo1.gif
│ │ │ ├── logo2.gif
│ │ │ ├── menu_bg.gif
│ │ │ ├── menu_top(1).gif
│ │ │ ├── menu_top.gif
│ │ │ ├── menu_top2.gif
│ │ │ ├── menuback.jpg
│ │ │ ├── ms_logo.gif
│ │ │ ├── navbg.gif
│ │ │ ├── newreport.gif
│ │ │ ├── newreport1.gif
│ │ │ ├── open.gif
│ │ │ ├── point.jpg
│ │ │ ├── point0.jpg
│ │ │ ├── pro_leftbg5.gif
│ │ │ ├── sendingBmp.gif
│ │ │ ├── sendingCF.gif
│ │ │ ├── service_img_03.gif
│ │ │ ├── snail.gif
│ │ │ ├── star_11.gif
│ │ │ ├── star_18.gif
│ │ │ └── top_bg.gif
│ │ ├── index.html
│ │ ├── js
│ │ │ ├── 2base64.js
│ │ │ ├── AjaxBase.js
│ │ │ ├── Dates.js
│ │ │ ├── calendar.htm
│ │ │ ├── calendar.js
│ │ │ ├── checkSubmit.js
│ │ │ ├── float.js
│ │ │ ├── getDateTime.html
│ │ │ ├── msg.js
│ │ │ ├── select.js
│ │ │ ├── time.htm
│ │ │ └── validator.js
│ │ ├── tables.xml
│ │ ├── tree
│ │ │ ├── I.gif
│ │ │ ├── L.gif
│ │ │ ├── Lc.gif
│ │ │ ├── Lo.gif
│ │ │ ├── T.gif
│ │ │ ├── Tc.gif
│ │ │ ├── To.gif
│ │ │ ├── act.htm
│ │ │ ├── c.gif
│ │ │ ├── c2.gif
│ │ │ ├── o.gif
│ │ │ ├── o2.gif
│ │ │ ├── rootC.gif
│ │ │ ├── rootO.gif
│ │ │ ├── s.gif
│ │ │ └── 复件 act.htm
│ │ └── xml
│ │ ├── aclDelNode.chtml
│ │ ├── aclEdit.html
│ │ ├── aclNew.html
│ │ ├── aclSave.chtml
│ │ ├── aclSaveNew.chtml
│ │ ├── aclShow.html
│ │ ├── cDelNode.chtml
│ │ ├── cEdit.html
│ │ ├── cNew.html
│ │ ├── cSave.chtml
│ │ ├── cSaveNew.chtml
│ │ ├── cShow.html
│ │ ├── deptDelNode.chtml
│ │ ├── deptEdit.html
│ │ ├── deptNew.html
│ │ ├── deptSave.chtml
│ │ ├── deptSaveNew.chtml
│ │ ├── deptShow.html
│ │ ├── myEdit.html
│ │ ├── mySaveEdit.chtml
│ │ ├── myShow.html
│ │ ├── pagination.htm
│ │ ├── selectClass.html
│ │ ├── selectColor.html
│ │ ├── selectDept.html
│ │ ├── tree.html
│ │ ├── userAclDel.chtml
│ │ ├── userAdd.html
│ │ ├── userAppoint.html
│ │ ├── userAppointSave.chtml
│ │ ├── userDel.chtml
│ │ ├── userEdit.html
│ │ ├── userRedeploy.html
│ │ ├── userRedeploySave.chtml
│ │ ├── userSaveAdd.chtml
│ │ ├── userSaveEdit.chtml
│ │ ├── userShow.html
│ │ └── 复件 userEdit.html
│ ├── editors
│ │ └── fckeditor
│ │ ├── autosaver.js
│ │ ├── editor
│ │ │ ├── _source
│ │ │ │ ├── classes
│ │ │ │ │ ├── fckcontextmenu.js
│ │ │ │ │ ├── fckdataprocessor.js
│ │ │ │ │ ├── fckdocumentfragment_gecko.js
│ │ │ │ │ ├── fckdocumentfragment_ie.js
│ │ │ │ │ ├── fckdomrange.js
│ │ │ │ │ ├── fckdomrange_gecko.js
│ │ │ │ │ ├── fckdomrange_ie.js
│ │ │ │ │ ├── fckdomrangeiterator.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
│ │ │ │ │ ├── fcktoolbar.js
│ │ │ │ │ ├── fcktoolbarbreak_gecko.js
│ │ │ │ │ ├── fcktoolbarbreak_ie.js
│ │ │ │ │ ├── fcktoolbarbutton.js
│ │ │ │ │ ├── fcktoolbarbuttonui.js
│ │ │ │ │ ├── fcktoolbarfontformatcombo.js
│ │ │ │ │ ├── fcktoolbarfontscombo.js
│ │ │ │ │ ├── fcktoolbarfontsizecombo.js
│ │ │ │ │ ├── fcktoolbarpanelbutton.js
│ │ │ │ │ ├── fcktoolbarspecialcombo.js
│ │ │ │ │ ├── fcktoolbarstylecombo.js
│ │ │ │ │ ├── fckw3crange.js
│ │ │ │ │ ├── fckxml.js
│ │ │ │ │ ├── fckxml_gecko.js
│ │ │ │ │ └── fckxml_ie.js
│ │ │ │ ├── commandclasses
│ │ │ │ │ ├── fck_othercommands.js
│ │ │ │ │ ├── fckblockquotecommand.js
│ │ │ │ │ ├── fckcorestylecommand.js
│ │ │ │ │ ├── fckfitwindow.js
│ │ │ │ │ ├── fckindentcommands.js
│ │ │ │ │ ├── fckjustifycommands.js
│ │ │ │ │ ├── fcklistcommands.js
│ │ │ │ │ ├── fcknamedcommand.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
│ │ │ │ ├── fck.js
│ │ │ │ ├── fck_contextmenu.js
│ │ │ │ ├── fck_gecko.js
│ │ │ │ ├── fck_ie.js
│ │ │ │ ├── fckbrowserinfo.js
│ │ │ │ ├── fckcodeformatter.js
│ │ │ │ ├── fckcommands.js
│ │ │ │ ├── fckconfig.js
│ │ │ │ ├── fckdebug.js
│ │ │ │ ├── fckdebug_empty.js
│ │ │ │ ├── fckdialog.js
│ │ │ │ ├── fckdocumentprocessor.js
│ │ │ │ ├── fckdomtools.js
│ │ │ │ ├── fcklanguagemanager.js
│ │ │ │ ├── fcklisthandler.js
│ │ │ │ ├── fcklistslib.js
│ │ │ │ ├── fckplugins.js
│ │ │ │ ├── fckregexlib.js
│ │ │ │ ├── fckselection.js
│ │ │ │ ├── fckselection_gecko.js
│ │ │ │ ├── fckselection_ie.js
│ │ │ │ ├── fckstyles.js
│ │ │ │ ├── fcktablehandler.js
│ │ │ │ ├── fcktablehandler_gecko.js
│ │ │ │ ├── fcktablehandler_ie.js
│ │ │ │ ├── fcktoolbaritems.js
│ │ │ │ ├── fcktoolbarset.js
│ │ │ │ ├── fcktools.js
│ │ │ │ ├── fcktools_gecko.js
│ │ │ │ ├── fcktools_ie.js
│ │ │ │ ├── fckundo.js
│ │ │ │ ├── fckurlparams.js
│ │ │ │ ├── fckxhtml.js
│ │ │ │ ├── fckxhtml_gecko.js
│ │ │ │ ├── fckxhtml_ie.js
│ │ │ │ └── fckxhtmlentities.js
│ │ │ ├── css
│ │ │ │ ├── behaviors
│ │ │ │ │ ├── disablehandles.htc
│ │ │ │ │ └── showtableborders.htc
│ │ │ │ ├── fck_editorarea.css
│ │ │ │ ├── fck_internal.css
│ │ │ │ ├── fck_showtableborders_gecko.css
│ │ │ │ └── images
│ │ │ │ ├── block_address.png
│ │ │ │ ├── block_blockquote.png
│ │ │ │ ├── block_div.png
│ │ │ │ ├── block_h1.png
│ │ │ │ ├── block_h2.png
│ │ │ │ ├── block_h3.png
│ │ │ │ ├── block_h4.png
│ │ │ │ ├── block_h5.png
│ │ │ │ ├── block_h6.png
│ │ │ │ ├── block_p.png
│ │ │ │ ├── block_pre.png
│ │ │ │ ├── fck_anchor.gif
│ │ │ │ ├── fck_flashlogo.gif
│ │ │ │ ├── fck_hiddenfield.gif
│ │ │ │ ├── fck_pagebreak.gif
│ │ │ │ └── fck_plugin.gif
│ │ │ ├── dialog
│ │ │ │ ├── common
│ │ │ │ │ ├── fck_dialog_common.css
│ │ │ │ │ ├── fck_dialog_common.js
│ │ │ │ │ └── images
│ │ │ │ │ ├── locked.gif
│ │ │ │ │ ├── reset.gif
│ │ │ │ │ └── unlocked.gif
│ │ │ │ ├── fck_about
│ │ │ │ │ ├── logo_fckeditor.gif
│ │ │ │ │ ├── logo_fredck.gif
│ │ │ │ │ └── sponsors
│ │ │ │ │ └── spellchecker_net.gif
│ │ │ │ ├── fck_about.html
│ │ │ │ ├── fck_anchor.html
│ │ │ │ ├── fck_button.html
│ │ │ │ ├── fck_checkbox.html
│ │ │ │ ├── fck_colorselector.html
│ │ │ │ ├── fck_div.html
│ │ │ │ ├── fck_docprops
│ │ │ │ │ └── fck_document_preview.html
│ │ │ │ ├── fck_docprops.html
│ │ │ │ ├── fck_flash
│ │ │ │ │ ├── fck_flash.js
│ │ │ │ │ └── fck_flash_preview.html
│ │ │ │ ├── fck_flash.html
│ │ │ │ ├── fck_form.html
│ │ │ │ ├── fck_hiddenfield.html
│ │ │ │ ├── fck_image
│ │ │ │ │ ├── fck_image.js
│ │ │ │ │ └── fck_image_preview.html
│ │ │ │ ├── fck_image.html
│ │ │ │ ├── fck_link
│ │ │ │ │ └── fck_link.js
│ │ │ │ ├── fck_link.html
│ │ │ │ ├── fck_listprop.html
│ │ │ │ ├── fck_paste.html
│ │ │ │ ├── fck_radiobutton.html
│ │ │ │ ├── fck_replace.html
│ │ │ │ ├── fck_select
│ │ │ │ │ └── fck_select.js
│ │ │ │ ├── fck_select.html
│ │ │ │ ├── fck_smiley.html
│ │ │ │ ├── fck_source.html
│ │ │ │ ├── fck_specialchar.html
│ │ │ │ ├── fck_spellerpages
│ │ │ │ │ └── spellerpages
│ │ │ │ │ ├── blank.html
│ │ │ │ │ ├── controlWindow.js
│ │ │ │ │ ├── controls.html
│ │ │ │ │ ├── server-scripts
│ │ │ │ │ │ ├── spellchecker.cfm
│ │ │ │ │ │ ├── spellchecker.php
│ │ │ │ │ │ └── spellchecker.pl
│ │ │ │ │ ├── spellChecker.js
│ │ │ │ │ ├── spellchecker.html
│ │ │ │ │ ├── spellerStyle.css
│ │ │ │ │ └── wordWindow.js
│ │ │ │ ├── fck_spellerpages.html
│ │ │ │ ├── fck_table.html
│ │ │ │ ├── fck_tablecell.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
│ │ │ │ │ │ ├── Folder.gif
│ │ │ │ │ │ ├── Folder32.gif
│ │ │ │ │ │ ├── FolderOpened.gif
│ │ │ │ │ │ ├── FolderOpened32.gif
│ │ │ │ │ │ ├── FolderUp.gif
│ │ │ │ │ │ ├── Thumbs.db
│ │ │ │ │ │ ├── icons
│ │ │ │ │ │ │ ├── 32
│ │ │ │ │ │ │ │ ├── Thumbs.db
│ │ │ │ │ │ │ │ ├── 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
│ │ │ │ │ │ │ ├── Thumbs.db
│ │ │ │ │ │ │ ├── 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
│ │ │ │ └── xml
│ │ │ │ ├── UploadResults.htm
│ │ │ │ ├── commands.htm
│ │ │ │ ├── config.htm
│ │ │ │ ├── connector.xml
│ │ │ │ ├── error.xml
│ │ │ │ ├── io.htm
│ │ │ │ └── upload.xml
│ │ │ ├── images
│ │ │ │ ├── anchor.gif
│ │ │ │ ├── arrow_ltr.gif
│ │ │ │ ├── arrow_rtl.gif
│ │ │ │ ├── smiley
│ │ │ │ │ └── msn
│ │ │ │ │ ├── angel_smile.gif
│ │ │ │ │ ├── angry_smile.gif
│ │ │ │ │ ├── broken_heart.gif
│ │ │ │ │ ├── cake.gif
│ │ │ │ │ ├── confused_smile.gif
│ │ │ │ │ ├── cry_smile.gif
│ │ │ │ │ ├── devil_smile.gif
│ │ │ │ │ ├── embaressed_smile.gif
│ │ │ │ │ ├── envelope.gif
│ │ │ │ │ ├── heart.gif
│ │ │ │ │ ├── kiss.gif
│ │ │ │ │ ├── lightbulb.gif
│ │ │ │ │ ├── omg_smile.gif
│ │ │ │ │ ├── regular_smile.gif
│ │ │ │ │ ├── sad_smile.gif
│ │ │ │ │ ├── shades_smile.gif
│ │ │ │ │ ├── teeth_smile.gif
│ │ │ │ │ ├── thumbs_down.gif
│ │ │ │ │ ├── thumbs_up.gif
│ │ │ │ │ ├── tounge_smile.gif
│ │ │ │ │ ├── whatchutalkingabout_smile.gif
│ │ │ │ │ └── wink_smile.gif
│ │ │ │ └── spacer.gif
│ │ │ ├── js
│ │ │ │ ├── fckadobeair.js
│ │ │ │ ├── fckeditorcode_gecko.js
│ │ │ │ └── fckeditorcode_ie.js
│ │ │ ├── lang
│ │ │ │ ├── _translationstatus.txt
│ │ │ │ ├── en.js
│ │ │ │ ├── zh-cn.js
│ │ │ │ ├── zh-cn.js.bak
│ │ │ │ └── zh.js
│ │ │ ├── plugins
│ │ │ │ ├── HighLighter
│ │ │ │ │ ├── dp.SyntaxHighlighter
│ │ │ │ │ │ ├── Scripts
│ │ │ │ │ │ │ ├── clipboard.swf
│ │ │ │ │ │ │ ├── run.js
│ │ │ │ │ │ │ ├── shBrushCSharp.js
│ │ │ │ │ │ │ ├── shBrushCpp.js
│ │ │ │ │ │ │ ├── shBrushCss.js
│ │ │ │ │ │ │ ├── shBrushDelphi.js
│ │ │ │ │ │ │ ├── shBrushJScript.js
│ │ │ │ │ │ │ ├── shBrushJava.js
│ │ │ │ │ │ │ ├── shBrushPhp.js
│ │ │ │ │ │ │ ├── shBrushPython.js
│ │ │ │ │ │ │ ├── shBrushRuby.js
│ │ │ │ │ │ │ ├── shBrushSql.js
│ │ │ │ │ │ │ ├── shBrushVb.js
│ │ │ │ │ │ │ ├── shBrushXml.js
│ │ │ │ │ │ │ └── shCore.js
│ │ │ │ │ │ └── Styles
│ │ │ │ │ │ └── SyntaxHighlighter.css
│ │ │ │ │ ├── fck_highlighter.html
│ │ │ │ │ ├── fckplugin.js
│ │ │ │ │ ├── highlighter.gif
│ │ │ │ │ └── lang
│ │ │ │ │ ├── en.js
│ │ │ │ │ └── zh-cn.js
│ │ │ │ ├── Media
│ │ │ │ │ ├── fckplugin.js
│ │ │ │ │ ├── lang
│ │ │ │ │ │ ├── en.js
│ │ │ │ │ │ └── zh-cn.js
│ │ │ │ │ ├── media.gif
│ │ │ │ │ ├── media.html
│ │ │ │ │ └── media.js
│ │ │ │ ├── autogrow
│ │ │ │ │ └── fckplugin.js
│ │ │ │ ├── bbcode
│ │ │ │ │ ├── _sample
│ │ │ │ │ │ ├── sample.config.js
│ │ │ │ │ │ └── sample.html
│ │ │ │ │ └── fckplugin.js
│ │ │ │ ├── dragresizetable
│ │ │ │ │ └── fckplugin.js
│ │ │ │ ├── insertcode
│ │ │ │ │ ├── fck_insertcode.html
│ │ │ │ │ ├── fckplugin.js
│ │ │ │ │ └── insertcode.css
│ │ │ │ ├── insertvideo
│ │ │ │ │ ├── fckplugin.js
│ │ │ │ │ ├── insertmusic.gif
│ │ │ │ │ ├── insertvideo.html
│ │ │ │ │ ├── js
│ │ │ │ │ │ ├── insertvideo.js
│ │ │ │ │ │ └── jwswfobject.js
│ │ │ │ │ ├── lang
│ │ │ │ │ │ ├── en.js
│ │ │ │ │ │ └── zh-cn.js
│ │ │ │ │ └── player
│ │ │ │ │ └── jwplayer.swf
│ │ │ │ ├── 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
│ │ │ │ ├── _fckviewstrips.html
│ │ │ │ ├── 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
│ │ │ │ ├── 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
│ │ │ └── wsc
│ │ │ ├── ciframe.html
│ │ │ ├── tmpFrameset.html
│ │ │ └── w.html
│ │ ├── fckconfig.js
│ │ ├── fckeditor.htm
│ │ ├── fckeditor.js
│ │ ├── fckpackager.xml
│ │ ├── fckstyles.xml
│ │ ├── fcktemplates.xml
│ │ ├── license.txt
│ │ └── uploader.js
│ ├── favicon.ico
│ ├── help
│ │ ├── database.xml
│ │ ├── db_info
│ │ │ ├── add.html
│ │ │ ├── db.xml
│ │ │ ├── db_name.html
│ │ │ ├── del.chtml
│ │ │ ├── edit.html
│ │ │ ├── excel
│ │ │ │ ├── create_mssql.htm
│ │ │ │ ├── create_mysql.htm
│ │ │ │ ├── create_table.chtml
│ │ │ │ ├── create_table.html
│ │ │ │ ├── del.chtml
│ │ │ │ ├── del_col.chtml
│ │ │ │ ├── insert_col.chtml
│ │ │ │ ├── neaten.chtml
│ │ │ │ ├── online_edit.html
│ │ │ │ ├── read.chtml
│ │ │ │ ├── save_to_bag.chtml
│ │ │ │ ├── set_col.chtml
│ │ │ │ ├── set_col.html
│ │ │ │ ├── show.html
│ │ │ │ ├── up.html
│ │ │ │ └── up_save.chtml
│ │ │ ├── field_add.html
│ │ │ ├── field_del.chtml
│ │ │ ├── field_edit.html
│ │ │ ├── field_save.chtml
│ │ │ ├── files
│ │ │ ├── go.chtml
│ │ │ ├── save.chtml
│ │ │ ├── show.html
│ │ │ ├── sql.html
│ │ │ ├── tab_add.html
│ │ │ ├── tab_del.chtml
│ │ │ ├── tab_edit.html
│ │ │ ├── tab_menu.html
│ │ │ ├── tab_save.chtml
│ │ │ ├── tab_show.html
│ │ │ └── verify.exml
│ │ ├── dbs_menu.html
│ │ ├── editor
│ │ │ ├── accessoriesAdd.html
│ │ │ ├── accessoriesSaveAdd_up1.chtml
│ │ │ ├── edit.html
│ │ │ ├── editCon.html
│ │ │ ├── editMethod.js
│ │ │ ├── i_moveto.gif
│ │ │ ├── images
│ │ │ │ ├── Bold.gif
│ │ │ │ ├── Copy.gif
│ │ │ │ ├── Cut.gif
│ │ │ │ ├── Italics.gif
│ │ │ │ ├── Paste.gif
│ │ │ │ ├── Thumbs.db
│ │ │ │ ├── actn096.gif
│ │ │ │ ├── actn097.gif
│ │ │ │ ├── bg1.jpg
│ │ │ │ ├── centre.gif
│ │ │ │ ├── ding.gif
│ │ │ │ ├── hebing.gif
│ │ │ │ ├── hr.gif
│ │ │ │ ├── image.gif
│ │ │ │ ├── image1.gif
│ │ │ │ ├── img.gif
│ │ │ │ ├── img1.gif
│ │ │ │ ├── indent.gif
│ │ │ │ ├── left.gif
│ │ │ │ ├── link.gif
│ │ │ │ ├── liveDebug.png
│ │ │ │ ├── loadword.gif
│ │ │ │ ├── music.gif
│ │ │ │ ├── outdent.gif
│ │ │ │ ├── para_bul.gif
│ │ │ │ ├── para_num.gif
│ │ │ │ ├── right.gif
│ │ │ │ ├── save.gif
│ │ │ │ ├── underline.gif
│ │ │ │ └── word.gif
│ │ │ ├── keep.xml
│ │ │ ├── load.gif
│ │ │ ├── sendingCF.gif
│ │ │ └── up
│ │ ├── htok.ldb
│ │ ├── htok.mdb
│ │ ├── sys
│ │ │ ├── bot_add.jsp
│ │ │ ├── bot_del.jsp
│ │ │ ├── bot_show.jsp
│ │ │ ├── error.htm
│ │ │ └── error.jsp
│ │ ├── tables.xml
│ │ ├── tree
│ │ │ ├── 1
│ │ │ │ ├── I.gif
│ │ │ │ ├── L.gif
│ │ │ │ ├── Lc.gif
│ │ │ │ ├── Lo.gif
│ │ │ │ ├── T.gif
│ │ │ │ ├── Tc.gif
│ │ │ │ ├── Thumbs.db
│ │ │ │ ├── To.gif
│ │ │ │ ├── c.gif
│ │ │ │ ├── c2.gif
│ │ │ │ ├── o.gif
│ │ │ │ ├── o2.gif
│ │ │ │ ├── rootC.gif
│ │ │ │ ├── rootO.gif
│ │ │ │ └── s.gif
│ │ │ ├── 2
│ │ │ │ ├── I.gif
│ │ │ │ ├── L.gif
│ │ │ │ ├── Lc.gif
│ │ │ │ ├── Lo.gif
│ │ │ │ ├── T.gif
│ │ │ │ ├── Tc.gif
│ │ │ │ ├── Thumbs.db
│ │ │ │ ├── To.gif
│ │ │ │ ├── c.gif
│ │ │ │ ├── c2.gif
│ │ │ │ ├── o.gif
│ │ │ │ ├── o2.gif
│ │ │ │ ├── rootC.gif
│ │ │ │ ├── rootO.gif
│ │ │ │ └── s.gif
│ │ │ ├── 3
│ │ │ │ ├── I.gif
│ │ │ │ ├── L.gif
│ │ │ │ ├── Lc.gif
│ │ │ │ ├── Lo.gif
│ │ │ │ ├── T.gif
│ │ │ │ ├── Tc.gif
│ │ │ │ ├── Thumbs.db
│ │ │ │ ├── To.gif
│ │ │ │ ├── c.gif
│ │ │ │ ├── c2.gif
│ │ │ │ ├── o.gif
│ │ │ │ ├── o2.gif
│ │ │ │ ├── rootC.gif
│ │ │ │ ├── rootO.gif
│ │ │ │ └── s.gif
│ │ │ ├── I.gif
│ │ │ ├── L.gif
│ │ │ ├── Lc.gif
│ │ │ ├── Lo.gif
│ │ │ ├── T.gif
│ │ │ ├── Tc.gif
│ │ │ ├── To.gif
│ │ │ ├── act.htm
│ │ │ ├── act.js
│ │ │ ├── c.gif
│ │ │ ├── c2.gif
│ │ │ ├── c5.gif
│ │ │ ├── o.gif
│ │ │ ├── o2.gif
│ │ │ ├── o5.gif
│ │ │ ├── root.gif
│ │ │ ├── rootC.gif
│ │ │ ├── rootO.gif
│ │ │ ├── rootO1.gif
│ │ │ ├── s.gif
│ │ │ ├── tree.html
│ │ │ └── 复件 act.htm
│ │ ├── usr
│ │ │ ├── del.html
│ │ │ ├── edit.html
│ │ │ ├── list.html
│ │ │ ├── new.html
│ │ │ ├── save.html
│ │ │ ├── saveNew.html
│ │ │ └── users.xml
│ │ └── xml
│ │ └── ver.dat
│ ├── log
│ │ ├── sql_2015-3.log
│ │ ├── sql_2015-4.log
│ │ ├── tsml_2015-3.log
│ │ ├── visit_2015-3.log
│ │ └── visit_2015-4.log
│ ├── out.json
│ ├── public
│ │ └── 0
│ │ └── image
│ │ ├── f_1431539353437.jpg
│ │ ├── hua1.jpg
│ │ └── test
│ │ └── n_1431541466484.jpg
│ └── sys.html
└── 好例子网_webeasy.zip
105 directories, 835 files
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论