实例介绍
也用此网站做毕业设计,完美通过。。。。。。。。。。。。
【实例截图】
【核心代码】
乐尚商城
└── 乐尚商城
├── admin
│ ├── controls
│ │ ├── acate.class.php
│ │ ├── adminactlog.class.php
│ │ ├── adminClass.class.php
│ │ ├── admin.class.php
│ │ ├── admingroup.class.php
│ │ ├── adminlog.class.php
│ │ ├── adminnode.class.php
│ │ ├── adv.class.php
│ │ ├── appraise.class.php
│ │ ├── appraisetimes.class.php
│ │ ├── backup.class.php
│ │ ├── brand.class.php
│ │ ├── cache.class.php
│ │ ├── code.class.php
│ │ ├── comment.class.php
│ │ ├── common.class.php
│ │ ├── config.class.php
│ │ ├── consult.class.php
│ │ ├── district.class.php
│ │ ├── express.class.php
│ │ ├── group.class.php
│ │ ├── hotword.class.php
│ │ ├── index.class.php
│ │ ├── letter.class.php
│ │ ├── link.class.php
│ │ ├── lottery.class.php
│ │ ├── lotteryitem.class.php
│ │ ├── lotterywin.class.php
│ │ ├── mailrules.class.php
│ │ ├── mails.class.php
│ │ ├── message.class.php
│ │ ├── mobile.class.php
│ │ ├── module.class.php
│ │ ├── nav.class.php
│ │ ├── news.class.php
│ │ ├── orders.class.php
│ │ ├── ordersitem.class.php
│ │ ├── payment.class.php
│ │ ├── pcate.class.php
│ │ ├── product.class.php
│ │ ├── productspec.class.php
│ │ ├── spec.class.php
│ │ ├── statistic.class.php
│ │ ├── survey.class.php
│ │ ├── update.class.php
│ │ ├── user.class.php
│ │ └── userlog.class.php
│ ├── models
│ │ ├── acate.class.php
│ │ ├── adminactlog.class.php
│ │ ├── adminClass.class.php
│ │ ├── admin.class.php
│ │ ├── admingroup.class.php
│ │ ├── adminlog.class.php
│ │ ├── adminnode.class.php
│ │ ├── adv.class.php
│ │ ├── appraise.class.php
│ │ ├── appraisetimes.class.php
│ │ ├── backup.class.php
│ │ ├── brand.class.php
│ │ ├── cache.class.php
│ │ ├── code.class.php
│ │ ├── comment.class.php
│ │ ├── config.class.php
│ │ ├── consult.class.php
│ │ ├── district.class.php
│ │ ├── express.class.php
│ │ ├── group.class.php
│ │ ├── hotword.class.php
│ │ ├── letter.class.php
│ │ ├── link.class.php
│ │ ├── lottery.class.php
│ │ ├── lotteryitem.class.php
│ │ ├── lotterywin.class.php
│ │ ├── mail.class.php
│ │ ├── mailrules.class.php
│ │ ├── mails.class.php
│ │ ├── message.class.php
│ │ ├── mobile.class.php
│ │ ├── module.class.php
│ │ ├── nav.class.php
│ │ ├── news.class.php
│ │ ├── orders.class.php
│ │ ├── ordersitem.class.php
│ │ ├── payment.class.php
│ │ ├── pcate.class.php
│ │ ├── product.class.php
│ │ ├── productspec.class.php
│ │ ├── product.xml
│ │ ├── spec.class.php
│ │ ├── statistic.class.php
│ │ ├── survey.class.php
│ │ ├── update.class.php
│ │ ├── user.class.php
│ │ ├── userlog.class.php
│ │ └── user.xml
│ └── views
│ └── new
│ ├── admin
│ │ ├── admin-add.tpl
│ │ ├── adminGroup-add.tpl
│ │ ├── adminGroup-list.tpl
│ │ ├── adminGroup-mod.tpl
│ │ ├── admin-list.tpl
│ │ └── admin-mod.tpl
│ ├── adv
│ │ ├── acate-add.tpl
│ │ ├── acate-list.tpl
│ │ ├── acate-mod.tpl
│ │ ├── adv-add.tpl
│ │ ├── adv-list.tpl
│ │ └── adv-mod.tpl
│ ├── appraise
│ │ ├── appraise-feedback.tpl
│ │ └── appraise-list.tpl
│ ├── backup
│ │ └── backup-list.tpl
│ ├── brand
│ │ ├── brand-add.tpl
│ │ ├── brand-list.tpl
│ │ └── brand-mod.tpl
│ ├── code
│ │ ├── code-list.tpl
│ │ └── code-mod.tpl
│ ├── comment
│ │ └── comment-list.tpl
│ ├── config
│ │ ├── config_fun.tpl
│ │ ├── config_img.tpl
│ │ └── config_site.tpl
│ ├── consult
│ │ ├── consult-feedback.tpl
│ │ └── consult-list.tpl
│ ├── express
│ │ ├── express-add.tpl
│ │ ├── express-list.tpl
│ │ └── express-mod.tpl
│ ├── group
│ │ ├── group-add.tpl
│ │ ├── group-list.tpl
│ │ └── group-mod.tpl
│ ├── hotword
│ │ ├── hotword-list.tpl
│ │ └── hotword-mod.tpl
│ ├── index
│ │ ├── default.tpl
│ │ ├── left.tpl
│ │ └── login.tpl
│ ├── letter
│ │ └── letter-list.tpl
│ ├── link
│ │ ├── link-add.tpl
│ │ ├── link-list.tpl
│ │ └── link-mod.tpl
│ ├── logs
│ │ ├── adminactlog-list.tpl
│ │ ├── adminlog-list.tpl
│ │ └── userlog-list.tpl
│ ├── lottery
│ │ ├── lottery-add.tpl
│ │ ├── lotteryitem-mod.tpl
│ │ ├── lottery-list.tpl
│ │ ├── lottery-mod.tpl
│ │ └── lotterywin-list.tpl
│ ├── mails
│ │ ├── mail-rules.tpl
│ │ ├── mail.tpl
│ │ ├── temp-mod.tpl
│ │ └── test.tpl
│ ├── main
│ │ ├── main.tpl
│ │ └── top.tpl
│ ├── message
│ │ └── message-list.tpl
│ ├── mobile
│ │ └── config_mobile.tpl
│ ├── module
│ │ ├── module-add.tpl
│ │ ├── module-list.tpl
│ │ └── module-mod.tpl
│ ├── nav
│ │ ├── nav-add.tpl
│ │ ├── nav-list.tpl
│ │ └── nav-mod.tpl
│ ├── news
│ │ ├── news-add.tpl
│ │ ├── news-list.tpl
│ │ ├── news-mod.tpl
│ │ └── publish-list.tpl
│ ├── orders
│ │ ├── close-index.tpl
│ │ ├── deliver-index.tpl
│ │ ├── mod-pay-index.tpl
│ │ ├── mod-receiving-index.tpl
│ │ ├── order-show.tpl
│ │ ├── orders-list.tpl
│ │ └── pay-index.tpl
│ ├── payment
│ │ ├── alipay-mod.tpl
│ │ ├── cash-mod.tpl
│ │ ├── chinabank-mod.tpl
│ │ ├── payment-list.tpl
│ │ ├── tenpay-mod.tpl
│ │ └── weixinpay-mod.tpl
│ ├── pcate
│ │ ├── pcate-add.tpl
│ │ ├── pcate-list.tpl
│ │ └── pcate-mod.tpl
│ ├── product
│ │ ├── import-index.tpl
│ │ ├── product-add.tpl
│ │ ├── product-list.tpl
│ │ └── product-mod.tpl
│ ├── public
│ │ └── success.tpl
│ ├── resource
│ │ ├── css
│ │ │ ├── left.css
│ │ │ ├── login.css
│ │ │ └── main.css
│ │ ├── images
│ │ │ ├── appraise-icon.png
│ │ │ ├── arrow.png
│ │ │ ├── audit-icon.png
│ │ │ ├── avatar-bg.png
│ │ │ ├── avatar-bg-s.png
│ │ │ ├── button.png
│ │ │ ├── d-arrow.gif
│ │ │ ├── default-icon.png
│ │ │ ├── display-icon.png
│ │ │ ├── home-icon.png
│ │ │ ├── img.gif
│ │ │ ├── img-icon.gif
│ │ │ ├── input-bg.png
│ │ │ ├── input-box-bg.png
│ │ │ ├── list-bottom-bg.gif
│ │ │ ├── list-title-bg.gif
│ │ │ ├── loading.gif
│ │ │ ├── login-bottom.png
│ │ │ ├── login-button.png
│ │ │ ├── login-top.png
│ │ │ ├── logo.png
│ │ │ ├── md-icon.png
│ │ │ ├── menu-icon.png
│ │ │ ├── no-data.png
│ │ │ ├── notice-icon.png
│ │ │ ├── ntree-icon.gif
│ │ │ ├── radio-icon.png
│ │ │ ├── result-icon.jpg
│ │ │ ├── slide-arrow.gif
│ │ │ ├── status-icon.png
│ │ │ ├── Thumbs.db
│ │ │ ├── title-bg.gif
│ │ │ ├── tree-icon.gif
│ │ │ ├── tree-last-icon.gif
│ │ │ ├── up-down-icon.png
│ │ │ ├── user-default.jpg
│ │ │ ├── user-icon.png
│ │ │ ├── vcode-icon.png
│ │ │ └── write-icon.png
│ │ └── js
│ │ ├── common.js
│ │ ├── jquery.js
│ │ └── left.js
│ ├── spec
│ │ ├── spec-add.tpl
│ │ ├── spec-list.tpl
│ │ └── spec-mod.tpl
│ ├── statistic
│ │ └── statistic-list.tpl
│ ├── survey
│ │ ├── survey-add.tpl
│ │ ├── survey-list.tpl
│ │ └── survey-mod.tpl
│ ├── useless
│ │ └── useless-list.tpl
│ └── user
│ ├── user-add.tpl
│ ├── user-list.tpl
│ └── user-mod.tpl
├── admin.php
├── brophp
│ ├── bases
│ │ ├── action.class.php
│ │ ├── db.class.php
│ │ ├── debug.class.php
│ │ ├── dmysqli.class.php
│ │ ├── dpdo.class.php
│ │ ├── memcachemodel.class.php
│ │ ├── memsession.class.php
│ │ ├── mytpl.class.php
│ │ ├── prourl.class.php
│ │ ├── structure.class.php
│ │ └── validate.class.php
│ ├── brophp.php
│ ├── classes
│ │ ├── fileupload.class.php
│ │ ├── image.class.php
│ │ ├── page.class.php
│ │ └── vcode.class.php
│ ├── commons
│ │ ├── functions.inc.php
│ │ └── success
│ └── libs
│ ├── Config_File.class.php
│ ├── debug.tpl
│ ├── definePlugins
│ │ └── block.city.php
│ ├── internals
│ │ ├── core.assemble_plugin_filepath.php
│ │ ├── core.assign_smarty_interface.php
│ │ ├── core.create_dir_structure.php
│ │ ├── core.display_debug_console.php
│ │ ├── core.get_include_path.php
│ │ ├── core.get_microtime.php
│ │ ├── core.get_php_resource.php
│ │ ├── core.is_secure.php
│ │ ├── core.is_trusted.php
│ │ ├── core.load_plugins.php
│ │ ├── core.load_resource_plugin.php
│ │ ├── core.process_cached_inserts.php
│ │ ├── core.process_compiled_include.php
│ │ ├── core.read_cache_file.php
│ │ ├── core.rm_auto.php
│ │ ├── core.rmdir.php
│ │ ├── core.run_insert_handler.php
│ │ ├── core.smarty_include_php.php
│ │ ├── core.write_cache_file.php
│ │ ├── core.write_compiled_include.php
│ │ ├── core.write_compiled_resource.php
│ │ └── core.write_file.php
│ ├── plugins
│ │ ├── block.textformat.php
│ │ ├── compiler.assign.php
│ │ ├── function.assign_debug_info.php
│ │ ├── function.config_load.php
│ │ ├── function.counter.php
│ │ ├── function.cycle.php
│ │ ├── function.debug.php
│ │ ├── function.eval.php
│ │ ├── function.fetch.php
│ │ ├── function.html_checkboxes.php
│ │ ├── function.html_image.php
│ │ ├── function.html_options.php
│ │ ├── function.html_radios.php
│ │ ├── function.html_select_date.php
│ │ ├── function.html_select_time.php
│ │ ├── function.html_table.php
│ │ ├── function.mailto.php
│ │ ├── function.math.php
│ │ ├── function.popup_init.php
│ │ ├── function.popup.php
│ │ ├── modifier.capitalize.php
│ │ ├── modifier.cat.php
│ │ ├── modifier.count_characters.php
│ │ ├── modifier.count_paragraphs.php
│ │ ├── modifier.count_sentences.php
│ │ ├── modifier.count_words.php
│ │ ├── modifier.date_format.php
│ │ ├── modifier.debug_print_var.php
│ │ ├── modifier.default.php
│ │ ├── modifier.escape.php
│ │ ├── modifier.indent.php
│ │ ├── modifier.lower.php
│ │ ├── modifier.nl2br.php
│ │ ├── modifier.regex_replace.php
│ │ ├── modifier.replace.php
│ │ ├── modifier.spacify.php
│ │ ├── modifier.string_format.php
│ │ ├── modifier.strip.php
│ │ ├── modifier.strip_tags.php
│ │ ├── modifier.truncate.php
│ │ ├── modifier.upper.php
│ │ ├── modifier.wordwrap.php
│ │ ├── outputfilter.trimwhitespace.php
│ │ ├── shared.escape_special_chars.php
│ │ └── shared.make_timestamp.php
│ ├── Smarty.class.php
│ └── Smarty_Compiler.class.php
├── classes
│ ├── crop.class.php
│ ├── ftp.class.php
│ ├── payRequestHandler.class.php
│ ├── payResponseHandler.class.php
│ ├── qr.class.php
│ ├── requestHandler.class.php
│ └── simfile.class.php
├── commons
│ └── functions.inc.php
├── config.inc.php
├── home
│ ├── controls
│ │ ├── adv.class.php
│ │ ├── appraise.class.php
│ │ ├── cart.class.php
│ │ ├── comment.class.php
│ │ ├── common.class.php
│ │ ├── consult.class.php
│ │ ├── district.class.php
│ │ ├── fav.class.php
│ │ ├── friend.class.php
│ │ ├── hotword.class.php
│ │ ├── index.class.php
│ │ ├── letter.class.php
│ │ ├── link.class.php
│ │ ├── lottery.class.php
│ │ ├── lotterywin.class.php
│ │ ├── message.class.php
│ │ ├── nav.class.php
│ │ ├── news.class.php
│ │ ├── orders.class.php
│ │ ├── ordersitem.class.php
│ │ ├── payment.class.php
│ │ ├── pcate.class.php
│ │ ├── product.class.php
│ │ ├── profav.class.php
│ │ ├── survey.class.php
│ │ └── user.class.php
│ ├── models
│ │ ├── adv.class.php
│ │ ├── appraise.class.php
│ │ ├── cart.class.php
│ │ ├── comment.class.php
│ │ ├── consult.class.php
│ │ ├── district.class.php
│ │ ├── fav.class.php
│ │ ├── friend.class.php
│ │ ├── hotword.class.php
│ │ ├── letter.class.php
│ │ ├── link.class.php
│ │ ├── lottery.class.php
│ │ ├── lotterywin.class.php
│ │ ├── message.class.php
│ │ ├── nav.class.php
│ │ ├── news.class.php
│ │ ├── orders.class.php
│ │ ├── ordersitem.class.php
│ │ ├── payment.class.php
│ │ ├── pcate.class.php
│ │ ├── product.class.php
│ │ ├── product.xml
│ │ ├── profav.class.php
│ │ ├── survey.class.php
│ │ ├── user.class.php
│ │ └── user.xml
│ └── views
│ └── new
│ ├── index
│ │ ├── index.tpl
│ │ └── page.tpl
│ ├── news
│ │ ├── left.tpl
│ │ ├── news_article.tpl
│ │ ├── news_list.tpl
│ │ ├── news_search.tpl
│ │ └── news.tpl
│ ├── product
│ │ ├── left.tpl
│ │ ├── product_list.tpl
│ │ ├── product_search.tpl
│ │ ├── product_show.tpl
│ │ └── product.tpl
│ ├── public
│ │ ├── closed.tpl
│ │ ├── footer.tpl
│ │ ├── header.tpl
│ │ ├── qrcode.tpl
│ │ ├── success.tpl
│ │ ├── survey_result.tpl
│ │ ├── survey.tpl
│ │ └── user-header.tpl
│ ├── resource
│ │ ├── css
│ │ │ ├── cart.css
│ │ │ ├── common.css
│ │ │ ├── index.css
│ │ │ ├── jqzoom.css
│ │ │ ├── layout.css
│ │ │ ├── lottery.css
│ │ │ └── user.css
│ │ ├── images
│ │ │ ├── add-sub-icon.png
│ │ │ ├── alert.png
│ │ │ ├── arrow.png
│ │ │ ├── bar-bg.jpg
│ │ │ ├── buttons_01.png
│ │ │ ├── buy-icon.png
│ │ │ ├── circle-icon.png
│ │ │ ├── comment_box.gif
│ │ │ ├── comment_button.gif
│ │ │ ├── comment_icon.gif
│ │ │ ├── delta.gif
│ │ │ ├── disc-bg.png
│ │ │ ├── disc-rotate.gif
│ │ │ ├── floor-icon.gif
│ │ │ ├── friend_icon.gif
│ │ │ ├── grey-box.png
│ │ │ ├── halfcircle-icon.png
│ │ │ ├── heart-icon.png
│ │ │ ├── index-user-icon.png
│ │ │ ├── line_bg.gif
│ │ │ ├── line.gif
│ │ │ ├── loading.gif
│ │ │ ├── login-icon.gif
│ │ │ ├── logo.png
│ │ │ ├── mess_icon.gif
│ │ │ ├── nav-icon.gif
│ │ │ ├── no-content.gif
│ │ │ ├── no-pic.jpg
│ │ │ ├── notice-icon.gif
│ │ │ ├── orange-but.png
│ │ │ ├── percentbar-icon.png
│ │ │ ├── point.gif
│ │ │ ├── product-line.gif
│ │ │ ├── product-percent-bg.jpg
│ │ │ ├── qa_icon.gif
│ │ │ ├── scroll-icon.gif
│ │ │ ├── search-icon.gif
│ │ │ ├── share_button.gif
│ │ │ ├── share_icon.gif
│ │ │ ├── split-line-icon.jpg
│ │ │ ├── sub-nav-icon.gif
│ │ │ ├── Thumbs.db
│ │ │ ├── tick.png
│ │ │ ├── tree-icon.gif
│ │ │ ├── tree-last-icon.gif
│ │ │ ├── user-center-icon.png
│ │ │ ├── user_default.gif
│ │ │ ├── user-login-bg.jpg
│ │ │ ├── user-logo.png
│ │ │ ├── user-nav-icon.png
│ │ │ └── user-scroll-icon.gif
│ │ └── js
│ │ ├── common.js
│ │ ├── jquery.jqzoom.js
│ │ ├── jQueryRotate.2.2.js
│ │ ├── resizeImg.js
│ │ └── unslider.min.js
│ └── user
│ ├── ajax_login.tpl
│ ├── cart_list.tpl
│ ├── consult_show.tpl
│ ├── friend.tpl
│ ├── get_pass_2.tpl
│ ├── get_pass_3.tpl
│ ├── get_pass.tpl
│ ├── left.tpl
│ ├── letter_detail.tpl
│ ├── letter.tpl
│ ├── login_index.tpl
│ ├── lose_lottery.tpl
│ ├── message_detail.tpl
│ ├── message.tpl
│ ├── mod_index.tpl
│ ├── mod_logo.tpl
│ ├── mod_publish_appraise.tpl
│ ├── my_appraise.tpl
│ ├── my_comment.tpl
│ ├── my_consult.tpl
│ ├── my_fav_news.tpl
│ ├── my_fav_pro.tpl
│ ├── my_friend.tpl
│ ├── my_letter.tpl
│ ├── my_lottery.tpl
│ ├── my_lotterywin.tpl
│ ├── my_message.tpl
│ ├── my_orders.tpl
│ ├── order_show.tpl
│ ├── orders.tpl
│ ├── order_success.tpl
│ ├── publish_appraise.tpl
│ ├── publish_index.tpl
│ ├── publish_mod.tpl
│ ├── pub_news.tpl
│ ├── reg_index_2.tpl
│ ├── reg_index_3.tpl
│ ├── reg_index.tpl
│ ├── user_center.tpl
│ └── win_lottery.tpl
├── index.php
├── install
│ ├── css
│ │ └── index.css
│ ├── default_db.sql
│ ├── error.php
│ ├── images
│ │ ├── bg.jpg
│ │ ├── button-bg.png
│ │ ├── loading.gif
│ │ ├── shop-body.png
│ │ ├── shop-foot.png
│ │ └── shop-top.png
│ ├── index.php
│ ├── js
│ │ ├── jquery.js
│ │ └── jquery.pngfix.js
│ ├── paras.php
│ └── success.php
├── mobile
│ ├── controls
│ │ ├── common.class.php
│ │ ├── index.class.php
│ │ ├── product.class.php
│ │ └── user.class.php
│ ├── models
│ │ ├── product.class.php
│ │ └── user.class.php
│ └── views
│ └── default
│ ├── index
│ │ └── index.tpl
│ ├── product
│ │ ├── product_list.tpl
│ │ └── product_search.tpl
│ ├── public
│ │ ├── footer.tpl
│ │ ├── header.tpl
│ │ ├── nav.tpl
│ │ └── success.tpl
│ ├── resource
│ │ ├── css
│ │ │ ├── common.css
│ │ │ ├── fonts
│ │ │ │ ├── Flat-UI-Icons-24.ttf
│ │ │ │ ├── Flat-UI-Icons-24.woff
│ │ │ │ ├── lato-black.ttf
│ │ │ │ ├── lato-black.woff
│ │ │ │ ├── lato-bold.ttf
│ │ │ │ ├── lato-bold.woff
│ │ │ │ ├── lato-italic.ttf
│ │ │ │ ├── lato-italic.woff
│ │ │ │ ├── lato-regular.ttf
│ │ │ │ └── lato-regular.woff
│ │ │ ├── images
│ │ │ │ └── ajax-loader.gif
│ │ │ ├── jquery.mobile.custom.structure.css
│ │ │ ├── jquery.mobile.custom.structure.min.css
│ │ │ ├── jquery.mobile.custom.theme.css
│ │ │ ├── jquery.mobile.custom.theme.min.css
│ │ │ ├── jquery.mobile.flatui.css
│ │ │ ├── layout.css
│ │ │ └── slick.css
│ │ ├── images
│ │ │ ├── log-icon.png
│ │ │ └── nav-icon.gif
│ │ └── js
│ │ ├── jquery-1.8.3.min.js
│ │ ├── jquery.mobile.custom.js
│ │ ├── jquery.mobile.custom.min.js
│ │ ├── jquery.mobile.custom.structure.css
│ │ ├── jquery.mobile.custom.structure.min.css
│ │ ├── jquery.mobile.custom.theme.css
│ │ ├── jquery.mobile.custom.theme.min.css
│ │ └── slick.js
│ └── user
│ └── index.tpl
├── mobile.php
├── phpmailer
│ ├── class.phpmailer.php
│ ├── class.pop3.php
│ ├── class.smtp.php
│ └── language
│ ├── phpmailer.lang-zh_cn.php
│ └── phpmailer.lang-zh.php
├── public
│ ├── codemirror
│ │ ├── codemirror.css
│ │ ├── codemirror.js
│ │ ├── css.js
│ │ ├── htmlmixed.js
│ │ ├── javascript.js
│ │ └── xml.js
│ ├── css
│ │ ├── closed.css
│ │ ├── date_input.css
│ │ ├── easyform.css
│ │ ├── global.css
│ │ ├── jquery.Jcrop.css
│ │ └── weebox.css
│ ├── images
│ │ ├── close_box_shadow.png
│ │ ├── closed_bg.jpg
│ │ ├── closed_body_bg.jpg
│ │ ├── closed_body_top.jpg
│ │ ├── close.gif
│ │ ├── del.gif
│ │ ├── error_success.png
│ │ ├── focus_btn.png
│ │ ├── grey.gif
│ │ ├── loading.gif
│ │ ├── no_pic.jpg
│ │ ├── Thumbs.db
│ │ └── user.png
│ ├── js
│ │ ├── easyform.js
│ │ ├── grid.js
│ │ ├── highcharts.js
│ │ ├── jquery-1.11.1.min.js
│ │ ├── jquery-1.9.1.js
│ │ ├── jquery.bgiframe.js
│ │ ├── jquery.caretInsert.js
│ │ ├── jquery.date_input.js
│ │ ├── jquery.imagefit.js
│ │ ├── jquery.jclock.js
│ │ ├── jquery.Jcrop.min.js
│ │ ├── jquery.jqprint-0.3.js
│ │ ├── jquery.js
│ │ ├── jquery.lazyload.js
│ │ ├── jquery.pngfix.js
│ │ ├── jQueryRotate.2.2.js
│ │ ├── jquery.rotate.min.js
│ │ ├── jquery.timer.js
│ │ ├── jQuery.UtrialAvatarCutter.js
│ │ ├── jquery.weebox.js
│ │ ├── koala.min.1.5.js
│ │ ├── terminator2.2.min.js
│ │ └── theme
│ │ ├── dark-blue.js
│ │ ├── dark-green.js
│ │ ├── gray.js
│ │ └── grid.js
│ ├── ueditor
│ │ ├── dialogs
│ │ │ ├── emotion
│ │ │ │ ├── emotion.css
│ │ │ │ ├── emotion.js
│ │ │ │ └── images
│ │ │ │ ├── 0.gif
│ │ │ │ ├── bface.gif
│ │ │ │ ├── cface.gif
│ │ │ │ ├── fface.gif
│ │ │ │ ├── jxface2.gif
│ │ │ │ ├── neweditor-tab-bg.png
│ │ │ │ ├── tface.gif
│ │ │ │ ├── wface.gif
│ │ │ │ └── yface.gif
│ │ │ ├── formula
│ │ │ │ ├── formula.css
│ │ │ │ ├── formula.html
│ │ │ │ ├── formula.js
│ │ │ │ └── images
│ │ │ │ └── formula.png
│ │ │ ├── image
│ │ │ │ ├── image.css
│ │ │ │ ├── image.js
│ │ │ │ └── images
│ │ │ │ ├── close.png
│ │ │ │ ├── upload1.png
│ │ │ │ └── upload2.png
│ │ │ ├── link
│ │ │ │ └── link.js
│ │ │ ├── map
│ │ │ │ ├── map.html
│ │ │ │ └── map.js
│ │ │ └── video
│ │ │ ├── images
│ │ │ │ ├── center_focus.jpg
│ │ │ │ ├── left_focus.jpg
│ │ │ │ ├── none_focus.jpg
│ │ │ │ └── right_focus.jpg
│ │ │ ├── video.css
│ │ │ └── video.js
│ │ ├── index.html
│ │ ├── lang
│ │ │ ├── en
│ │ │ │ ├── en.js
│ │ │ │ └── images
│ │ │ │ ├── addimage.png
│ │ │ │ ├── alldeletebtnhoverskin.png
│ │ │ │ ├── alldeletebtnupskin.png
│ │ │ │ ├── background.png
│ │ │ │ ├── button.png
│ │ │ │ ├── copy.png
│ │ │ │ ├── deletedisable.png
│ │ │ │ ├── deleteenable.png
│ │ │ │ ├── imglabel.png
│ │ │ │ ├── listbackground.png
│ │ │ │ ├── localimage.png
│ │ │ │ ├── music.png
│ │ │ │ ├── rotateleftdisable.png
│ │ │ │ ├── rotateleftenable.png
│ │ │ │ ├── rotaterightdisable.png
│ │ │ │ ├── rotaterightenable.png
│ │ │ │ └── upload.png
│ │ │ └── zh-cn
│ │ │ ├── images
│ │ │ │ ├── copy.png
│ │ │ │ ├── imglabel.png
│ │ │ │ ├── localimage.png
│ │ │ │ ├── music.png
│ │ │ │ └── upload.png
│ │ │ └── zh-cn.js
│ │ ├── php
│ │ │ ├── getContent.php
│ │ │ ├── imageUp.php
│ │ │ └── Uploader.class.php
│ │ ├── themes
│ │ │ └── default
│ │ │ ├── css
│ │ │ │ ├── umeditor.css
│ │ │ │ └── umeditor.min.css
│ │ │ └── images
│ │ │ ├── caret.png
│ │ │ ├── close.png
│ │ │ ├── icons.gif
│ │ │ ├── icons.png
│ │ │ ├── ok.gif
│ │ │ ├── pop-bg.png
│ │ │ ├── spacer.gif
│ │ │ └── videologo.gif
│ │ ├── third-party
│ │ │ └── jquery.min.js
│ │ ├── umeditor.config.js
│ │ ├── umeditor.js
│ │ └── umeditor.min.js
│ └── uploads
│ ├── 20160810164646_213.jpg
│ ├── 20160811133349_521.jpg
│ ├── 20160811191312_619.png
│ ├── 20160812134955_630.jpg
│ ├── 20160812135719_526.jpg
│ ├── 20160812164955_358.jpg
│ ├── 20160812222725_768.jpg
│ └── 20160813114807_239.jpg
└── temp.inc.php
119 directories, 709 files
标签:
相关软件
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论