实例介绍
想学习一下dubbo框架,网上搜了一些demo,这些demo很简单基本都是实现了一个hello的功能,工作之余,把网上搜的demo改造了一下,实现了一个完整的登录功能。
【实例截图】
【核心代码】
debboDemo
├── dubbo-api
│ ├── pom.xml
│ ├── src
│ │ └── main
│ │ ├── java
│ │ │ └── com
│ │ │ └── dubbo
│ │ │ └── api
│ │ │ └── common
│ │ │ ├── ucc
│ │ │ │ ├── ILoginUcc.java
│ │ │ │ └── IUserUcc.java
│ │ │ ├── utils
│ │ │ │ ├── BussinessCode.java
│ │ │ │ ├── BussinessMsg.java
│ │ │ │ ├── BussinessMsgUtil.java
│ │ │ │ ├── CommonCode.java
│ │ │ │ ├── CreateImageCode.java
│ │ │ │ ├── PageUtils.java
│ │ │ │ └── Query.java
│ │ │ └── vo
│ │ │ └── UserVO.java
│ │ └── resources
│ │ └── user-reference.xml
│ └── target
│ ├── classes
│ │ ├── META-INF
│ │ │ ├── MANIFEST.MF
│ │ │ └── maven
│ │ │ └── com.demo.dubbo
│ │ │ └── dubbo-api
│ │ │ ├── pom.properties
│ │ │ └── pom.xml
│ │ ├── com
│ │ │ └── dubbo
│ │ │ └── api
│ │ │ └── common
│ │ │ ├── ucc
│ │ │ │ ├── ILoginUcc.class
│ │ │ │ └── IUserUcc.class
│ │ │ ├── utils
│ │ │ │ ├── BussinessCode.class
│ │ │ │ ├── BussinessMsg.class
│ │ │ │ ├── BussinessMsgUtil.class
│ │ │ │ ├── CommonCode.class
│ │ │ │ ├── CreateImageCode.class
│ │ │ │ ├── PageUtils.class
│ │ │ │ └── Query.class
│ │ │ └── vo
│ │ │ └── UserVO.class
│ │ └── user-reference.xml
│ ├── dubbo-api-1.0-SNAPSHOT.jar
│ ├── maven-archiver
│ │ └── pom.properties
│ └── maven-status
│ └── maven-compiler-plugin
│ ├── compile
│ │ └── default-compile
│ │ ├── createdFiles.lst
│ │ └── inputFiles.lst
│ └── testCompile
│ └── default-testCompile
│ └── inputFiles.lst
├── dubbo-consumer
│ ├── pom.xml
│ ├── src
│ │ └── main
│ │ ├── java
│ │ │ └── com
│ │ │ └── dubbo
│ │ │ └── consumer
│ │ │ └── web
│ │ │ ├── IndexController.java
│ │ │ ├── LoginController.java
│ │ │ ├── MainController.java
│ │ │ └── UserController.java
│ │ ├── resources
│ │ │ ├── dubbo-consumer.xml
│ │ │ ├── log4j.properties
│ │ │ ├── spring-config.xml
│ │ │ └── spring-mvc.xml
│ │ └── webapp
│ │ ├── WEB-INF
│ │ │ ├── page
│ │ │ │ ├── index.jsp
│ │ │ │ ├── main.jsp
│ │ │ │ ├── system
│ │ │ │ │ ├── system_left.jsp
│ │ │ │ │ └── system_right.jsp
│ │ │ │ └── user
│ │ │ │ └── index.jsp
│ │ │ └── web.xml
│ │ ├── css
│ │ │ ├── animate.css
│ │ │ ├── blog
│ │ │ │ ├── bootstrap.min.css
│ │ │ │ ├── clean-blog.css
│ │ │ │ └── clean-blog.min.css
│ │ │ ├── bootstrap-rtl.css
│ │ │ ├── bootstrap.min.css
│ │ │ ├── demo
│ │ │ │ └── webuploader-demo.css
│ │ │ ├── font-awesome.css
│ │ │ ├── font-awesome.min.css
│ │ │ ├── layui.css
│ │ │ ├── layui.mobile.css
│ │ │ ├── login.css
│ │ │ ├── patterns
│ │ │ │ ├── header-profile-skin-1.png
│ │ │ │ ├── header-profile-skin-3.png
│ │ │ │ ├── header-profile.png
│ │ │ │ └── shattered.png
│ │ │ ├── plugins
│ │ │ │ ├── awesome-bootstrap-checkbox
│ │ │ │ │ └── awesome-bootstrap-checkbox.css
│ │ │ │ ├── blueimp
│ │ │ │ │ ├── css
│ │ │ │ │ │ ├── blueimp-gallery-indicator.css
│ │ │ │ │ │ ├── blueimp-gallery-video.css
│ │ │ │ │ │ ├── blueimp-gallery.css
│ │ │ │ │ │ ├── blueimp-gallery.min.css
│ │ │ │ │ │ └── demo.css
│ │ │ │ │ └── img
│ │ │ │ │ ├── error.png
│ │ │ │ │ ├── error.svg
│ │ │ │ │ ├── loading.gif
│ │ │ │ │ ├── play-pause.png
│ │ │ │ │ ├── play-pause.svg
│ │ │ │ │ ├── video-play.png
│ │ │ │ │ └── video-play.svg
│ │ │ │ ├── bootstrap-table
│ │ │ │ │ └── bootstrap-table.min.css
│ │ │ │ ├── chosen
│ │ │ │ │ ├── chosen-sprite.png
│ │ │ │ │ ├── chosen-sprite@2x.png
│ │ │ │ │ └── chosen.css
│ │ │ │ ├── clockpicker
│ │ │ │ │ └── clockpicker.css
│ │ │ │ ├── codemirror
│ │ │ │ │ ├── ambiance.css
│ │ │ │ │ └── codemirror.css
│ │ │ │ ├── colorpicker
│ │ │ │ │ ├── css
│ │ │ │ │ │ └── bootstrap-colorpicker.min.css
│ │ │ │ │ └── img
│ │ │ │ │ └── bootstrap-colorpicker
│ │ │ │ │ ├── alpha-horizontal.png
│ │ │ │ │ ├── alpha.png
│ │ │ │ │ ├── hue-horizontal.png
│ │ │ │ │ ├── hue.png
│ │ │ │ │ └── saturation.png
│ │ │ │ ├── cropper
│ │ │ │ │ └── cropper.min.css
│ │ │ │ ├── dataTables
│ │ │ │ │ └── dataTables.bootstrap.css
│ │ │ │ ├── datapicker
│ │ │ │ │ └── datepicker3.css
│ │ │ │ ├── dropzone
│ │ │ │ │ ├── basic.css
│ │ │ │ │ └── dropzone.css
│ │ │ │ ├── duallistbox
│ │ │ │ │ └── bootstrap-duallistbox.css
│ │ │ │ ├── footable
│ │ │ │ │ ├── fonts
│ │ │ │ │ │ ├── footable.eot
│ │ │ │ │ │ ├── footable.svg
│ │ │ │ │ │ ├── footable.ttf
│ │ │ │ │ │ └── footable.woff
│ │ │ │ │ └── footable.core.css
│ │ │ │ ├── fullcalendar
│ │ │ │ │ ├── fullcalendar.css
│ │ │ │ │ └── fullcalendar.print.css
│ │ │ │ ├── iCheck
│ │ │ │ │ ├── custom.css
│ │ │ │ │ ├── green.png
│ │ │ │ │ └── green@2x.png
│ │ │ │ ├── images
│ │ │ │ │ ├── sort_asc.png
│ │ │ │ │ ├── sort_desc.png
│ │ │ │ │ ├── sprite-skin-flat.png
│ │ │ │ │ ├── spritemap.png
│ │ │ │ │ └── spritemap@2x.png
│ │ │ │ ├── ionRangeSlider
│ │ │ │ │ ├── ion.rangeSlider.css
│ │ │ │ │ └── ion.rangeSlider.skinFlat.css
│ │ │ │ ├── jQueryUI
│ │ │ │ │ ├── images
│ │ │ │ │ │ ├── ui-bg_flat_0_aaaaaa_40x100.png
│ │ │ │ │ │ ├── ui-bg_flat_75_ffffff_40x100.png
│ │ │ │ │ │ ├── ui-icons_222222_256x240.png
│ │ │ │ │ │ ├── ui-icons_454545_256x240.png
│ │ │ │ │ │ └── ui-icons_888888_256x240.png
│ │ │ │ │ └── jquery-ui-1.10.4.custom.min.css
│ │ │ │ ├── jasny
│ │ │ │ │ └── jasny-bootstrap.min.css
│ │ │ │ ├── jqTreeGrid
│ │ │ │ │ └── jquery.treegrid.css
│ │ │ │ ├── jqgrid
│ │ │ │ │ └── ui.jqgrid.css
│ │ │ │ ├── jsTree
│ │ │ │ │ ├── 32px.png
│ │ │ │ │ ├── style.min.css
│ │ │ │ │ └── throbber.gif
│ │ │ │ ├── markdown
│ │ │ │ │ └── bootstrap-markdown.min.css
│ │ │ │ ├── morris
│ │ │ │ │ └── morris-0.4.3.min.css
│ │ │ │ ├── multiselect
│ │ │ │ │ └── bootstrap-multiselect.css
│ │ │ │ ├── nouslider
│ │ │ │ │ └── jquery.nouislider.css
│ │ │ │ ├── plyr
│ │ │ │ │ ├── plyr.css
│ │ │ │ │ └── sprite.svg
│ │ │ │ ├── simditor
│ │ │ │ │ └── simditor.css
│ │ │ │ ├── steps
│ │ │ │ │ └── jquery.steps.css
│ │ │ │ ├── summernote
│ │ │ │ │ ├── summernote-bs3.css
│ │ │ │ │ └── summernote.css
│ │ │ │ ├── sweetalert
│ │ │ │ │ └── sweetalert.css
│ │ │ │ ├── switchery
│ │ │ │ │ └── switchery.css
│ │ │ │ ├── toastr
│ │ │ │ │ └── toastr.min.css
│ │ │ │ ├── treeview
│ │ │ │ │ └── bootstrap-treeview.css
│ │ │ │ ├── webuploader
│ │ │ │ │ └── webuploader.css
│ │ │ │ └── zTree
│ │ │ │ ├── awesome.css
│ │ │ │ └── metroStyle
│ │ │ │ ├── img
│ │ │ │ │ ├── 32px.png
│ │ │ │ │ ├── line_conn.png
│ │ │ │ │ ├── loading.gif
│ │ │ │ │ ├── metro.gif
│ │ │ │ │ └── metro.png
│ │ │ │ └── metroStyle.css
│ │ │ └── style.css
│ │ ├── favicon.ico
│ │ ├── fonts
│ │ │ ├── FontAwesome.otf
│ │ │ ├── fontawesome-webfont.eot
│ │ │ ├── fontawesome-webfont.svg
│ │ │ ├── fontawesome-webfont.ttf
│ │ │ ├── fontawesome-webfont.woff
│ │ │ ├── fontawesome-webfont.woff2
│ │ │ ├── glyphicons-halflings-regular.eot
│ │ │ ├── glyphicons-halflings-regular.svg
│ │ │ ├── glyphicons-halflings-regular.ttf
│ │ │ ├── glyphicons-halflings-regular.woff
│ │ │ ├── glyphicons-halflings-regular.woff2
│ │ │ └── icomoon
│ │ │ ├── icomoon.eot
│ │ │ ├── icomoon.svg
│ │ │ ├── icomoon.ttf
│ │ │ └── icomoon.woff
│ │ ├── img
│ │ │ ├── a1.jpg
│ │ │ ├── a2.jpg
│ │ │ ├── a3.jpg
│ │ │ ├── a4.jpg
│ │ │ ├── a5.jpg
│ │ │ ├── a6.jpg
│ │ │ ├── a7.jpg
│ │ │ ├── a8.jpg
│ │ │ ├── a9.jpg
│ │ │ ├── backg01.jpg
│ │ │ ├── backg02.jpg
│ │ │ ├── background-login.jpg
│ │ │ ├── background_login.jpg
│ │ │ ├── bg.png
│ │ │ ├── blog
│ │ │ │ ├── about-bg.jpg
│ │ │ │ ├── contact-bg.jpg
│ │ │ │ ├── home-bg.jpg
│ │ │ │ ├── post-bg.jpg
│ │ │ │ └── post-sample-image.jpg
│ │ │ ├── browser.png
│ │ │ ├── browser.psd
│ │ │ ├── iconfont-logo.png
│ │ │ ├── icons.png
│ │ │ ├── index.jpg
│ │ │ ├── index_4.jpg
│ │ │ ├── loading-upload.gif
│ │ │ ├── locked.png
│ │ │ ├── login-background.jpg
│ │ │ ├── p1.jpg
│ │ │ ├── p2.jpg
│ │ │ ├── p3.jpg
│ │ │ ├── p_big1.jpg
│ │ │ ├── p_big2.jpg
│ │ │ ├── p_big3.jpg
│ │ │ ├── photo_s.jpg
│ │ │ ├── post-bg.jpg
│ │ │ ├── profile.jpg
│ │ │ ├── profile_big.jpg
│ │ │ ├── profile_small.jpg
│ │ │ ├── progress.png
│ │ │ ├── qr_code.png
│ │ │ ├── sprite-skin-flat.png
│ │ │ ├── success.png
│ │ │ ├── user.png
│ │ │ ├── webuploader.png
│ │ │ └── wenku_logo.png
│ │ ├── index.jsp
│ │ ├── js
│ │ │ ├── appjs
│ │ │ │ ├── blog
│ │ │ │ │ ├── bComments
│ │ │ │ │ │ ├── add.js
│ │ │ │ │ │ └── bComments.js
│ │ │ │ │ ├── bContent
│ │ │ │ │ │ ├── add.js
│ │ │ │ │ │ ├── bContent.js
│ │ │ │ │ │ └── edit.js
│ │ │ │ │ ├── bootstrap.min.js
│ │ │ │ │ ├── clean-blog.min.js
│ │ │ │ │ ├── jquery.min.js
│ │ │ │ │ └── tether.min.js
│ │ │ │ ├── common
│ │ │ │ │ ├── dict
│ │ │ │ │ │ ├── add.js
│ │ │ │ │ │ ├── dict.js
│ │ │ │ │ │ └── edit.js
│ │ │ │ │ ├── generator
│ │ │ │ │ │ ├── edit.js
│ │ │ │ │ │ └── list.js
│ │ │ │ │ ├── log
│ │ │ │ │ │ └── log.js
│ │ │ │ │ └── taskScheduleJob
│ │ │ │ │ ├── add.js
│ │ │ │ │ └── taskScheduleJob.js
│ │ │ │ ├── oa
│ │ │ │ │ └── notify
│ │ │ │ │ ├── add.js
│ │ │ │ │ ├── edit.js
│ │ │ │ │ ├── notify.js
│ │ │ │ │ ├── read.js
│ │ │ │ │ └── selfNotify.js
│ │ │ │ ├── shop
│ │ │ │ │ ├── address
│ │ │ │ │ │ ├── add.js
│ │ │ │ │ │ ├── address.js
│ │ │ │ │ │ └── edit.js
│ │ │ │ │ ├── article
│ │ │ │ │ │ ├── add.js
│ │ │ │ │ │ ├── article.js
│ │ │ │ │ │ └── edit.js
│ │ │ │ │ ├── banner
│ │ │ │ │ │ ├── add.js
│ │ │ │ │ │ ├── banner.js
│ │ │ │ │ │ └── edit.js
│ │ │ │ │ ├── coupon
│ │ │ │ │ │ ├── add.js
│ │ │ │ │ │ ├── coupon.js
│ │ │ │ │ │ └── edit.js
│ │ │ │ │ ├── favorite
│ │ │ │ │ │ ├── add.js
│ │ │ │ │ │ ├── edit.js
│ │ │ │ │ │ └── favorite.js
│ │ │ │ │ ├── tArticle
│ │ │ │ │ │ ├── add.js
│ │ │ │ │ │ ├── edit.js
│ │ │ │ │ │ └── tArticle.js
│ │ │ │ │ ├── tBrand
│ │ │ │ │ │ ├── add.js
│ │ │ │ │ │ ├── edit.js
│ │ │ │ │ │ └── tBrand.js
│ │ │ │ │ ├── tCart
│ │ │ │ │ │ ├── add.js
│ │ │ │ │ │ ├── edit.js
│ │ │ │ │ │ └── tCart.js
│ │ │ │ │ ├── tComment
│ │ │ │ │ │ ├── add.js
│ │ │ │ │ │ ├── edit.js
│ │ │ │ │ │ └── tComment.js
│ │ │ │ │ ├── tFloor
│ │ │ │ │ │ ├── add.js
│ │ │ │ │ │ ├── edit.js
│ │ │ │ │ │ └── tFloor.js
│ │ │ │ │ ├── tFloorGoods
│ │ │ │ │ │ ├── add.js
│ │ │ │ │ │ ├── edit.js
│ │ │ │ │ │ └── tFloorGoods.js
│ │ │ │ │ ├── tGoodSorder
│ │ │ │ │ │ ├── add.js
│ │ │ │ │ │ ├── edit.js
│ │ │ │ │ │ └── tGoodSorder.js
│ │ │ │ │ ├── tGoods
│ │ │ │ │ │ ├── add.js
│ │ │ │ │ │ ├── edit.js
│ │ │ │ │ │ └── tGoods.js
│ │ │ │ │ ├── tGoodsClass
│ │ │ │ │ │ ├── add.js
│ │ │ │ │ │ ├── edit.js
│ │ │ │ │ │ └── tGoodsClass.js
│ │ │ │ │ ├── tGoodsType
│ │ │ │ │ │ ├── add.js
│ │ │ │ │ │ ├── edit.js
│ │ │ │ │ │ └── tGoodsType.js
│ │ │ │ │ ├── tLink
│ │ │ │ │ │ ├── add.js
│ │ │ │ │ │ ├── edit.js
│ │ │ │ │ │ └── tLink.js
│ │ │ │ │ ├── tMember
│ │ │ │ │ │ ├── add.js
│ │ │ │ │ │ ├── edit.js
│ │ │ │ │ │ └── tMember.js
│ │ │ │ │ ├── tOrder
│ │ │ │ │ │ ├── add.js
│ │ │ │ │ │ ├── edit.js
│ │ │ │ │ │ └── tOrder.js
│ │ │ │ │ ├── tOrderLog
│ │ │ │ │ │ ├── add.js
│ │ │ │ │ │ ├── edit.js
│ │ │ │ │ │ └── tOrderLog.js
│ │ │ │ │ ├── tReply
│ │ │ │ │ │ ├── add.js
│ │ │ │ │ │ ├── edit.js
│ │ │ │ │ │ └── tReply.js
│ │ │ │ │ ├── tStore
│ │ │ │ │ │ ├── add.js
│ │ │ │ │ │ ├── edit.js
│ │ │ │ │ │ └── tStore.js
│ │ │ │ │ └── topic
│ │ │ │ │ ├── add.js
│ │ │ │ │ ├── edit.js
│ │ │ │ │ └── topic.js
│ │ │ │ ├── sys
│ │ │ │ │ ├── menu
│ │ │ │ │ │ ├── add.js
│ │ │ │ │ │ ├── edit.js
│ │ │ │ │ │ └── menu.js
│ │ │ │ │ ├── online
│ │ │ │ │ │ └── online.js
│ │ │ │ │ ├── role
│ │ │ │ │ │ ├── add.js
│ │ │ │ │ │ ├── edit.js
│ │ │ │ │ │ └── role.js
│ │ │ │ │ └── user
│ │ │ │ │ ├── add.js
│ │ │ │ │ ├── edit.js
│ │ │ │ │ └── user.js
│ │ │ │ └── system
│ │ │ │ └── sysDept
│ │ │ │ ├── add.js
│ │ │ │ ├── edit.js
│ │ │ │ └── sysDept.js
│ │ │ ├── bootstrap-paginator.min.js
│ │ │ ├── bootstrap.min.js
│ │ │ ├── contabs.js
│ │ │ ├── content.js
│ │ │ ├── demo
│ │ │ │ ├── bootstrap-table-demo.js
│ │ │ │ ├── bootstrap_table_test.json
│ │ │ │ ├── bootstrap_table_test2.json
│ │ │ │ ├── echarts-demo.js
│ │ │ │ ├── flot-demo.js
│ │ │ │ ├── form-advanced-demo.js
│ │ │ │ ├── form-validate-demo.js
│ │ │ │ ├── layer-demo.js
│ │ │ │ ├── morris-demo.js
│ │ │ │ ├── peity-demo.js
│ │ │ │ ├── photos.json
│ │ │ │ ├── rickshaw-demo.js
│ │ │ │ ├── sparkline-demo.js
│ │ │ │ ├── table_base.json
│ │ │ │ ├── treeview-demo.js
│ │ │ │ └── webuploader-demo.js
│ │ │ ├── hplus.js
│ │ │ ├── jquery-ui-1.10.4.min.js
│ │ │ ├── jquery-ui.custom.min.js
│ │ │ ├── jquery.min.js
│ │ │ ├── jquery.min.map
│ │ │ ├── lay
│ │ │ │ ├── all-mobile.js
│ │ │ │ ├── all.js
│ │ │ │ └── modules
│ │ │ │ ├── carousel.js
│ │ │ │ ├── code.js
│ │ │ │ ├── element.js
│ │ │ │ ├── flow.js
│ │ │ │ ├── form.js
│ │ │ │ ├── jquery.js
│ │ │ │ ├── laydate.js
│ │ │ │ ├── layedit.js
│ │ │ │ ├── layer.js
│ │ │ │ ├── laypage.js
│ │ │ │ ├── laytpl.js
│ │ │ │ ├── mobile
│ │ │ │ │ ├── layer-mobile.js
│ │ │ │ │ ├── layim-mobile-open.js
│ │ │ │ │ ├── upload-mobile.js
│ │ │ │ │ └── zepto.js
│ │ │ │ ├── mobile.js
│ │ │ │ ├── table.js
│ │ │ │ ├── tree.js
│ │ │ │ ├── upload.js
│ │ │ │ └── util.js
│ │ │ ├── layui.js
│ │ │ ├── plugins
│ │ │ │ ├── beautifyhtml
│ │ │ │ │ └── beautifyhtml.js
│ │ │ │ ├── blueimp
│ │ │ │ │ └── jquery.blueimp-gallery.min.js
│ │ │ │ ├── bootstrap-paginator.min.js
│ │ │ │ ├── bootstrap-table
│ │ │ │ │ ├── bootstrap-table-mobile.min.js
│ │ │ │ │ ├── bootstrap-table.min.js
│ │ │ │ │ └── locale
│ │ │ │ │ ├── bootstrap-table-zh-CN.js
│ │ │ │ │ └── bootstrap-table-zh-CN.min.js
│ │ │ │ ├── chartJs
│ │ │ │ │ └── Chart.min.js
│ │ │ │ ├── chosen
│ │ │ │ │ └── chosen.jquery.js
│ │ │ │ ├── clockpicker
│ │ │ │ │ └── clockpicker.js
│ │ │ │ ├── codemirror
│ │ │ │ │ ├── codemirror.js
│ │ │ │ │ └── mode
│ │ │ │ │ ├── apl
│ │ │ │ │ │ ├── apl.js
│ │ │ │ │ │ └── index.html
│ │ │ │ │ ├── asterisk
│ │ │ │ │ │ ├── asterisk.js
│ │ │ │ │ │ └── index.html
│ │ │ │ │ ├── clike
│ │ │ │ │ │ ├── clike.js
│ │ │ │ │ │ ├── index.html
│ │ │ │ │ │ └── scala.html
│ │ │ │ │ ├── clojure
│ │ │ │ │ │ ├── clojure.js
│ │ │ │ │ │ └── index.html
│ │ │ │ │ ├── cobol
│ │ │ │ │ │ ├── cobol.js
│ │ │ │ │ │ └── index.html
│ │ │ │ │ ├── coffeescript
│ │ │ │ │ │ ├── coffeescript.js
│ │ │ │ │ │ └── index.html
│ │ │ │ │ ├── commonlisp
│ │ │ │ │ │ ├── commonlisp.js
│ │ │ │ │ │ └── index.html
│ │ │ │ │ ├── css
│ │ │ │ │ │ ├── css.js
│ │ │ │ │ │ ├── index.html
│ │ │ │ │ │ ├── less.html
│ │ │ │ │ │ ├── less_test.js
│ │ │ │ │ │ ├── scss.html
│ │ │ │ │ │ ├── scss_test.js
│ │ │ │ │ │ └── test.js
│ │ │ │ │ ├── cypher
│ │ │ │ │ │ ├── cypher.js
│ │ │ │ │ │ └── index.html
│ │ │ │ │ ├── d
│ │ │ │ │ │ ├── d.js
│ │ │ │ │ │ └── index.html
│ │ │ │ │ ├── dart
│ │ │ │ │ │ ├── dart.js
│ │ │ │ │ │ └── index.html
│ │ │ │ │ ├── diff
│ │ │ │ │ │ ├── diff.js
│ │ │ │ │ │ └── index.html
│ │ │ │ │ ├── django
│ │ │ │ │ │ ├── django.js
│ │ │ │ │ │ └── index.html
│ │ │ │ │ ├── dockerfile
│ │ │ │ │ │ ├── dockerfile.js
│ │ │ │ │ │ └── index.html
│ │ │ │ │ ├── dtd
│ │ │ │ │ │ ├── dtd.js
│ │ │ │ │ │ └── index.html
│ │ │ │ │ ├── dylan
│ │ │ │ │ │ ├── dylan.js
│ │ │ │ │ │ └── index.html
│ │ │ │ │ ├── ebnf
│ │ │ │ │ │ ├── ebnf.js
│ │ │ │ │ │ └── index.html
│ │ │ │ │ ├── ecl
│ │ │ │ │ │ ├── ecl.js
│ │ │ │ │ │ └── index.html
│ │ │ │ │ ├── eiffel
│ │ │ │ │ │ ├── eiffel.js
│ │ │ │ │ │ └── index.html
│ │ │ │ │ ├── erlang
│ │ │ │ │ │ ├── erlang.js
│ │ │ │ │ │ └── index.html
│ │ │ │ │ ├── fortran
│ │ │ │ │ │ ├── fortran.js
│ │ │ │ │ │ └── index.html
│ │ │ │ │ ├── gas
│ │ │ │ │ │ ├── gas.js
│ │ │ │ │ │ └── index.html
│ │ │ │ │ ├── gfm
│ │ │ │ │ │ ├── gfm.js
│ │ │ │ │ │ ├── index.html
│ │ │ │ │ │ └── test.js
│ │ │ │ │ ├── gherkin
│ │ │ │ │ │ ├── gherkin.js
│ │ │ │ │ │ └── index.html
│ │ │ │ │ ├── go
│ │ │ │ │ │ ├── go.js
│ │ │ │ │ │ └── index.html
│ │ │ │ │ ├── groovy
│ │ │ │ │ │ ├── groovy.js
│ │ │ │ │ │ └── index.html
│ │ │ │ │ ├── haml
│ │ │ │ │ │ ├── haml.js
│ │ │ │ │ │ ├── index.html
│ │ │ │ │ │ └── test.js
│ │ │ │ │ ├── haskell
│ │ │ │ │ │ ├── haskell.js
│ │ │ │ │ │ └── index.html
│ │ │ │ │ ├── haxe
│ │ │ │ │ │ ├── haxe.js
│ │ │ │ │ │ └── index.html
│ │ │ │ │ ├── htmlembedded
│ │ │ │ │ │ ├── htmlembedded.js
│ │ │ │ │ │ └── index.html
│ │ │ │ │ ├── htmlmixed
│ │ │ │ │ │ ├── htmlmixed.js
│ │ │ │ │ │ └── index.html
│ │ │ │ │ ├── http
│ │ │ │ │ │ ├── http.js
│ │ │ │ │ │ └── index.html
│ │ │ │ │ ├── idl
│ │ │ │ │ │ ├── idl.js
│ │ │ │ │ │ └── index.html
│ │ │ │ │ ├── index.html
│ │ │ │ │ ├── jade
│ │ │ │ │ │ ├── index.html
│ │ │ │ │ │ └── jade.js
│ │ │ │ │ ├── javascript
│ │ │ │ │ │ ├── index.html
│ │ │ │ │ │ ├── javascript.js
│ │ │ │ │ │ ├── json-ld.html
│ │ │ │ │ │ ├── test.js
│ │ │ │ │ │ └── typescript.html
│ │ │ │ │ ├── jinja2
│ │ │ │ │ │ ├── index.html
│ │ │ │ │ │ └── jinja2.js
│ │ │ │ │ ├── julia
│ │ │ │ │ │ ├── index.html
│ │ │ │ │ │ └── julia.js
│ │ │ │ │ ├── kotlin
│ │ │ │ │ │ ├── index.html
│ │ │ │ │ │ └── kotlin.js
│ │ │ │ │ ├── livescript
│ │ │ │ │ │ ├── index.html
│ │ │ │ │ │ └── livescript.js
│ │ │ │ │ ├── lua
│ │ │ │ │ │ ├── index.html
│ │ │ │ │ │ └── lua.js
│ │ │ │ │ ├── markdown
│ │ │ │ │ │ ├── index.html
│ │ │ │ │ │ ├── markdown.js
│ │ │ │ │ │ └── test.js
│ │ │ │ │ ├── meta.js
│ │ │ │ │ ├── mirc
│ │ │ │ │ │ ├── index.html
│ │ │ │ │ │ └── mirc.js
│ │ │ │ │ ├── mllike
│ │ │ │ │ │ ├── index.html
│ │ │ │ │ │ └── mllike.js
│ │ │ │ │ ├── modelica
│ │ │ │ │ │ ├── index.html
│ │ │ │ │ │ └── modelica.js
│ │ │ │ │ ├── nginx
│ │ │ │ │ │ ├── index.html
│ │ │ │ │ │ └── nginx.js
│ │ │ │ │ ├── ntriples
│ │ │ │ │ │ ├── index.html
│ │ │ │ │ │ └── ntriples.js
│ │ │ │ │ ├── octave
│ │ │ │ │ │ ├── index.html
│ │ │ │ │ │ └── octave.js
│ │ │ │ │ ├── pascal
│ │ │ │ │ │ ├── index.html
│ │ │ │ │ │ └── pascal.js
│ │ │ │ │ ├── pegjs
│ │ │ │ │ │ ├── index.html
│ │ │ │ │ │ └── pegjs.js
│ │ │ │ │ ├── perl
│ │ │ │ │ │ ├── index.html
│ │ │ │ │ │ └── perl.js
│ │ │ │ │ ├── php
│ │ │ │ │ │ ├── index.html
│ │ │ │ │ │ ├── php.js
│ │ │ │ │ │ └── test.js
│ │ │ │ │ ├── pig
│ │ │ │ │ │ ├── index.html
│ │ │ │ │ │ └── pig.js
│ │ │ │ │ ├── properties
│ │ │ │ │ │ ├── index.html
│ │ │ │ │ │ └── properties.js
│ │ │ │ │ ├── puppet
│ │ │ │ │ │ ├── index.html
│ │ │ │ │ │ └── puppet.js
│ │ │ │ │ ├── python
│ │ │ │ │ │ ├── index.html
│ │ │ │ │ │ └── python.js
│ │ │ │ │ ├── q
│ │ │ │ │ │ ├── index.html
│ │ │ │ │ │ └── q.js
│ │ │ │ │ ├── r
│ │ │ │ │ │ ├── index.html
│ │ │ │ │ │ └── r.js
│ │ │ │ │ ├── rpm
│ │ │ │ │ │ ├── changes
│ │ │ │ │ │ │ └── index.html
│ │ │ │ │ │ ├── index.html
│ │ │ │ │ │ └── rpm.js
│ │ │ │ │ ├── rst
│ │ │ │ │ │ ├── index.html
│ │ │ │ │ │ └── rst.js
│ │ │ │ │ ├── ruby
│ │ │ │ │ │ ├── index.html
│ │ │ │ │ │ ├── ruby.js
│ │ │ │ │ │ └── test.js
│ │ │ │ │ ├── rust
│ │ │ │ │ │ ├── index.html
│ │ │ │ │ │ └── rust.js
│ │ │ │ │ ├── sass
│ │ │ │ │ │ ├── index.html
│ │ │ │ │ │ └── sass.js
│ │ │ │ │ ├── scheme
│ │ │ │ │ │ ├── index.html
│ │ │ │ │ │ └── scheme.js
│ │ │ │ │ ├── shell
│ │ │ │ │ │ ├── index.html
│ │ │ │ │ │ ├── shell.js
│ │ │ │ │ │ └── test.js
│ │ │ │ │ ├── sieve
│ │ │ │ │ │ ├── index.html
│ │ │ │ │ │ └── sieve.js
│ │ │ │ │ ├── slim
│ │ │ │ │ │ ├── index.html
│ │ │ │ │ │ ├── slim.js
│ │ │ │ │ │ └── test.js
│ │ │ │ │ ├── smalltalk
│ │ │ │ │ │ ├── index.html
│ │ │ │ │ │ └── smalltalk.js
│ │ │ │ │ ├── smarty
│ │ │ │ │ │ ├── index.html
│ │ │ │ │ │ └── smarty.js
│ │ │ │ │ ├── smartymixed
│ │ │ │ │ │ ├── index.html
│ │ │ │ │ │ └── smartymixed.js
│ │ │ │ │ ├── solr
│ │ │ │ │ │ ├── index.html
│ │ │ │ │ │ └── solr.js
│ │ │ │ │ ├── soy
│ │ │ │ │ │ ├── index.html
│ │ │ │ │ │ └── soy.js
│ │ │ │ │ ├── sparql
│ │ │ │ │ │ ├── index.html
│ │ │ │ │ │ └── sparql.js
│ │ │ │ │ ├── spreadsheet
│ │ │ │ │ │ ├── index.html
│ │ │ │ │ │ └── spreadsheet.js
│ │ │ │ │ ├── sql
│ │ │ │ │ │ ├── index.html
│ │ │ │ │ │ └── sql.js
│ │ │ │ │ ├── stex
│ │ │ │ │ │ ├── index.html
│ │ │ │ │ │ ├── stex.js
│ │ │ │ │ │ └── test.js
│ │ │ │ │ ├── tcl
│ │ │ │ │ │ ├── index.html
│ │ │ │ │ │ └── tcl.js
│ │ │ │ │ ├── textile
│ │ │ │ │ │ ├── index.html
│ │ │ │ │ │ ├── test.js
│ │ │ │ │ │ └── textile.js
│ │ │ │ │ ├── tiddlywiki
│ │ │ │ │ │ ├── index.html
│ │ │ │ │ │ ├── tiddlywiki.css
│ │ │ │ │ │ └── tiddlywiki.js
│ │ │ │ │ ├── tiki
│ │ │ │ │ │ ├── index.html
│ │ │ │ │ │ ├── tiki.css
│ │ │ │ │ │ └── tiki.js
│ │ │ │ │ ├── toml
│ │ │ │ │ │ ├── index.html
│ │ │ │ │ │ └── toml.js
│ │ │ │ │ ├── tornado
│ │ │ │ │ │ ├── index.html
│ │ │ │ │ │ └── tornado.js
│ │ │ │ │ ├── turtle
│ │ │ │ │ │ ├── index.html
│ │ │ │ │ │ └── turtle.js
│ │ │ │ │ ├── vb
│ │ │ │ │ │ ├── index.html
│ │ │ │ │ │ └── vb.js
│ │ │ │ │ ├── vbscript
│ │ │ │ │ │ ├── index.html
│ │ │ │ │ │ └── vbscript.js
│ │ │ │ │ ├── velocity
│ │ │ │ │ │ ├── index.html
│ │ │ │ │ │ └── velocity.js
│ │ │ │ │ ├── verilog
│ │ │ │ │ │ ├── index.html
│ │ │ │ │ │ ├── test.js
│ │ │ │ │ │ └── verilog.js
│ │ │ │ │ ├── xml
│ │ │ │ │ │ ├── index.html
│ │ │ │ │ │ ├── test.js
│ │ │ │ │ │ └── xml.js
│ │ │ │ │ ├── xquery
│ │ │ │ │ │ ├── index.html
│ │ │ │ │ │ ├── test.js
│ │ │ │ │ │ └── xquery.js
│ │ │ │ │ ├── yaml
│ │ │ │ │ │ ├── index.html
│ │ │ │ │ │ └── yaml.js
│ │ │ │ │ └── z80
│ │ │ │ │ ├── index.html
│ │ │ │ │ └── z80.js
│ │ │ │ ├── colorpicker
│ │ │ │ │ └── bootstrap-colorpicker.min.js
│ │ │ │ ├── cropper
│ │ │ │ │ └── cropper.min.js
│ │ │ │ ├── dataTables
│ │ │ │ │ ├── dataTables.bootstrap.js
│ │ │ │ │ └── jquery.dataTables.js
│ │ │ │ ├── datapicker
│ │ │ │ │ └── bootstrap-datepicker.js
│ │ │ │ ├── diff_match_patch
│ │ │ │ │ └── diff_match_patch.js
│ │ │ │ ├── dropzone
│ │ │ │ │ └── dropzone.js
│ │ │ │ ├── duallistbox
│ │ │ │ │ └── jquery.bootstrap-duallistbox.js
│ │ │ │ ├── easypiechart
│ │ │ │ │ └── jquery.easypiechart.js
│ │ │ │ ├── echarts
│ │ │ │ │ └── echarts-all.js
│ │ │ │ ├── fancybox
│ │ │ │ │ ├── blank.gif
│ │ │ │ │ ├── fancybox_loading.gif
│ │ │ │ │ ├── fancybox_loading@2x.gif
│ │ │ │ │ ├── fancybox_overlay.png
│ │ │ │ │ ├── fancybox_sprite.png
│ │ │ │ │ ├── fancybox_sprite@2x.png
│ │ │ │ │ ├── jquery.fancybox.css
│ │ │ │ │ └── jquery.fancybox.js
│ │ │ │ ├── flot
│ │ │ │ │ ├── curvedLines.js
│ │ │ │ │ ├── jquery.flot.js
│ │ │ │ │ ├── jquery.flot.pie.js
│ │ │ │ │ ├── jquery.flot.resize.js
│ │ │ │ │ ├── jquery.flot.spline.js
│ │ │ │ │ ├── jquery.flot.symbol.js
│ │ │ │ │ └── jquery.flot.tooltip.min.js
│ │ │ │ ├── footable
│ │ │ │ │ └── footable.all.min.js
│ │ │ │ ├── fullcalendar
│ │ │ │ │ ├── fullcalendar.min.js
│ │ │ │ │ └── moment.min.js
│ │ │ │ ├── gritter
│ │ │ │ │ ├── images
│ │ │ │ │ │ ├── gritter-light.png
│ │ │ │ │ │ ├── gritter.png
│ │ │ │ │ │ └── ie-spacer.gif
│ │ │ │ │ ├── jquery.gritter.css
│ │ │ │ │ └── jquery.gritter.min.js
│ │ │ │ ├── iCheck
│ │ │ │ │ └── icheck.min.js
│ │ │ │ ├── ionRangeSlider
│ │ │ │ │ ├── ion.rangeSlider.min.js
│ │ │ │ │ └── jasny
│ │ │ │ │ └── jasny-bootstrap.min.js
│ │ │ │ ├── jasny
│ │ │ │ │ └── jasny-bootstrap.min.js
│ │ │ │ ├── jeditable
│ │ │ │ │ └── jquery.jeditable.js
│ │ │ │ ├── jqTreeGrid
│ │ │ │ │ ├── jquery.treegrid.bootstrap3.js
│ │ │ │ │ ├── jquery.treegrid.css
│ │ │ │ │ ├── jquery.treegrid.extension.js
│ │ │ │ │ ├── jquery.treegrid.js
│ │ │ │ │ ├── jquery.treegrid.min.js
│ │ │ │ │ └── tree.table.js
│ │ │ │ ├── jqgrid
│ │ │ │ │ ├── i18n
│ │ │ │ │ │ └── grid.locale-cn.js
│ │ │ │ │ └── jquery.jqGrid.min.js
│ │ │ │ ├── jquery-ui
│ │ │ │ │ └── jquery-ui.min.js
│ │ │ │ ├── jsKnob
│ │ │ │ │ └── jquery.knob.js
│ │ │ │ ├── jsTree
│ │ │ │ │ ├── jstree.js
│ │ │ │ │ └── jstree.min.js
│ │ │ │ ├── jvectormap
│ │ │ │ │ ├── jquery-jvectormap-1.2.2.min.js
│ │ │ │ │ └── jquery-jvectormap-world-mill-en.js
│ │ │ │ ├── layer
│ │ │ │ │ ├── extend
│ │ │ │ │ │ └── layer.ext.js
│ │ │ │ │ ├── laydate
│ │ │ │ │ │ ├── laydate.js
│ │ │ │ │ │ ├── need
│ │ │ │ │ │ │ └── laydate.css
│ │ │ │ │ │ └── skins
│ │ │ │ │ │ └── default
│ │ │ │ │ │ ├── icon.png
│ │ │ │ │ │ └── laydate.css
│ │ │ │ │ ├── layer.js
│ │ │ │ │ ├── layer.min.js
│ │ │ │ │ ├── layim
│ │ │ │ │ │ ├── data
│ │ │ │ │ │ │ ├── chatlog.json
│ │ │ │ │ │ │ ├── friend.json
│ │ │ │ │ │ │ ├── group.json
│ │ │ │ │ │ │ └── groups.json
│ │ │ │ │ │ ├── layim.css
│ │ │ │ │ │ ├── layim.js
│ │ │ │ │ │ └── loading.gif
│ │ │ │ │ ├── mobile
│ │ │ │ │ │ ├── layer.js
│ │ │ │ │ │ └── need
│ │ │ │ │ │ └── layer.css
│ │ │ │ │ ├── skin
│ │ │ │ │ │ ├── default
│ │ │ │ │ │ │ ├── icon-ext.png
│ │ │ │ │ │ │ ├── icon.png
│ │ │ │ │ │ │ ├── icon_ext.png
│ │ │ │ │ │ │ ├── loading-0.gif
│ │ │ │ │ │ │ ├── loading-1.gif
│ │ │ │ │ │ │ ├── loading-2.gif
│ │ │ │ │ │ │ ├── textbg.png
│ │ │ │ │ │ │ ├── xubox_ico0.png
│ │ │ │ │ │ │ ├── xubox_loading0.gif
│ │ │ │ │ │ │ ├── xubox_loading1.gif
│ │ │ │ │ │ │ ├── xubox_loading2.gif
│ │ │ │ │ │ │ ├── xubox_loading3.gif
│ │ │ │ │ │ │ └── xubox_title0.png
│ │ │ │ │ │ ├── layer.css
│ │ │ │ │ │ ├── layer.ext.css
│ │ │ │ │ │ └── moon
│ │ │ │ │ │ ├── default.png
│ │ │ │ │ │ └── style.css
│ │ │ │ │ └── theme
│ │ │ │ │ └── default
│ │ │ │ │ ├── icon-ext.png
│ │ │ │ │ ├── icon.png
│ │ │ │ │ ├── layer.css
│ │ │ │ │ ├── loading-0.gif
│ │ │ │ │ ├── loading-1.gif
│ │ │ │ │ └── loading-2.gif
│ │ │ │ ├── markdown
│ │ │ │ │ ├── bootstrap-markdown.js
│ │ │ │ │ ├── bootstrap-markdown.zh.js
│ │ │ │ │ ├── markdown.js
│ │ │ │ │ └── to-markdown.js
│ │ │ │ ├── metisMenu
│ │ │ │ │ └── jquery.metisMenu.js
│ │ │ │ ├── morris
│ │ │ │ │ ├── morris.js
│ │ │ │ │ └── raphael-2.1.0.min.js
│ │ │ │ ├── multiselect
│ │ │ │ │ └── bootstrap-multiselect.js
│ │ │ │ ├── nestable
│ │ │ │ │ └── jquery.nestable.js
│ │ │ │ ├── nouslider
│ │ │ │ │ └── jquery.nouislider.min.js
│ │ │ │ ├── pace
│ │ │ │ │ └── pace.min.js
│ │ │ │ ├── peity
│ │ │ │ │ └── jquery.peity.min.js
│ │ │ │ ├── plyr
│ │ │ │ │ └── plyr.js
│ │ │ │ ├── preetyTextDiff
│ │ │ │ │ └── jquery.pretty-text-diff.min.js
│ │ │ │ ├── prettyfile
│ │ │ │ │ └── bootstrap-prettyfile.js
│ │ │ │ ├── rickshaw
│ │ │ │ │ ├── rickshaw.min.js
│ │ │ │ │ └── vendor
│ │ │ │ │ └── d3.v3.js
│ │ │ │ ├── simditor
│ │ │ │ │ ├── hotkeys.js
│ │ │ │ │ ├── hotkeys.min.js
│ │ │ │ │ ├── jquery.min.js
│ │ │ │ │ ├── module.js
│ │ │ │ │ ├── module.min.js
│ │ │ │ │ ├── simditor.js
│ │ │ │ │ ├── simditor.min.js
│ │ │ │ │ ├── uploader.js
│ │ │ │ │ └── uploader.min.js
│ │ │ │ ├── slimscroll
│ │ │ │ │ └── jquery.slimscroll.min.js
│ │ │ │ ├── sparkline
│ │ │ │ │ └── jquery.sparkline.min.js
│ │ │ │ ├── staps
│ │ │ │ │ └── jquery.steps.min.js
│ │ │ │ ├── suggest
│ │ │ │ │ ├── bootstrap-suggest.min.js
│ │ │ │ │ └── data.json
│ │ │ │ ├── summernote
│ │ │ │ │ ├── summernote-zh-CN.js
│ │ │ │ │ └── summernote.min.js
│ │ │ │ ├── sweetalert
│ │ │ │ │ └── sweetalert.min.js
│ │ │ │ ├── switchery
│ │ │ │ │ └── switchery.js
│ │ │ │ ├── toastr
│ │ │ │ │ └── toastr.min.js
│ │ │ │ ├── treeview
│ │ │ │ │ └── bootstrap-treeview.js
│ │ │ │ ├── validate
│ │ │ │ │ ├── additional-methods.min.js
│ │ │ │ │ ├── jquery.validate.min.js
│ │ │ │ │ └── messages_zh.min.js
│ │ │ │ ├── webuploader
│ │ │ │ │ ├── README.md
│ │ │ │ │ ├── Uploader.swf
│ │ │ │ │ ├── webuploader.css
│ │ │ │ │ ├── webuploader.custom.js
│ │ │ │ │ ├── webuploader.custom.min.js
│ │ │ │ │ ├── webuploader.fis.js
│ │ │ │ │ ├── webuploader.flashonly.js
│ │ │ │ │ ├── webuploader.flashonly.min.js
│ │ │ │ │ ├── webuploader.html5only.js
│ │ │ │ │ ├── webuploader.html5only.min.js
│ │ │ │ │ ├── webuploader.js
│ │ │ │ │ ├── webuploader.min.js
│ │ │ │ │ ├── webuploader.noimage.js
│ │ │ │ │ ├── webuploader.noimage.min.js
│ │ │ │ │ ├── webuploader.nolog.js
│ │ │ │ │ ├── webuploader.nolog.min.js
│ │ │ │ │ ├── webuploader.withoutimage.js
│ │ │ │ │ └── webuploader.withoutimage.min.js
│ │ │ │ └── zTree
│ │ │ │ ├── jquery.ztree.all.min.js
│ │ │ │ └── jquery.ztree.core.min.js
│ │ │ └── welcome.js
│ │ ├── login.jsp
│ │ └── plugins
│ │ └── fullavatareditor
│ │ ├── asp
│ │ │ ├── Upload.asp
│ │ │ └── Upload.asp.cls
│ │ ├── asp.net
│ │ │ ├── c#
│ │ │ │ ├── Upload.aspx
│ │ │ │ ├── Upload.aspx.cs
│ │ │ │ └── bin
│ │ │ │ └── Newtonsoft.Json.dll
│ │ │ └── vb
│ │ │ ├── Upload.aspx
│ │ │ ├── Upload.aspx.vb
│ │ │ └── bin
│ │ │ └── Newtonsoft.Json.dll
│ │ ├── crossdomain.xml
│ │ ├── expressInstall.swf
│ │ ├── fullAvatarEditor.swf
│ │ ├── jsp
│ │ │ ├── WEB-INF
│ │ │ │ └── lib
│ │ │ │ ├── commons-fileupload-1.3.jar
│ │ │ │ └── fastjson-1.1.9.jar
│ │ │ └── upload.jsp
│ │ ├── php
│ │ │ └── upload.php
│ │ ├── scripts
│ │ │ ├── fullAvatarEditor.js
│ │ │ ├── jQuery.Cookie.js
│ │ │ ├── jQuery.Drag.js
│ │ │ ├── jQuery.Resize.js
│ │ │ ├── jQuery.dialog.js
│ │ │ ├── swfobject.js
│ │ │ └── test.js
│ │ └── simpleDemo.html
│ └── target
│ ├── classes
│ │ ├── com
│ │ │ └── dubbo
│ │ │ └── consumer
│ │ │ └── web
│ │ │ ├── IndexController.class
│ │ │ ├── LoginController.class
│ │ │ ├── MainController.class
│ │ │ └── UserController.class
│ │ ├── dubbo-consumer.xml
│ │ ├── log4j.properties
│ │ ├── spring-config.xml
│ │ └── spring-mvc.xml
│ └── m2e-wtp
│ └── web-resources
│ └── META-INF
│ ├── MANIFEST.MF
│ └── maven
│ └── com.yinyuetai.dubbo
│ └── dubbo-consumer
│ ├── pom.properties
│ └── pom.xml
├── dubbo-provider
│ ├── pom.xml
│ ├── src
│ │ └── main
│ │ ├── java
│ │ │ └── com
│ │ │ └── dubbo
│ │ │ └── provider
│ │ │ ├── Main.java
│ │ │ ├── dao
│ │ │ │ ├── login
│ │ │ │ │ └── ILoginDao.java
│ │ │ │ └── user
│ │ │ │ └── IUserDao.java
│ │ │ ├── mappers
│ │ │ │ ├── login
│ │ │ │ │ └── LoginMapper.xml
│ │ │ │ └── user
│ │ │ │ └── UserMapper.xml
│ │ │ ├── service
│ │ │ │ ├── login
│ │ │ │ │ ├── ILoginService.java
│ │ │ │ │ └── impl
│ │ │ │ │ └── LoginServiceImpl.java
│ │ │ │ └── user
│ │ │ │ ├── IUserService.java
│ │ │ │ └── impl
│ │ │ │ └── UserServiceImpl.java
│ │ │ └── ucc
│ │ │ └── impl
│ │ │ ├── LoginUccImpl.java
│ │ │ └── UserUccImpl.java
│ │ └── resources
│ │ ├── applicationContext.xml
│ │ ├── dubbo
│ │ │ └── dubbo-provider.xml
│ │ ├── dubbo.properties
│ │ ├── log4j.properties
│ │ ├── mybatis
│ │ │ └── mybatis-config.xml
│ │ └── properties
│ │ └── jdbc.properties
│ └── target
│ └── classes
│ ├── META-INF
│ │ ├── MANIFEST.MF
│ │ └── maven
│ │ └── com.yinyuetai.dubbo
│ │ └── dubbo-provider
│ │ ├── pom.properties
│ │ └── pom.xml
│ ├── applicationContext.xml
│ ├── com
│ │ └── dubbo
│ │ └── provider
│ │ ├── Main.class
│ │ ├── dao
│ │ │ ├── login
│ │ │ │ └── ILoginDao.class
│ │ │ └── user
│ │ │ └── IUserDao.class
│ │ ├── mappers
│ │ │ ├── login
│ │ │ │ └── LoginMapper.xml
│ │ │ └── user
│ │ │ └── UserMapper.xml
│ │ ├── service
│ │ │ ├── login
│ │ │ │ ├── ILoginService.class
│ │ │ │ └── impl
│ │ │ │ └── LoginServiceImpl.class
│ │ │ └── user
│ │ │ ├── IUserService.class
│ │ │ └── impl
│ │ │ └── UserServiceImpl.class
│ │ └── ucc
│ │ └── impl
│ │ ├── LoginUccImpl.class
│ │ └── UserUccImpl.class
│ ├── dubbo
│ │ └── dubbo-provider.xml
│ ├── dubbo.properties
│ ├── log4j.properties
│ ├── mybatis
│ │ └── mybatis-config.xml
│ └── properties
│ └── jdbc.properties
└── outdoor.sql
389 directories, 801 files
标签:
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论