实例介绍
一个小Demo,基于Maven项目,这是个源码包,工程如何导入的文档也在里面,只有Spring框架,没有关联数据库,里面是一个简单的用户登陆的验证测试,我的博客http://blog.csdn.net/yc199505/article/details/72528822里面有部分源码,5分的资源分,理由是这样的:这是一个很基础的框架,配置文件可以复用,里面还有很多常用的前端框架,路径等等都设置好了,实用性非常高,希望下载了的大家,能给予积极的反馈,谢谢!
【实例截图】
【核心代码】
reqTest
├── Maven-Spring项目运行步骤.docx
├── pom.xml
└── src
└── main
├── java
│ └── com
│ └── edu
│ └── yc
│ ├── entity
│ │ └── User.java
│ ├── service
│ │ └── UserService.java
│ └── web
│ └── IndexController.java
├── resources
│ ├── applicationContext-mvc.xml
│ ├── applicationContext.xml
│ ├── log4j.properties
│ └── yc.properties
└── webapp
├── static
│ ├── bootstrap
│ │ ├── css
│ │ │ ├── bootstrap.css
│ │ │ ├── bootstrap.css.map
│ │ │ ├── bootstrap.min.css
│ │ │ ├── bootstrap-theme.css
│ │ │ ├── bootstrap-theme.css.map
│ │ │ └── bootstrap-theme.min.css
│ │ ├── fonts
│ │ │ ├── glyphicons-halflings-regular.eot
│ │ │ ├── glyphicons-halflings-regular.svg
│ │ │ ├── glyphicons-halflings-regular.ttf
│ │ │ └── glyphicons-halflings-regular.woff
│ │ └── js
│ │ ├── bootstrap.js
│ │ └── bootstrap.min.js
│ └── js
│ ├── jquery-1.11.0.min.js
│ ├── jquery-jbox
│ │ └── 2.3
│ │ ├── docs
│ │ │ ├── ajax.html
│ │ │ ├── iframe.html
│ │ │ ├── jbox-demo2.html
│ │ │ ├── jbox-demo-depends
│ │ │ │ ├── demo.js
│ │ │ │ ├── down.png
│ │ │ │ ├── highlight
│ │ │ │ │ ├── AUTHORS.en.txt
│ │ │ │ │ ├── export.html
│ │ │ │ │ ├── highlight.js
│ │ │ │ │ ├── highlight.pack.js
│ │ │ │ │ ├── languages
│ │ │ │ │ │ └── javascript.js
│ │ │ │ │ ├── LICENSE
│ │ │ │ │ ├── readme.eng.txt
│ │ │ │ │ ├── styles
│ │ │ │ │ │ └── magula.css
│ │ │ │ │ └── test.html
│ │ │ │ ├── jbox2.png
│ │ │ │ └── jbox.png
│ │ │ └── jbox-demo.html
│ │ ├── i18n
│ │ │ ├── jquery.jBox-zh-CN.js
│ │ │ └── jquery.jBox-zh-CN.min.js
│ │ ├── jquery-1.4.2.min.js
│ │ ├── jquery.jBox-2.3.js
│ │ ├── jquery.jBox-2.3.min.js
│ │ ├── jquery.jBox-2.3.src.js
│ │ ├── LGPL-LICENSE
│ │ ├── MIT-LICENSE
│ │ ├── Skins
│ │ │ ├── Blue
│ │ │ │ ├── Desktop.ini
│ │ │ │ ├── images
│ │ │ │ │ ├── jbox-button1.png
│ │ │ │ │ ├── jbox-button2.png
│ │ │ │ │ ├── jbox-close1.gif
│ │ │ │ │ ├── jbox-close2.gif
│ │ │ │ │ ├── jbox-content-loading.gif
│ │ │ │ │ ├── jbox-icons-ie6.gif
│ │ │ │ │ ├── jbox-icons.png
│ │ │ │ │ ├── jbox-loading1.gif
│ │ │ │ │ ├── jbox-loading2.gif
│ │ │ │ │ ├── jbox-loading3.gif
│ │ │ │ │ ├── jbox-title-icon.gif
│ │ │ │ │ └── OneNote 目录.onetoc2
│ │ │ │ ├── jbox.css
│ │ │ │ └── OneNote 目录.onetoc2
│ │ │ ├── Bootstrap
│ │ │ │ ├── Desktop.ini
│ │ │ │ ├── images
│ │ │ │ │ ├── jbox-button1.png
│ │ │ │ │ ├── jbox-button2.png
│ │ │ │ │ ├── jbox-button.png
│ │ │ │ │ ├── jbox-close1.gif
│ │ │ │ │ ├── jbox-close2.gif
│ │ │ │ │ ├── jbox-close.gif
│ │ │ │ │ ├── jbox-content-loading.gif
│ │ │ │ │ ├── jbox-icons-ie6.gif
│ │ │ │ │ ├── jbox-icons.png
│ │ │ │ │ ├── jbox-loading1.gif
│ │ │ │ │ ├── jbox-loading2.gif
│ │ │ │ │ ├── jbox-loading3.gif
│ │ │ │ │ ├── jbox-title-icon.gif
│ │ │ │ │ └── OneNote 目录.onetoc2
│ │ │ │ ├── jbox.css
│ │ │ │ ├── jbox.min.css
│ │ │ │ └── OneNote 目录.onetoc2
│ │ │ ├── Brown
│ │ │ │ ├── Desktop.ini
│ │ │ │ ├── images
│ │ │ │ │ ├── jbox-button1.png
│ │ │ │ │ ├── jbox-button2.png
│ │ │ │ │ ├── jbox-close1.gif
│ │ │ │ │ ├── jbox-close2.gif
│ │ │ │ │ ├── jbox-content-loading.gif
│ │ │ │ │ ├── jbox-icons-ie6.gif
│ │ │ │ │ ├── jbox-icons.png
│ │ │ │ │ ├── jbox-loading1.gif
│ │ │ │ │ ├── jbox-loading2.gif
│ │ │ │ │ ├── jbox-loading3.gif
│ │ │ │ │ └── jbox-title-icon.gif
│ │ │ │ └── jbox.css
│ │ │ ├── Default
│ │ │ │ ├── Desktop.ini
│ │ │ │ ├── images
│ │ │ │ │ ├── jbox-button1.png
│ │ │ │ │ ├── jbox-button2.png
│ │ │ │ │ ├── jbox-close1.gif
│ │ │ │ │ ├── jbox-close2.gif
│ │ │ │ │ ├── jbox-content-loading.gif
│ │ │ │ │ ├── jbox-icons-ie6.gif
│ │ │ │ │ ├── jbox-icons.png
│ │ │ │ │ ├── jbox-loading1.gif
│ │ │ │ │ ├── jbox-loading2.gif
│ │ │ │ │ ├── jbox-loading3.gif
│ │ │ │ │ └── jbox-title-icon.gif
│ │ │ │ └── jbox.css
│ │ │ ├── Gray
│ │ │ │ ├── Desktop.ini
│ │ │ │ ├── images
│ │ │ │ │ ├── jbox-button1.png
│ │ │ │ │ ├── jbox-button2.png
│ │ │ │ │ ├── jbox-close1.gif
│ │ │ │ │ ├── jbox-close2.gif
│ │ │ │ │ ├── jbox-content-loading.gif
│ │ │ │ │ ├── jbox-icons-ie6.gif
│ │ │ │ │ ├── jbox-icons.png
│ │ │ │ │ ├── jbox-loading1.gif
│ │ │ │ │ ├── jbox-loading2.gif
│ │ │ │ │ ├── jbox-loading3.gif
│ │ │ │ │ └── jbox-title-icon.gif
│ │ │ │ └── jbox.css
│ │ │ ├── GrayCool
│ │ │ │ ├── Desktop.ini
│ │ │ │ ├── images
│ │ │ │ │ ├── jbox-button1.png
│ │ │ │ │ ├── jbox-button2.png
│ │ │ │ │ ├── jbox-close1.gif
│ │ │ │ │ ├── jbox-close2.gif
│ │ │ │ │ ├── jbox-content-loading.gif
│ │ │ │ │ ├── jbox-icons-ie6.gif
│ │ │ │ │ ├── jbox-icons.png
│ │ │ │ │ ├── jbox-loading1.gif
│ │ │ │ │ ├── jbox-loading2.gif
│ │ │ │ │ ├── jbox-loading3.gif
│ │ │ │ │ └── jbox-title-icon.gif
│ │ │ │ └── jbox.css
│ │ │ ├── Green
│ │ │ │ ├── Desktop.ini
│ │ │ │ ├── images
│ │ │ │ │ ├── jbox-button1.png
│ │ │ │ │ ├── jbox-button2.png
│ │ │ │ │ ├── jbox-close1.gif
│ │ │ │ │ ├── jbox-close2.gif
│ │ │ │ │ ├── jbox-content-loading.gif
│ │ │ │ │ ├── jbox-icons-ie6.gif
│ │ │ │ │ ├── jbox-icons.png
│ │ │ │ │ ├── jbox-loading1.gif
│ │ │ │ │ ├── jbox-loading2.gif
│ │ │ │ │ ├── jbox-loading3.gif
│ │ │ │ │ └── jbox-title-icon.gif
│ │ │ │ └── jbox.css
│ │ │ ├── GreyBlue
│ │ │ │ ├── Desktop.ini
│ │ │ │ ├── images
│ │ │ │ │ ├── jbox-button1.png
│ │ │ │ │ ├── jbox-button2.png
│ │ │ │ │ ├── jbox-close1.gif
│ │ │ │ │ ├── jbox-close2.gif
│ │ │ │ │ ├── jbox-content-loading.gif
│ │ │ │ │ ├── jbox-icons-ie6.gif
│ │ │ │ │ ├── jbox-icons.png
│ │ │ │ │ ├── jbox-loading1.gif
│ │ │ │ │ ├── jbox-loading2.gif
│ │ │ │ │ ├── jbox-loading3.gif
│ │ │ │ │ └── jbox-title-icon.gif
│ │ │ │ └── jbox.css
│ │ │ ├── Purple
│ │ │ │ ├── Desktop.ini
│ │ │ │ ├── images
│ │ │ │ │ ├── jbox-button1.png
│ │ │ │ │ ├── jbox-button2.png
│ │ │ │ │ ├── jbox-close1.gif
│ │ │ │ │ ├── jbox-close2.gif
│ │ │ │ │ ├── jbox-content-loading.gif
│ │ │ │ │ ├── jbox-icons-ie6.gif
│ │ │ │ │ ├── jbox-icons.png
│ │ │ │ │ ├── jbox-loading1.gif
│ │ │ │ │ ├── jbox-loading2.gif
│ │ │ │ │ ├── jbox-loading3.gif
│ │ │ │ │ └── jbox-title-icon.gif
│ │ │ │ └── jbox.css
│ │ │ ├── Red
│ │ │ │ ├── Desktop.ini
│ │ │ │ ├── images
│ │ │ │ │ ├── jbox-button1.png
│ │ │ │ │ ├── jbox-button2.png
│ │ │ │ │ ├── jbox-close1.gif
│ │ │ │ │ ├── jbox-close2.gif
│ │ │ │ │ ├── jbox-content-loading.gif
│ │ │ │ │ ├── jbox-icons-ie6.gif
│ │ │ │ │ ├── jbox-icons.png
│ │ │ │ │ ├── jbox-loading1.gif
│ │ │ │ │ ├── jbox-loading2.gif
│ │ │ │ │ ├── jbox-loading3.gif
│ │ │ │ │ └── jbox-title-icon.gif
│ │ │ │ └── jbox.css
│ │ │ ├── ShareBlue
│ │ │ │ ├── Desktop.ini
│ │ │ │ ├── images
│ │ │ │ │ ├── jbox-button1.png
│ │ │ │ │ ├── jbox-button2.png
│ │ │ │ │ ├── jbox-close1.gif
│ │ │ │ │ ├── jbox-close2.gif
│ │ │ │ │ ├── jbox-content-loading.gif
│ │ │ │ │ ├── jbox-icons-ie6.gif
│ │ │ │ │ ├── jbox-icons.png
│ │ │ │ │ ├── jbox-loading1.gif
│ │ │ │ │ ├── jbox-loading2.gif
│ │ │ │ │ ├── jbox-loading3.gif
│ │ │ │ │ └── jbox-title-icon.gif
│ │ │ │ └── jbox.css
│ │ │ ├── ShareBrown
│ │ │ │ ├── Desktop.ini
│ │ │ │ ├── images
│ │ │ │ │ ├── jbox-button1.png
│ │ │ │ │ ├── jbox-button2.png
│ │ │ │ │ ├── jbox-close1.gif
│ │ │ │ │ ├── jbox-close2.gif
│ │ │ │ │ ├── jbox-content-loading.gif
│ │ │ │ │ ├── jbox-icons-ie6.gif
│ │ │ │ │ ├── jbox-icons.png
│ │ │ │ │ ├── jbox-loading1.gif
│ │ │ │ │ ├── jbox-loading2.gif
│ │ │ │ │ ├── jbox-loading3.gif
│ │ │ │ │ └── jbox-title-icon.gif
│ │ │ │ └── jbox.css
│ │ │ ├── ShareGreen
│ │ │ │ ├── Desktop.ini
│ │ │ │ ├── images
│ │ │ │ │ ├── jbox-button1.png
│ │ │ │ │ ├── jbox-button2.png
│ │ │ │ │ ├── jbox-close1.gif
│ │ │ │ │ ├── jbox-close2.gif
│ │ │ │ │ ├── jbox-content-loading.gif
│ │ │ │ │ ├── jbox-icons-ie6.gif
│ │ │ │ │ ├── jbox-icons.png
│ │ │ │ │ ├── jbox-loading1.gif
│ │ │ │ │ ├── jbox-loading2.gif
│ │ │ │ │ ├── jbox-loading3.gif
│ │ │ │ │ └── jbox-title-icon.gif
│ │ │ │ └── jbox.css
│ │ │ ├── SharePurple
│ │ │ │ ├── Desktop.ini
│ │ │ │ ├── images
│ │ │ │ │ ├── jbox-button1.png
│ │ │ │ │ ├── jbox-button2.png
│ │ │ │ │ ├── jbox-close1.gif
│ │ │ │ │ ├── jbox-close2.gif
│ │ │ │ │ ├── jbox-content-loading.gif
│ │ │ │ │ ├── jbox-icons-ie6.gif
│ │ │ │ │ ├── jbox-icons.png
│ │ │ │ │ ├── jbox-loading1.gif
│ │ │ │ │ ├── jbox-loading2.gif
│ │ │ │ │ ├── jbox-loading3.gif
│ │ │ │ │ └── jbox-title-icon.gif
│ │ │ │ └── jbox.css
│ │ │ ├── ShareRed
│ │ │ │ ├── Desktop.ini
│ │ │ │ ├── images
│ │ │ │ │ ├── jbox-button1.png
│ │ │ │ │ ├── jbox-button2.png
│ │ │ │ │ ├── jbox-close1.gif
│ │ │ │ │ ├── jbox-close2.gif
│ │ │ │ │ ├── jbox-content-loading.gif
│ │ │ │ │ ├── jbox-icons-ie6.gif
│ │ │ │ │ ├── jbox-icons.png
│ │ │ │ │ ├── jbox-loading1.gif
│ │ │ │ │ ├── jbox-loading2.gif
│ │ │ │ │ ├── jbox-loading3.gif
│ │ │ │ │ └── jbox-title-icon.gif
│ │ │ │ └── jbox.css
│ │ │ └── 样式说明(以Default皮肤为例).css
│ │ ├── Skins2
│ │ │ ├── Blue
│ │ │ │ ├── Desktop.ini
│ │ │ │ ├── images
│ │ │ │ │ ├── jbox-close1.gif
│ │ │ │ │ ├── jbox-close2.gif
│ │ │ │ │ ├── jbox-content-loading.gif
│ │ │ │ │ ├── jbox-icons-ie6.gif
│ │ │ │ │ ├── jbox-icons.png
│ │ │ │ │ ├── jbox-loading1.gif
│ │ │ │ │ ├── jbox-loading2.gif
│ │ │ │ │ ├── jbox-loading3.gif
│ │ │ │ │ └── jbox-title-icon.gif
│ │ │ │ └── jbox.css
│ │ │ ├── Gray
│ │ │ │ ├── Desktop.ini
│ │ │ │ ├── images
│ │ │ │ │ ├── jbox-close1.gif
│ │ │ │ │ ├── jbox-close2.gif
│ │ │ │ │ ├── jbox-content-loading.gif
│ │ │ │ │ ├── jbox-icons-ie6.gif
│ │ │ │ │ ├── jbox-icons.png
│ │ │ │ │ ├── jbox-loading1.gif
│ │ │ │ │ ├── jbox-loading2.gif
│ │ │ │ │ ├── jbox-loading3.gif
│ │ │ │ │ └── jbox-title-icon.gif
│ │ │ │ └── jbox.css
│ │ │ ├── Green
│ │ │ │ ├── Desktop.ini
│ │ │ │ ├── images
│ │ │ │ │ ├── jbox-close1.gif
│ │ │ │ │ ├── jbox-close2.gif
│ │ │ │ │ ├── jbox-content-loading.gif
│ │ │ │ │ ├── jbox-icons-ie6.gif
│ │ │ │ │ ├── jbox-icons.png
│ │ │ │ │ ├── jbox-loading1.gif
│ │ │ │ │ ├── jbox-loading2.gif
│ │ │ │ │ ├── jbox-loading3.gif
│ │ │ │ │ └── jbox-title-icon.gif
│ │ │ │ └── jbox.css
│ │ │ ├── Pink
│ │ │ │ ├── Desktop.ini
│ │ │ │ ├── images
│ │ │ │ │ ├── jbox-close1.gif
│ │ │ │ │ ├── jbox-close2.gif
│ │ │ │ │ ├── jbox-content-loading.gif
│ │ │ │ │ ├── jbox-icons-ie6.gif
│ │ │ │ │ ├── jbox-icons.png
│ │ │ │ │ ├── jbox-loading1.gif
│ │ │ │ │ ├── jbox-loading2.gif
│ │ │ │ │ ├── jbox-loading3.gif
│ │ │ │ │ └── jbox-title-icon.gif
│ │ │ │ └── jbox.css
│ │ │ ├── Purple
│ │ │ │ ├── Desktop.ini
│ │ │ │ ├── images
│ │ │ │ │ ├── jbox-close1.gif
│ │ │ │ │ ├── jbox-close2.gif
│ │ │ │ │ ├── jbox-content-loading.gif
│ │ │ │ │ ├── jbox-icons-ie6.gif
│ │ │ │ │ ├── jbox-icons.png
│ │ │ │ │ ├── jbox-loading1.gif
│ │ │ │ │ ├── jbox-loading2.gif
│ │ │ │ │ ├── jbox-loading3.gif
│ │ │ │ │ └── jbox-title-icon.gif
│ │ │ │ └── jbox.css
│ │ │ ├── Yellow
│ │ │ │ ├── Desktop.ini
│ │ │ │ ├── images
│ │ │ │ │ ├── jbox-close1.gif
│ │ │ │ │ ├── jbox-close2.gif
│ │ │ │ │ ├── jbox-content-loading.gif
│ │ │ │ │ ├── jbox-icons-ie6.gif
│ │ │ │ │ ├── jbox-icons.png
│ │ │ │ │ ├── jbox-loading1.gif
│ │ │ │ │ ├── jbox-loading2.gif
│ │ │ │ │ ├── jbox-loading3.gif
│ │ │ │ │ └── jbox-title-icon.gif
│ │ │ │ └── jbox.css
│ │ │ └── 样式说明(以Green皮肤为例).css
│ │ └── update.txt
│ ├── jquery-migrate-1.4.1.min.js
│ ├── jquery-validation
│ │ ├── 1.11.0
│ │ │ ├── additional-methods.js
│ │ │ ├── additional-methods.min.js
│ │ │ ├── changelog.txt
│ │ │ ├── demo
│ │ │ │ ├── ajaxSubmit-intergration-demo.html
│ │ │ │ ├── captcha
│ │ │ │ │ ├── captcha.js
│ │ │ │ │ ├── fonts
│ │ │ │ │ │ └── Anorexia.ttf
│ │ │ │ │ ├── image_req.php
│ │ │ │ │ ├── images
│ │ │ │ │ │ ├── button.png
│ │ │ │ │ │ └── image.php
│ │ │ │ │ ├── index.php
│ │ │ │ │ ├── newsession.php
│ │ │ │ │ ├── process.php
│ │ │ │ │ ├── rand.php
│ │ │ │ │ └── style.css
│ │ │ │ ├── css
│ │ │ │ │ ├── chili.css
│ │ │ │ │ ├── cmxform.css
│ │ │ │ │ ├── cmxformTemplate.css
│ │ │ │ │ ├── core.css
│ │ │ │ │ ├── reset.css
│ │ │ │ │ └── screen.css
│ │ │ │ ├── custom-messages-data-demo.html
│ │ │ │ ├── custom-methods-demo.html
│ │ │ │ ├── dynamic-totals.html
│ │ │ │ ├── errorcontainer-demo.html
│ │ │ │ ├── file_input.html
│ │ │ │ ├── form.php
│ │ │ │ ├── form.phps
│ │ │ │ ├── images
│ │ │ │ │ ├── bg.gif
│ │ │ │ │ ├── checked.gif
│ │ │ │ │ ├── cmxform-divider.gif
│ │ │ │ │ ├── cmxform-fieldset.gif
│ │ │ │ │ ├── loading.gif
│ │ │ │ │ └── unchecked.gif
│ │ │ │ ├── index.html
│ │ │ │ ├── jquerymobile.html
│ │ │ │ ├── js
│ │ │ │ │ └── chili-1.7.pack.js
│ │ │ │ ├── login
│ │ │ │ │ ├── images
│ │ │ │ │ │ ├── bg.gif
│ │ │ │ │ │ ├── header1.jpg
│ │ │ │ │ │ ├── page.gif
│ │ │ │ │ │ └── required_star.gif
│ │ │ │ │ ├── index.html
│ │ │ │ │ └── screen.css
│ │ │ │ ├── marketo
│ │ │ │ │ ├── emails.php
│ │ │ │ │ ├── emails.phps
│ │ │ │ │ ├── ie6.css
│ │ │ │ │ ├── images
│ │ │ │ │ │ ├── back_green-fade.gif
│ │ │ │ │ │ ├── back_nav_blue.gif
│ │ │ │ │ │ ├── backRequiredGray.gif
│ │ │ │ │ │ ├── blank.gif
│ │ │ │ │ │ ├── button-submit.gif
│ │ │ │ │ │ ├── favicon.ico
│ │ │ │ │ │ ├── help.png
│ │ │ │ │ │ ├── left-nav-callout-long.png
│ │ │ │ │ │ ├── login-sprite.gif
│ │ │ │ │ │ ├── logo_marketo.gif
│ │ │ │ │ │ ├── sf.png
│ │ │ │ │ │ ├── step1-24.gif
│ │ │ │ │ │ ├── step2-24.gif
│ │ │ │ │ │ ├── step3-24.gif
│ │ │ │ │ │ ├── tab_green.gif
│ │ │ │ │ │ ├── tab-sprite.gif
│ │ │ │ │ │ ├── time.png
│ │ │ │ │ │ ├── toggle.gif
│ │ │ │ │ │ └── warning.gif
│ │ │ │ │ ├── index.html
│ │ │ │ │ ├── jquery.maskedinput.js
│ │ │ │ │ ├── mktSignup.js
│ │ │ │ │ ├── step2.htm
│ │ │ │ │ └── stylesheet.css
│ │ │ │ ├── milk
│ │ │ │ │ ├── bg.gif
│ │ │ │ │ ├── emails.php
│ │ │ │ │ ├── emails.phps
│ │ │ │ │ ├── index.html
│ │ │ │ │ ├── left_white.png
│ │ │ │ │ ├── milk.css
│ │ │ │ │ ├── milk.png
│ │ │ │ │ ├── right_white.png
│ │ │ │ │ ├── users.php
│ │ │ │ │ └── users.phps
│ │ │ │ ├── multipart
│ │ │ │ │ ├── index.html
│ │ │ │ │ ├── js
│ │ │ │ │ │ ├── jquery.maskedinput-1.0.js
│ │ │ │ │ │ ├── ui.accordion.js
│ │ │ │ │ │ └── ui.core.js
│ │ │ │ │ └── style.css
│ │ │ │ ├── radio-checkbox-select-demo.html
│ │ │ │ ├── tabs
│ │ │ │ │ └── index.html
│ │ │ │ ├── themerollered.html
│ │ │ │ └── tinymce
│ │ │ │ ├── index.html
│ │ │ │ ├── themes
│ │ │ │ │ └── simple
│ │ │ │ │ ├── editor_template.js
│ │ │ │ │ ├── img
│ │ │ │ │ │ └── icons.gif
│ │ │ │ │ ├── langs
│ │ │ │ │ │ └── en.js
│ │ │ │ │ └── skins
│ │ │ │ │ └── default
│ │ │ │ │ └── ui.css
│ │ │ │ └── tiny_mce.js
│ │ │ ├── grunt.js
│ │ │ ├── images
│ │ │ │ └── unchecked.gif
│ │ │ ├── jquery.validate.css
│ │ │ ├── jquery.validate.js
│ │ │ ├── jquery.validate.method.js
│ │ │ ├── jquery.validate.method.min.js
│ │ │ ├── jquery.validate.min.css
│ │ │ ├── jquery.validate.min.js
│ │ │ ├── lib
│ │ │ │ ├── jquery-1.9.0.js
│ │ │ │ ├── jquery.form.js
│ │ │ │ ├── jquery.js
│ │ │ │ └── jquery.mockjax.js
│ │ │ ├── localization
│ │ │ │ ├── messages_zh.js
│ │ │ │ └── messages_zh_TW.js
│ │ │ ├── package.json
│ │ │ └── README.md
│ │ └── 1.11.1
│ │ ├── additional-methods.js
│ │ ├── additional-methods.min.js
│ │ ├── changelog.txt
│ │ ├── dist
│ │ │ ├── additional-methods.js
│ │ │ ├── additional-methods.min.js
│ │ │ ├── jquery.validate.js
│ │ │ └── jquery.validate.min.js
│ │ ├── grunt.js
│ │ ├── images
│ │ │ └── unchecked.gif
│ │ ├── jquery.validate.css
│ │ ├── jquery.validate.js
│ │ ├── jquery.validate.method.js
│ │ ├── jquery.validate.method.min.js
│ │ ├── jquery.validate.min.css
│ │ ├── jquery.validate.min.js
│ │ ├── lib
│ │ │ ├── jquery-1.6.4.js
│ │ │ ├── jquery-1.7.2.js
│ │ │ ├── jquery-1.8.3.js
│ │ │ ├── jquery-1.9.0.js
│ │ │ ├── jquery.form.js
│ │ │ ├── jquery.js
│ │ │ └── jquery.mockjax.js
│ │ ├── localization
│ │ │ ├── messages_ar.js
│ │ │ ├── messages_bg.js
│ │ │ ├── messages_ca.js
│ │ │ ├── messages_cs.js
│ │ │ ├── messages_da.js
│ │ │ ├── messages_de.js
│ │ │ ├── messages_el.js
│ │ │ ├── messages_es.js
│ │ │ ├── messages_et.js
│ │ │ ├── messages_eu.js
│ │ │ ├── messages_fa.js
│ │ │ ├── messages_fi.js
│ │ │ ├── messages_fr.js
│ │ │ ├── messages_he.js
│ │ │ ├── messages_hr.js
│ │ │ ├── messages_hu.js
│ │ │ ├── messages_it.js
│ │ │ ├── messages_ja.js
│ │ │ ├── messages_ka.js
│ │ │ ├── messages_kk.js
│ │ │ ├── messages_ko.js
│ │ │ ├── messages_lt.js
│ │ │ ├── messages_lv.js
│ │ │ ├── messages_my.js
│ │ │ ├── messages_nl.js
│ │ │ ├── messages_no.js
│ │ │ ├── messages_pl.js
│ │ │ ├── messages_pt_BR.js
│ │ │ ├── messages_pt_PT.js
│ │ │ ├── messages_ro.js
│ │ │ ├── messages_ru.js
│ │ │ ├── messages_si.js
│ │ │ ├── messages_sk.js
│ │ │ ├── messages_sl.js
│ │ │ ├── messages_sr.js
│ │ │ ├── messages_sv.js
│ │ │ ├── messages_th.js
│ │ │ ├── messages_tr.js
│ │ │ ├── messages_uk.js
│ │ │ ├── messages_vi.js
│ │ │ ├── messages_zh.js
│ │ │ ├── messages_zh_TW.js
│ │ │ ├── methods_de.js
│ │ │ ├── methods_nl.js
│ │ │ └── methods_pt.js
│ │ ├── package.json
│ │ ├── README.md
│ │ └── test
│ │ ├── events.html
│ │ ├── firebug
│ │ │ ├── errorIcon.png
│ │ │ ├── firebug.css
│ │ │ ├── firebug.html
│ │ │ ├── firebug.js
│ │ │ ├── firebugx.js
│ │ │ ├── infoIcon.png
│ │ │ └── warningIcon.png
│ │ ├── index.html
│ │ ├── jquery.js
│ │ ├── large.html
│ │ ├── messages.js
│ │ ├── methods.js
│ │ ├── qunit
│ │ │ ├── qunit.css
│ │ │ └── qunit.js
│ │ ├── rules.js
│ │ ├── selects
│ │ │ └── index.html
│ │ ├── tabs.html
│ │ └── test.js
│ ├── jquery-ztree
│ │ └── 3.5.12
│ │ ├── api
│ │ │ ├── API_cn.html
│ │ │ ├── apiCss
│ │ │ │ ├── api.js
│ │ │ │ ├── common.css
│ │ │ │ ├── common_ie6.css
│ │ │ │ ├── img
│ │ │ │ │ ├── apiMenu.gif
│ │ │ │ │ ├── apiMenu.png
│ │ │ │ │ ├── background.jpg
│ │ │ │ │ ├── chinese.png
│ │ │ │ │ ├── close.png
│ │ │ │ │ ├── contact-bg.png
│ │ │ │ │ ├── english.png
│ │ │ │ │ ├── header-bg.png
│ │ │ │ │ ├── lightbulb.png
│ │ │ │ │ ├── overlay_arrow.gif
│ │ │ │ │ ├── overlay_arrow.png
│ │ │ │ │ ├── overlay_bg.png
│ │ │ │ │ ├── overlay_close_IE6.gif
│ │ │ │ │ ├── zTreeStandard.gif
│ │ │ │ │ └── zTreeStandard.png
│ │ │ │ └── zTreeStyleForApi.css
│ │ │ └── cn
│ │ │ ├── fn.zTree.destroy.html
│ │ │ ├── fn.zTree.getZTreeObj.html
│ │ │ ├── fn.zTree.init.html
│ │ │ ├── fn.zTree._z.html
│ │ │ ├── setting.async.autoParam.html
│ │ │ ├── setting.async.contentType.html
│ │ │ ├── setting.async.dataFilter.html
│ │ │ ├── setting.async.dataType.html
│ │ │ ├── setting.async.enable.html
│ │ │ ├── setting.async.otherParam.html
│ │ │ ├── setting.async.type.html
│ │ │ ├── setting.async.url.html
│ │ │ ├── setting.callback.beforeAsync.html
│ │ │ ├── setting.callback.beforeCheck.html
│ │ │ ├── setting.callback.beforeClick.html
│ │ │ ├── setting.callback.beforeCollapse.html
│ │ │ ├── setting.callback.beforeDblClick.html
│ │ │ ├── setting.callback.beforeDrag.html
│ │ │ ├── setting.callback.beforeDragOpen.html
│ │ │ ├── setting.callback.beforeDrop.html
│ │ │ ├── setting.callback.beforeEditName.html
│ │ │ ├── setting.callback.beforeExpand.html
│ │ │ ├── setting.callback.beforeMouseDown.html
│ │ │ ├── setting.callback.beforeMouseUp.html
│ │ │ ├── setting.callback.beforeRemove.html
│ │ │ ├── setting.callback.beforeRename.html
│ │ │ ├── setting.callback.beforeRightClick.html
│ │ │ ├── setting.callback.onAsyncError.html
│ │ │ ├── setting.callback.onAsyncSuccess.html
│ │ │ ├── setting.callback.onCheck.html
│ │ │ ├── setting.callback.onClick.html
│ │ │ ├── setting.callback.onCollapse.html
│ │ │ ├── setting.callback.onDblClick.html
│ │ │ ├── setting.callback.onDrag.html
│ │ │ ├── setting.callback.onDrop.html
│ │ │ ├── setting.callback.onExpand.html
│ │ │ ├── setting.callback.onMouseDown.html
│ │ │ ├── setting.callback.onMouseUp.html
│ │ │ ├── setting.callback.onNodeCreated.html
│ │ │ ├── setting.callback.onRemove.html
│ │ │ ├── setting.callback.onRename.html
│ │ │ ├── setting.callback.onRightClick.html
│ │ │ ├── setting.check.autoCheckTrigger.html
│ │ │ ├── setting.check.chkboxType.html
│ │ │ ├── setting.check.chkDisabledInherit.html
│ │ │ ├── setting.check.chkStyle.html
│ │ │ ├── setting.check.enable.html
│ │ │ ├── setting.check.nocheckInherit.html
│ │ │ ├── setting.check.radioType.html
│ │ │ ├── setting.data.keep.leaf.html
│ │ │ ├── setting.data.keep.parent.html
│ │ │ ├── setting.data.key.checked.html
│ │ │ ├── setting.data.key.children.html
│ │ │ ├── setting.data.key.name.html
│ │ │ ├── setting.data.key.title.html
│ │ │ ├── setting.data.key.url.html
│ │ │ ├── setting.data.simpleData.enable.html
│ │ │ ├── setting.data.simpleData.idKey.html
│ │ │ ├── setting.data.simpleData.pIdKey.html
│ │ │ ├── setting.data.simpleData.rootPId.html
│ │ │ ├── setting.edit.drag.autoExpandTrigger.html
│ │ │ ├── setting.edit.drag.autoOpenTime.html
│ │ │ ├── setting.edit.drag.borderMax.html
│ │ │ ├── setting.edit.drag.borderMin.html
│ │ │ ├── setting.edit.drag.inner.html
│ │ │ ├── setting.edit.drag.isCopy.html
│ │ │ ├── setting.edit.drag.isMove.html
│ │ │ ├── setting.edit.drag.maxShowNodeNum.html
│ │ │ ├── setting.edit.drag.minMoveSize.html
│ │ │ ├── setting.edit.drag.next.html
│ │ │ ├── setting.edit.drag.prev.html
│ │ │ ├── setting.edit.editNameSelectAll.html
│ │ │ ├── setting.edit.enable.html
│ │ │ ├── setting.edit.removeTitle.html
│ │ │ ├── setting.edit.renameTitle.html
│ │ │ ├── setting.edit.showRemoveBtn.html
│ │ │ ├── setting.edit.showRenameBtn.html
│ │ │ ├── setting.treeId.html
│ │ │ ├── setting.treeObj.html
│ │ │ ├── setting.view.addDiyDom.html
│ │ │ ├── setting.view.addHoverDom.html
│ │ │ ├── setting.view.autoCancelSelected.html
│ │ │ ├── setting.view.dblClickExpand.html
│ │ │ ├── setting.view.expandSpeed.html
│ │ │ ├── setting.view.fontCss.html
│ │ │ ├── setting.view.nameIsHTML.html
│ │ │ ├── setting.view.removeHoverDom.html
│ │ │ ├── setting.view.selectedMulti.html
│ │ │ ├── setting.view.showIcon.html
│ │ │ ├── setting.view.showLine.html
│ │ │ ├── setting.view.showTitle.html
│ │ │ ├── treeNode.check_Child_State.html
│ │ │ ├── treeNode.checked.html
│ │ │ ├── treeNode.checkedOld.html
│ │ │ ├── treeNode.check_Focus.html
│ │ │ ├── treeNode.children.html
│ │ │ ├── treeNode.chkDisabled.html
│ │ │ ├── treeNode.click.html
│ │ │ ├── treeNode.diy.html
│ │ │ ├── treeNode.editNameFlag.html
│ │ │ ├── treeNode.getCheckStatus.html
│ │ │ ├── treeNode.getNextNode.html
│ │ │ ├── treeNode.getParentNode.html
│ │ │ ├── treeNode.getPreNode.html
│ │ │ ├── treeNode.halfCheck.html
│ │ │ ├── treeNode.iconClose.html
│ │ │ ├── treeNode.icon.html
│ │ │ ├── treeNode.iconOpen.html
│ │ │ ├── treeNode.iconSkin.html
│ │ │ ├── treeNode.isAjaxing.html
│ │ │ ├── treeNode.isFirstNode.html
│ │ │ ├── treeNode.isHidden.html
│ │ │ ├── treeNode.isHover.html
│ │ │ ├── treeNode.isLastNode.html
│ │ │ ├── treeNode.isParent.html
│ │ │ ├── treeNode.level.html
│ │ │ ├── treeNode.name.html
│ │ │ ├── treeNode.nocheck.html
│ │ │ ├── treeNode.open.html
│ │ │ ├── treeNode.parentTId.html
│ │ │ ├── treeNode.target.html
│ │ │ ├── treeNode.tId.html
│ │ │ ├── treeNode.url.html
│ │ │ ├── treeNode.zAsync.html
│ │ │ ├── zTreeObj.addNodes.html
│ │ │ ├── zTreeObj.cancelEditName.html
│ │ │ ├── zTreeObj.cancelSelectedNode.html
│ │ │ ├── zTreeObj.checkAllNodes.html
│ │ │ ├── zTreeObj.checkNode.html
│ │ │ ├── zTreeObj.copyNode.html
│ │ │ ├── zTreeObj.destroy.html
│ │ │ ├── zTreeObj.editName.html
│ │ │ ├── zTreeObj.expandAll.html
│ │ │ ├── zTreeObj.expandNode.html
│ │ │ ├── zTreeObj.getChangeCheckedNodes.html
│ │ │ ├── zTreeObj.getCheckedNodes.html
│ │ │ ├── zTreeObj.getNodeByParam.html
│ │ │ ├── zTreeObj.getNodeByTId.html
│ │ │ ├── zTreeObj.getNodeIndex.html
│ │ │ ├── zTreeObj.getNodesByFilter.html
│ │ │ ├── zTreeObj.getNodesByParamFuzzy.html
│ │ │ ├── zTreeObj.getNodesByParam.html
│ │ │ ├── zTreeObj.getNodes.html
│ │ │ ├── zTreeObj.getSelectedNodes.html
│ │ │ ├── zTreeObj.hideNode.html
│ │ │ ├── zTreeObj.hideNodes.html
│ │ │ ├── zTreeObj.moveNode.html
│ │ │ ├── zTreeObj.reAsyncChildNodes.html
│ │ │ ├── zTreeObj.refresh.html
│ │ │ ├── zTreeObj.removeChildNodes.html
│ │ │ ├── zTreeObj.removeNode.html
│ │ │ ├── zTreeObj.selectNode.html
│ │ │ ├── zTreeObj.setChkDisabled.html
│ │ │ ├── zTreeObj.setEditable.html
│ │ │ ├── zTreeObj.setting.html
│ │ │ ├── zTreeObj.showNode.html
│ │ │ ├── zTreeObj.showNodes.html
│ │ │ ├── zTreeObj.transformToArray.html
│ │ │ ├── zTreeObj.transformTozTreeNodes.html
│ │ │ └── zTreeObj.updateNode.html
│ │ ├── css
│ │ │ ├── demo.css
│ │ │ └── zTreeStyle
│ │ │ ├── img
│ │ │ │ ├── diy
│ │ │ │ │ ├── 1_close.png
│ │ │ │ │ ├── 1_open.png
│ │ │ │ │ ├── 2.png
│ │ │ │ │ ├── 3.png
│ │ │ │ │ ├── 4.png
│ │ │ │ │ ├── 5.png
│ │ │ │ │ ├── 6.png
│ │ │ │ │ ├── 7.png
│ │ │ │ │ ├── 8.png
│ │ │ │ │ └── 9.png
│ │ │ │ ├── line_conn.gif
│ │ │ │ ├── loading.gif
│ │ │ │ ├── zTreeStandard.gif
│ │ │ │ └── zTreeStandard.png
│ │ │ ├── zTreeStyle.css
│ │ │ └── zTreeStyle.min.css
│ │ ├── demo
│ │ │ └── cn
│ │ │ ├── asyncData
│ │ │ │ ├── getNodesForBigData.php
│ │ │ │ └── getNodes.php
│ │ │ ├── bigdata
│ │ │ │ ├── common.html
│ │ │ │ ├── diy_async.html
│ │ │ │ └── page.html
│ │ │ ├── core
│ │ │ │ ├── async_fun.html
│ │ │ │ ├── async.html
│ │ │ │ ├── click.html
│ │ │ │ ├── custom_font.html
│ │ │ │ ├── custom_icon.html
│ │ │ │ ├── custom_iconSkin.html
│ │ │ │ ├── expand.html
│ │ │ │ ├── noicon.html
│ │ │ │ ├── noline.html
│ │ │ │ ├── otherMouse.html
│ │ │ │ ├── searchNodes.html
│ │ │ │ ├── simpleData.html
│ │ │ │ ├── standardData.html
│ │ │ │ ├── update_fun.html
│ │ │ │ └── url.html
│ │ │ ├── excheck
│ │ │ │ ├── checkbox_chkDisabled.html
│ │ │ │ ├── checkbox_count.html
│ │ │ │ ├── checkbox_fun.html
│ │ │ │ ├── checkbox_halfCheck.html
│ │ │ │ ├── checkbox.html
│ │ │ │ ├── checkbox_nocheck.html
│ │ │ │ ├── radio_chkDisabled.html
│ │ │ │ ├── radio_fun.html
│ │ │ │ ├── radio_halfCheck.html
│ │ │ │ ├── radio.html
│ │ │ │ └── radio_nocheck.html
│ │ │ ├── exedit
│ │ │ │ ├── async_edit.html
│ │ │ │ ├── drag_fun.html
│ │ │ │ ├── drag.html
│ │ │ │ ├── drag_super.html
│ │ │ │ ├── edit_fun.html
│ │ │ │ ├── edit.html
│ │ │ │ ├── edit_super.html
│ │ │ │ └── multiTree.html
│ │ │ ├── exhide
│ │ │ │ ├── checkbox.html
│ │ │ │ ├── common.html
│ │ │ │ └── radio.html
│ │ │ ├── index.html
│ │ │ └── super
│ │ │ ├── asyncForAll.html
│ │ │ ├── checkbox_radio.html
│ │ │ ├── diydom.html
│ │ │ ├── dragWithOther.html
│ │ │ ├── left_menuForOutLook.gif
│ │ │ ├── left_menuForOutLook.html
│ │ │ ├── left_menuForOutLook.png
│ │ │ ├── left_menu.html
│ │ │ ├── oneclick.html
│ │ │ ├── oneroot.html
│ │ │ ├── rightClickMenu.html
│ │ │ ├── select_menu_checkbox.html
│ │ │ ├── select_menu.html
│ │ │ ├── select_menu_radio.html
│ │ │ └── singlepath.html
│ │ ├── js
│ │ │ ├── jquery-1.4.4.min.js
│ │ │ ├── jquery.ztree.all-3.5.js
│ │ │ ├── jquery.ztree.all-3.5.min.js
│ │ │ ├── jquery.ztree.core-3.5.js
│ │ │ ├── jquery.ztree.core-3.5.min.js
│ │ │ ├── jquery.ztree.excheck-3.5.js
│ │ │ ├── jquery.ztree.excheck-3.5.min.js
│ │ │ ├── jquery.ztree.exedit-3.5.js
│ │ │ ├── jquery.ztree.exedit-3.5.min.js
│ │ │ ├── jquery.ztree.exhide-3.5.js
│ │ │ └── jquery.ztree.exhide-3.5.min.js
│ │ └── log v3.x.txt
│ ├── layer
│ │ ├── layer.js
│ │ └── skin
│ │ └── default
│ │ ├── icon-ext.png
│ │ ├── icon.png
│ │ ├── layer.css
│ │ ├── loading-0.gif
│ │ ├── loading-1.gif
│ │ └── loading-2.gif
│ ├── My97DatePicker
│ │ ├── calendar.js
│ │ ├── develop
│ │ │ ├── lang
│ │ │ │ ├── zh-cn.js
│ │ │ │ └── zh-tw.js
│ │ │ ├── readme.txt
│ │ │ └── skin
│ │ │ ├── default
│ │ │ │ └── datepicker.css
│ │ │ ├── twoer
│ │ │ │ └── datepicker.css
│ │ │ └── whyGreen
│ │ │ └── datepicker.css
│ │ ├── docs
│ │ │ ├── css
│ │ │ │ └── base.css
│ │ │ ├── demo
│ │ │ │ ├── index.htm
│ │ │ │ └── resource
│ │ │ │ ├── 2.1.asp.htm
│ │ │ │ ├── 2.2.asp.htm
│ │ │ │ ├── 2.3.asp.htm
│ │ │ │ ├── 2.4.asp.htm
│ │ │ │ ├── 2.5.asp-.htm
│ │ │ │ ├── 2.5.asp.htm
│ │ │ │ ├── 2.6.asp.htm
│ │ │ │ ├── 3.asp.htm
│ │ │ │ ├── 999.asp-.htm
│ │ │ │ ├── 999.asp.htm
│ │ │ │ ├── demo.css
│ │ │ │ ├── demo_iframe2.htm
│ │ │ │ ├── demo_iframe.htm
│ │ │ │ ├── left.htm
│ │ │ │ ├── main.asp
│ │ │ │ ├── pic1.jpg
│ │ │ │ ├── pic2.jpg
│ │ │ │ └── pic3.jpg
│ │ │ ├── demo.htm
│ │ │ └── images
│ │ │ ├── block
│ │ │ │ ├── block-body.gif
│ │ │ │ ├── block-bottom.gif
│ │ │ │ └── block-top.gif
│ │ │ ├── body.jpg
│ │ │ └── footer.jpg
│ │ ├── lang
│ │ │ ├── en.js
│ │ │ ├── zh-cn.js
│ │ │ └── zh-tw.js
│ │ ├── skin
│ │ │ ├── datePicker.gif
│ │ │ ├── default
│ │ │ │ ├── datepicker.css
│ │ │ │ └── img.gif
│ │ │ ├── twoer
│ │ │ │ ├── datepicker.css
│ │ │ │ ├── img.gif
│ │ │ │ └── img.png
│ │ │ ├── WdatePicker.css
│ │ │ └── whyGreen
│ │ │ ├── bg.jpg
│ │ │ ├── datepicker.css
│ │ │ └── img.gif
│ │ └── WdatePicker.js
│ └── pagination
│ ├── jquery.pagination.js
│ ├── pagination.css
│ └── 说明.txt
└── WEB-INF
├── inc
│ ├── meta.jsp
│ └── taglibs.jsp
├── views
│ ├── gotologin.jsp
│ ├── index.jsp
│ └── loginsucc.jsp
└── web.xml
150 directories, 846 files
标签:
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论