在好例子网,分享、交流、成长!
您当前所在位置:首页Java 开发实例Java网络编程 → springboot接口实现

springboot接口实现

Java网络编程

下载此实例
  • 开发语言:Java
  • 实例大小:121.02M
  • 下载次数:18
  • 浏览次数:74
  • 发布时间:2022-05-09
  • 实例类别:Java网络编程
  • 发 布 人:天高气爽
  • 文件格式:.rar
  • 所需积分:2
 相关标签: springboot Spring boot PRI 实现

实例介绍

【实例简介】springboot接口实现

【实例截图】

from clipboard

from clipboard

from clipboard

【核心代码】

.
├── seckill
│   ├── mvnw
│   ├── mvnw.cmd
│   ├── pom.xml
│   ├── src
│   │   ├── main
│   │   │   ├── java
│   │   │   │   └── com
│   │   │   │       └── sl
│   │   │   │           └── seckill
│   │   │   │               ├── BootDemos
│   │   │   │               │   └── BootDemo.java
│   │   │   │               ├── SeckillApplication.java
│   │   │   │               ├── controller
│   │   │   │               │   └── UserInfoController.java
│   │   │   │               ├── dao
│   │   │   │               │   ├── UserInfoDao.java
│   │   │   │               │   └── UserPasswordDao.java
│   │   │   │               ├── entity
│   │   │   │               │   ├── UserInfoEntity.java
│   │   │   │               │   └── UserPasswordEntity.java
│   │   │   │               ├── service
│   │   │   │               │   ├── UserInfoService.java
│   │   │   │               │   ├── UserPasswordService.java
│   │   │   │               │   └── model
│   │   │   │               │       └── UserInfoModel.java
│   │   │   │               └── utils
│   │   │   │                   └── CommonResultType.java
│   │   │   └── resources
│   │   │       ├── application.properties
│   │   │       ├── mapper
│   │   │       │   ├── UserInfoMapper.xml
│   │   │       │   └── UserPasswordMapper.xml
│   │   │       ├── static
│   │   │       │   ├── index.html
│   │   │       │   └── static
│   │   │       │       ├── MP_verify_FBI8ONKRLgGpZY93.txt
│   │   │       │       ├── about.html
│   │   │       │       ├── admin
│   │   │       │       │   ├── global
│   │   │       │       │   │   ├── css
│   │   │       │       │   │   │   ├── components.min.css
│   │   │       │       │   │   │   └── plugins.min.css
│   │   │       │       │   │   ├── img
│   │   │       │       │   │   │   ├── accordion-plusminus.png
│   │   │       │       │   │   │   ├── ajax-loading.gif
│   │   │       │       │   │   │   ├── ajax-modal-loading.gif
│   │   │       │       │   │   │   ├── datatable-row-openclose.png
│   │   │       │       │   │   │   ├── flags
│   │   │       │       │   │   │   ├── input-spinner.gif
│   │   │       │       │   │   │   ├── loading-spinner-blue.gif
│   │   │       │       │   │   │   ├── loading-spinner-default.gif
│   │   │       │       │   │   │   ├── loading-spinner-grey.gif
│   │   │       │       │   │   │   ├── loading.gif
│   │   │       │       │   │   │   ├── overlay-icon.png
│   │   │       │       │   │   │   ├── portlet-collapse-icon-white.png
│   │   │       │       │   │   │   ├── portlet-collapse-icon.png
│   │   │       │       │   │   │   ├── portlet-config-icon-white.png
│   │   │       │       │   │   │   ├── portlet-config-icon.png
│   │   │       │       │   │   │   ├── portlet-expand-icon-white.png
│   │   │       │       │   │   │   ├── portlet-expand-icon.png
│   │   │       │       │   │   │   ├── portlet-reload-icon-white.png
│   │   │       │       │   │   │   ├── portlet-reload-icon.png
│   │   │       │       │   │   │   ├── portlet-remove-icon-white.png
│   │   │       │       │   │   │   ├── portlet-remove-icon.png
│   │   │       │       │   │   │   ├── remove-icon-small.png
│   │   │       │       │   │   │   ├── social
│   │   │       │       │   │   │   ├── syncfusion-icons-white.png
│   │   │       │       │   │   │   └── syncfusion-icons.png
│   │   │       │       │   │   ├── plugins
│   │   │       │       │   │   │   ├── bootstrap
│   │   │       │       │   │   │   ├── bootstrap-datepicker
│   │   │       │       │   │   │   ├── bootstrap-hover-dropdown
│   │   │       │       │   │   │   ├── bootstrap-switch
│   │   │       │       │   │   │   ├── datatables
│   │   │       │       │   │   │   ├── font-awesome
│   │   │       │       │   │   │   ├── jquery-slimscroll
│   │   │       │       │   │   │   ├── jquery-validation
│   │   │       │       │   │   │   ├── jquery.blockui.min.js
│   │   │       │       │   │   │   ├── jquery.min.js
│   │   │       │       │   │   │   ├── js.cookie.min.js
│   │   │       │       │   │   │   ├── select2
│   │   │       │       │   │   │   ├── simple-line-icons
│   │   │       │       │   │   │   └── uniform
│   │   │       │       │   │   └── scripts
│   │   │       │       │   │       ├── app.js
│   │   │       │       │   │       ├── app.min.js
│   │   │       │       │   │       ├── datatable.js
│   │   │       │       │   │       └── datatable.min.js
│   │   │       │       │   ├── layout
│   │   │       │       │   │   ├── css
│   │   │       │       │   │   │   ├── custom.css
│   │   │       │       │   │   │   ├── custom.min.css
│   │   │       │       │   │   │   ├── layout.css
│   │   │       │       │   │   │   └── layout.min.css
│   │   │       │       │   │   ├── global
│   │   │       │       │   │   │   └── quick-sidebar.min.js
│   │   │       │       │   │   ├── img
│   │   │       │       │   │   │   ├── ajax-loading.gif
│   │   │       │       │   │   │   ├── ajax-modal-loading.gif
│   │   │       │       │   │   │   ├── avatar.png
│   │   │       │       │   │   │   ├── avatar1.jpg
│   │   │       │       │   │   │   ├── avatar10.jpg
│   │   │       │       │   │   │   ├── avatar11.jpg
│   │   │       │       │   │   │   ├── avatar2.jpg
│   │   │       │       │   │   │   ├── avatar3.jpg
│   │   │       │       │   │   │   ├── avatar4.jpg
│   │   │       │       │   │   │   ├── avatar5.jpg
│   │   │       │       │   │   │   ├── avatar6.jpg
│   │   │       │       │   │   │   ├── avatar7.jpg
│   │   │       │       │   │   │   ├── avatar8.jpg
│   │   │       │       │   │   │   ├── avatar9.jpg
│   │   │       │       │   │   │   ├── icon-color-close.png
│   │   │       │       │   │   │   ├── icon-color.png
│   │   │       │       │   │   │   ├── loading-spinner-blue.gif
│   │   │       │       │   │   │   ├── loading-spinner-default.gif
│   │   │       │       │   │   │   ├── loading-spinner-grey.gif
│   │   │       │       │   │   │   ├── loading.gif
│   │   │       │       │   │   │   ├── logo-big-white.png
│   │   │       │       │   │   │   ├── logo-big.png
│   │   │       │       │   │   │   ├── logo-blue-hoki.png
│   │   │       │       │   │   │   ├── logo-blue-steel.png
│   │   │       │       │   │   │   ├── logo-default.jpg
│   │   │       │       │   │   │   ├── logo-green-haze.png
│   │   │       │       │   │   │   ├── logo-purple-plum.png
│   │   │       │       │   │   │   ├── logo-purple-studio.png
│   │   │       │       │   │   │   ├── logo-red-intense.png
│   │   │       │       │   │   │   ├── logo-red-sunglo.png
│   │   │       │       │   │   │   ├── logo-yellow-crusta.png
│   │   │       │       │   │   │   ├── logo-yellow-orange.png
│   │   │       │       │   │   │   ├── logo.png
│   │   │       │       │   │   │   └── menu-toggler.png
│   │   │       │       │   │   ├── scripts
│   │   │       │       │   │   │   ├── demo.js
│   │   │       │       │   │   │   ├── demo.min.js
│   │   │       │       │   │   │   ├── layout.js
│   │   │       │       │   │   │   └── layout.min.js
│   │   │       │       │   │   └── themes
│   │   │       │       │   │       ├── blue-hoki.css
│   │   │       │       │   │       ├── blue-hoki.min.css
│   │   │       │       │   │       ├── blue-steel.css
│   │   │       │       │   │       ├── blue-steel.min.css
│   │   │       │       │   │       ├── default.css
│   │   │       │       │   │       ├── default.min.css
│   │   │       │       │   │       ├── green-haze.css
│   │   │       │       │   │       ├── green-haze.min.css
│   │   │       │       │   │       ├── purple-plum.css
│   │   │       │       │   │       ├── purple-plum.min.css
│   │   │       │       │   │       ├── purple-studio.css
│   │   │       │       │   │       ├── purple-studio.min.css
│   │   │       │       │   │       ├── red-intense.css
│   │   │       │       │   │       ├── red-intense.min.css
│   │   │       │       │   │       ├── red-sunglo.css
│   │   │       │       │   │       ├── red-sunglo.min.css
│   │   │       │       │   │       ├── yellow-crusta.css
│   │   │       │       │   │       ├── yellow-crusta.min.css
│   │   │       │       │   │       ├── yellow-orange.css
│   │   │       │       │   │       ├── yellow-orange.min.css
│   │   │       │       │   │       ├── 使用必读.txt
│   │   │       │       │   │       ├── 演示地址.txt
│   │   │       │       │   │       └── 获得更多模板.url
│   │   │       │       │   └── pages
│   │   │       │       │       ├── css
│   │   │       │       │       │   └── login.css
│   │   │       │       │       └── scripts
│   │   │       │       │           ├── appDetail.js
│   │   │       │       │           ├── appList.js
│   │   │       │       │           ├── dashboard.js
│   │   │       │       │           ├── login.js
│   │   │       │       │           ├── table-datatables-buttons.js
│   │   │       │       │           ├── tagCategoryList.js
│   │   │       │       │           └── tagList.js
│   │   │       │       ├── assets
│   │   │       │       │   ├── admin
│   │   │       │       │   │   ├── layout
│   │   │       │       │   │   │   ├── css
│   │   │       │       │   │   │   ├── img
│   │   │       │       │   │   │   └── scripts
│   │   │       │       │   │   └── pages
│   │   │       │       │   │       ├── css
│   │   │       │       │   │       ├── img
│   │   │       │       │   │       ├── media
│   │   │       │       │   │       └── scripts
│   │   │       │       │   └── global
│   │   │       │       │       ├── css
│   │   │       │       │       │   ├── animate.css
│   │   │       │       │       │   ├── components.css
│   │   │       │       │       │   └── plugins.css
│   │   │       │       │       ├── img
│   │   │       │       │       │   ├── accordion-plusminus.png
│   │   │       │       │       │   ├── ajax-loading.gif
│   │   │       │       │       │   ├── ajax-modal-loading.gif
│   │   │       │       │       │   ├── datatable-row-openclose.png
│   │   │       │       │       │   ├── flags
│   │   │       │       │       │   ├── input-spinner.gif
│   │   │       │       │       │   ├── loading-spinner-blue.gif
│   │   │       │       │       │   ├── loading-spinner-default.gif
│   │   │       │       │       │   ├── loading-spinner-grey.gif
│   │   │       │       │       │   ├── loading.gif
│   │   │       │       │       │   ├── overlay-icon.png
│   │   │       │       │       │   ├── portlet-collapse-icon-white.png
│   │   │       │       │       │   ├── portlet-collapse-icon.png
│   │   │       │       │       │   ├── portlet-config-icon-white.png
│   │   │       │       │       │   ├── portlet-config-icon.png
│   │   │       │       │       │   ├── portlet-expand-icon-white.png
│   │   │       │       │       │   ├── portlet-expand-icon.png
│   │   │       │       │       │   ├── portlet-reload-icon-white.png
│   │   │       │       │       │   ├── portlet-reload-icon.png
│   │   │       │       │       │   ├── portlet-remove-icon-white.png
│   │   │       │       │       │   ├── portlet-remove-icon.png
│   │   │       │       │       │   ├── remove-icon-small.png
│   │   │       │       │       │   ├── social
│   │   │       │       │       │   ├── syncfusion-icons-white.png
│   │   │       │       │       │   └── syncfusion-icons.png
│   │   │       │       │       ├── plugins
│   │   │       │       │       │   ├── amcharts
│   │   │       │       │       │   ├── backstretch
│   │   │       │       │       │   ├── bootbox
│   │   │       │       │       │   ├── bootstrap
│   │   │       │       │       │   ├── bootstrap-colorpicker
│   │   │       │       │       │   ├── bootstrap-datepaginator
│   │   │       │       │       │   ├── bootstrap-datepicker
│   │   │       │       │       │   ├── bootstrap-daterangepicker
│   │   │       │       │       │   ├── bootstrap-datetimepicker
│   │   │       │       │       │   ├── bootstrap-editable
│   │   │       │       │       │   ├── bootstrap-fileinput
│   │   │       │       │       │   ├── bootstrap-hover-dropdown
│   │   │       │       │       │   ├── bootstrap-markdown
│   │   │       │       │       │   ├── bootstrap-maxlength
│   │   │       │       │       │   ├── bootstrap-modal
│   │   │       │       │       │   ├── bootstrap-pwstrength
│   │   │       │       │       │   ├── bootstrap-select
│   │   │       │       │       │   ├── bootstrap-sessiontimeout
│   │   │       │       │       │   ├── bootstrap-summernote
│   │   │       │       │       │   ├── bootstrap-switch
│   │   │       │       │       │   ├── bootstrap-timepicker
│   │   │       │       │       │   ├── bootstrap-toastr
│   │   │       │       │       │   ├── bootstrap-touchspin
│   │   │       │       │       │   ├── bootstrap-wizard
│   │   │       │       │       │   ├── bootstrap-wysihtml5
│   │   │       │       │       │   ├── carousel-owl-carousel
│   │   │       │       │       │   ├── ckeditor
│   │   │       │       │       │   ├── clockface
│   │   │       │       │       │   ├── countdown
│   │   │       │       │       │   ├── data-tables
│   │   │       │       │       │   ├── dropzone
│   │   │       │       │       │   ├── excanvas.min.js
│   │   │       │       │       │   ├── fancybox
│   │   │       │       │       │   ├── flot
│   │   │       │       │       │   ├── font-awesome
│   │   │       │       │       │   ├── fuelux
│   │   │       │       │       │   ├── fullcalendar
│   │   │       │       │       │   ├── gmaps
│   │   │       │       │       │   ├── gritter
│   │   │       │       │       │   ├── holder.js
│   │   │       │       │       │   ├── iCheck
│   │   │       │       │       │   ├── ion.rangeslider
│   │   │       │       │       │   ├── jcrop
│   │   │       │       │       │   ├── jquery-1.11.0.min.js
│   │   │       │       │       │   ├── jquery-1.11.0.min.map
│   │   │       │       │       │   ├── jquery-bootpag
│   │   │       │       │       │   ├── jquery-dragsort
│   │   │       │       │       │   ├── jquery-easypiechart
│   │   │       │       │       │   ├── jquery-file-upload
│   │   │       │       │       │   ├── jquery-idle-timeout
│   │   │       │       │       │   ├── jquery-inputmask
│   │   │       │       │       │   ├── jquery-knob
│   │   │       │       │       │   ├── jquery-migrate-1.2.1.min.js
│   │   │       │       │       │   ├── jquery-mixitup
│   │   │       │       │       │   ├── jquery-multi-select
│   │   │       │       │       │   ├── jquery-nestable
│   │   │       │       │       │   ├── jquery-notific8
│   │   │       │       │       │   ├── jquery-slimscroll
│   │   │       │       │       │   ├── jquery-tags-input
│   │   │       │       │       │   ├── jquery-ui
│   │   │       │       │       │   ├── jquery-ui-touch-punch
│   │   │       │       │       │   ├── jquery-validation
│   │   │       │       │       │   ├── jquery.blockui.min.js
│   │   │       │       │       │   ├── jquery.cokie.min.js
│   │   │       │       │       │   ├── jquery.input-ip-address-control-1.0.min.js
│   │   │       │       │       │   ├── jquery.mockjax.js
│   │   │       │       │       │   ├── jquery.pulsate.min.js
│   │   │       │       │       │   ├── jquery.sparkline.min.js
│   │   │       │       │       │   ├── jqvmap
│   │   │       │       │       │   ├── jstree
│   │   │       │       │       │   ├── moment.min.js
│   │   │       │       │       │   ├── nouislider
│   │   │       │       │       │   ├── pace
│   │   │       │       │       │   ├── plupload
│   │   │       │       │       │   ├── rateit
│   │   │       │       │       │   ├── respond.min.js
│   │   │       │       │       │   ├── select2
│   │   │       │       │       │   ├── slider-layer-slider
│   │   │       │       │       │   ├── slider-revolution-slider
│   │   │       │       │       │   ├── typeahead
│   │   │       │       │       │   ├── uniform
│   │   │       │       │       │   └── zoom
│   │   │       │       │       └── scripts
│   │   │       │       │           ├── datatable.js
│   │   │       │       │           ├── metronic.js
│   │   │       │       │           └── pagination.js
│   │   │       │       ├── css
│   │   │       │       │   ├── base
│   │   │       │       │   │   ├── base.css
│   │   │       │       │   │   ├── bootstrap-theme.css
│   │   │       │       │   │   ├── bootstrap-theme.min.css
│   │   │       │       │   │   ├── bootstrap.css
│   │   │       │       │   │   ├── bootstrap.min.css
│   │   │       │       │   │   ├── common.css
│   │   │       │       │   │   ├── font_1466477454_6048284.css
│   │   │       │       │   │   └── responsive.css
│   │   │       │       │   ├── common
│   │   │       │       │   │   ├── border-anim-h.gif
│   │   │       │       │   │   ├── border-anim-v.gif
│   │   │       │       │   │   ├── border-h.gif
│   │   │       │       │   │   ├── border-v.gif
│   │   │       │       │   │   ├── component.css
│   │   │       │       │   │   ├── createproblem.css
│   │   │       │       │   │   ├── footer.css
│   │   │       │       │   │   ├── gldatepicker.css
│   │   │       │       │   │   ├── header.css
│   │   │       │       │   │   ├── imgPreview.css
│   │   │       │       │   │   ├── imgareaselect-default.css
│   │   │       │       │   │   ├── loadingbar.css
│   │   │       │       │   │   ├── markinput.css
│   │   │       │       │   │   ├── page.css
│   │   │       │       │   │   ├── personalletters.css
│   │   │       │       │   │   ├── radiocheckstyle.css
│   │   │       │       │   │   ├── searchUser.css
│   │   │       │       │   │   ├── sidebar.css
│   │   │       │       │   │   ├── spacecalendar.css
│   │   │       │       │   │   ├── spacepopover.css
│   │   │       │       │   │   ├── teampopover.css
│   │   │       │       │   │   └── tipbar.css
│   │   │       │       │   ├── layout
│   │   │       │       │   │   ├── account.css
│   │   │       │       │   │   ├── app.css
│   │   │       │       │   │   ├── appdetail.css
│   │   │       │       │   │   ├── forget.css
│   │   │       │       │   │   ├── home.css
│   │   │       │       │   │   ├── layout-template
│   │   │       │       │   │   │   ├── layout1.css
│   │   │       │       │   │   │   ├── layout2.css
│   │   │       │       │   │   │   ├── layout3.css
│   │   │       │       │   │   │   └── layout4.css
│   │   │       │       │   │   ├── login.css
│   │   │       │       │   │   ├── profile.css
│   │   │       │       │   │   ├── resetPassword.css
│   │   │       │       │   │   ├── search.css
│   │   │       │       │   │   ├── signup.css
│   │   │       │       │   │   ├── ui.css
│   │   │       │       │   │   └── upload.css
│   │   │       │       │   ├── module
│   │   │       │       │   │   ├── file-input.css
│   │   │       │       │   │   ├── input.css
│   │   │       │       │   │   ├── modal.css
│   │   │       │       │   │   ├── pagination.css
│   │   │       │       │   │   ├── panel.css
│   │   │       │       │   │   ├── plugins
│   │   │       │       │   │   │   └── iconfont
│   │   │       │       │   │   ├── preview-image.css
│   │   │       │       │   │   ├── tab.css
│   │   │       │       │   │   └── validation.css
│   │   │       │       │   └── modules
│   │   │       │       │       ├── formValidation.css
│   │   │       │       │       └── lightbox.css
│   │   │       │       ├── fonts
│   │   │       │       │   ├── glyphicons-halflings-regular.eot
│   │   │       │       │   ├── glyphicons-halflings-regular.svg
│   │   │       │       │   ├── glyphicons-halflings-regular.ttf
│   │   │       │       │   ├── glyphicons-halflings-regular.woff
│   │   │       │       │   └── glyphicons-halflings-regular.woff2
│   │   │       │       ├── img
│   │   │       │       │   ├── 404.png
│   │   │       │       │   ├── 500background.jpg
│   │   │       │       │   ├── addPics.png
│   │   │       │       │   ├── app-icon.png
│   │   │       │       │   ├── avatar.png
│   │   │       │       │   ├── banner.jpg
│   │   │       │       │   ├── close.png
│   │   │       │       │   ├── default-file-preview.jpg
│   │   │       │       │   ├── default_avatar.jpg
│   │   │       │       │   ├── default_avatar.png
│   │   │       │       │   ├── draad.png
│   │   │       │       │   ├── error_bg_2.png
│   │   │       │       │   ├── favicon.ico
│   │   │       │       │   ├── green.jpg
│   │   │       │       │   ├── guide.png
│   │   │       │       │   ├── icon.png
│   │   │       │       │   ├── loading.gif
│   │   │       │       │   ├── next.png
│   │   │       │       │   ├── prev.png
│   │   │       │       │   ├── red.png
│   │   │       │       │   ├── shoes_hanging.png
│   │   │       │       │   └── shot.png
│   │   │       │       ├── index.html
│   │   │       │       ├── js
│   │   │       │       │   ├── ajaxfileupload.js
│   │   │       │       │   ├── bootstrap-hover-dropdown.min.js
│   │   │       │       │   ├── bootstrap-modal.js
│   │   │       │       │   ├── bootstrap-modalmanager.js
│   │   │       │       │   ├── bootstrap.js
│   │   │       │       │   ├── bootstrap.min.js
│   │   │       │       │   ├── common
│   │   │       │       │   │   ├── article_cell.js
│   │   │       │       │   │   ├── common.js
│   │   │       │       │   │   ├── component.js
│   │   │       │       │   │   ├── createproblem.js
│   │   │       │       │   │   ├── file-input.js
│   │   │       │       │   │   ├── form-validation.js
│   │   │       │       │   │   ├── gldatepicker.min.js
│   │   │       │       │   │   ├── imgPreview.js
│   │   │       │       │   │   ├── jquery.imgareaselect.pack.js
│   │   │       │       │   │   ├── leftBar.js
│   │   │       │       │   │   ├── loadMoreData.js
│   │   │       │       │   │   ├── loadingbar.js
│   │   │       │       │   │   ├── markinput.js
│   │   │       │       │   │   ├── navbar.js
│   │   │       │       │   │   ├── pagination.js
│   │   │       │       │   │   ├── personalletters.js
│   │   │       │       │   │   ├── preview-image.js
│   │   │       │       │   │   ├── projectstatus.js
│   │   │       │       │   │   ├── provinceandcity.js
│   │   │       │       │   │   ├── require.js
│   │   │       │       │   │   ├── screenshothover.js
│   │   │       │       │   │   ├── searchUser.js
│   │   │       │       │   │   ├── spacecalendar.js
│   │   │       │       │   │   ├── spacepopover.js
│   │   │       │       │   │   ├── teampopover.js
│   │   │       │       │   │   ├── tipbar.js
│   │   │       │       │   │   └── userpopover.js
│   │   │       │       │   ├── file-input.js
│   │   │       │       │   ├── jquery-1.10.2.js
│   │   │       │       │   ├── jquery-1.11.2.js
│   │   │       │       │   ├── jquery-1.11.2.min.js
│   │   │       │       │   ├── jquery.easydropdown.js
│   │   │       │       │   ├── jquery.easydropdown.min.js
│   │   │       │       │   ├── jquery.inputlimitor.1.0.js
│   │   │       │       │   ├── jquery.inputlimitor.1.0.min.js
│   │   │       │       │   ├── jquery.min.js
│   │   │       │       │   ├── jquery.scrollTo.js
│   │   │       │       │   ├── jquery.scrollTo.min.js
│   │   │       │       │   ├── lightbox.js
│   │   │       │       │   ├── pages
│   │   │       │       │   │   ├── changepassword.js
│   │   │       │       │   │   ├── forget.js
│   │   │       │       │   │   ├── login.js
│   │   │       │       │   │   ├── register.js
│   │   │       │       │   │   ├── reset.js
│   │   │       │       │   │   └── usersetting.js
│   │   │       │       │   ├── plugins
│   │   │       │       │   │   ├── ajaxFileUpload
│   │   │       │       │   │   │   └── ajaxfileupload.js
│   │   │       │       │   │   └── formValidation
│   │   │       │       │   │       ├── formValidation.min.js
│   │   │       │       │   │       └── framework
│   │   │       │       │   └── tinymce
│   │   │       │       │       ├── plugins
│   │   │       │       │       │   ├── emoticons
│   │   │       │       │       │   └── visualblocks
│   │   │       │       │       ├── skins
│   │   │       │       │       │   └── lightgray
│   │   │       │       │       └── themes
│   │   │       │       ├── layout1.html
│   │   │       │       ├── layout2.html
│   │   │       │       ├── layout3.html
│   │   │       │       ├── layout4.html
│   │   │       │       ├── layout5.html
│   │   │       │       ├── responsive.html
│   │   │       │       └── test.html
│   │   │       └── templates
│   │   └── test
│   │       └── java
│   │           └── com
│   │               └── sl
│   │                   └── seckill
│   │                       └── SeckillApplicationTests.java
│   └── target
│       ├── classes
│       │   ├── application.properties
│       │   ├── com
│       │   │   └── sl
│       │   │       └── seckill
│       │   │           ├── BootDemos
│       │   │           │   └── BootDemo.class
│       │   │           ├── SeckillApplication.class
│       │   │           ├── controller
│       │   │           │   └── UserInfoController.class
│       │   │           ├── dao
│       │   │           │   ├── UserInfoDao.class
│       │   │           │   └── UserPasswordDao.class
│       │   │           ├── entity
│       │   │           │   ├── UserInfoEntity.class
│       │   │           │   └── UserPasswordEntity.class
│       │   │           ├── service
│       │   │           │   ├── UserInfoService.class
│       │   │           │   ├── UserPasswordService.class
│       │   │           │   └── model
│       │   │           │       └── UserInfoModel.class
│       │   │           └── utils
│       │   │               └── CommonResultType.class
│       │   ├── mapper
│       │   │   ├── UserInfoMapper.xml
│       │   │   └── UserPasswordMapper.xml
│       │   └── static
│       │       ├── index.html
│       │       └── static
│       │           ├── MP_verify_FBI8ONKRLgGpZY93.txt
│       │           ├── about.html
│       │           ├── admin
│       │           │   ├── global
│       │           │   │   ├── css
│       │           │   │   │   ├── components.min.css
│       │           │   │   │   └── plugins.min.css
│       │           │   │   ├── img
│       │           │   │   │   ├── accordion-plusminus.png
│       │           │   │   │   ├── ajax-loading.gif
│       │           │   │   │   ├── ajax-modal-loading.gif
│       │           │   │   │   ├── datatable-row-openclose.png
│       │           │   │   │   ├── flags
│       │           │   │   │   │   ├── ad.png
│       │           │   │   │   │   ├── ae.png
│       │           │   │   │   │   ├── af.png
│       │           │   │   │   │   ├── ag.png
│       │           │   │   │   │   ├── ai.png
│       │           │   │   │   │   ├── al.png
│       │           │   │   │   │   ├── am.png
│       │           │   │   │   │   ├── an.png
│       │           │   │   │   │   ├── ao.png
│       │           │   │   │   │   ├── ar.png
│       │           │   │   │   │   ├── as.png
│       │           │   │   │   │   ├── at.png
│       │           │   │   │   │   ├── au.png
│       │           │   │   │   │   ├── aw.png
│       │           │   │   │   │   ├── ax.png
│       │           │   │   │   │   ├── az.png
│       │           │   │   │   │   ├── ba.png
│       │           │   │   │   │   ├── bb.png
│       │           │   │   │   │   ├── bd.png
│       │           │   │   │   │   ├── be.png
│       │           │   │   │   │   ├── bf.png
│       │           │   │   │   │   ├── bg.png
│       │           │   │   │   │   ├── bh.png
│       │           │   │   │   │   ├── bi.png
│       │           │   │   │   │   ├── bj.png
│       │           │   │   │   │   ├── bm.png
│       │           │   │   │   │   ├── bn.png
│       │           │   │   │   │   ├── bo.png
│       │           │   │   │   │   ├── br.png
│       │           │   │   │   │   ├── bs.png
│       │           │   │   │   │   ├── bt.png
│       │           │   │   │   │   ├── bv.png
│       │           │   │   │   │   ├── bw.png
│       │           │   │   │   │   ├── by.png
│       │           │   │   │   │   ├── bz.png
│       │           │   │   │   │   ├── ca.png
│       │           │   │   │   │   ├── catalonia.png
│       │           │   │   │   │   ├── cc.png
│       │           │   │   │   │   ├── cd.png
│       │           │   │   │   │   ├── cf.png
│       │           │   │   │   │   ├── cg.png
│       │           │   │   │   │   ├── ch.png
│       │           │   │   │   │   ├── ci.png
│       │           │   │   │   │   ├── ck.png
│       │           │   │   │   │   ├── cl.png
│       │           │   │   │   │   ├── cm.png
│       │           │   │   │   │   ├── cn.png
│       │           │   │   │   │   ├── co.png
│       │           │   │   │   │   ├── cr.png
│       │           │   │   │   │   ├── cs.png
│       │           │   │   │   │   ├── cu.png
│       │           │   │   │   │   ├── cv.png
│       │           │   │   │   │   ├── cx.png
│       │           │   │   │   │   ├── cy.png
│       │           │   │   │   │   ├── cz.png
│       │           │   │   │   │   ├── de.png
│       │           │   │   │   │   ├── dj.png
│       │           │   │   │   │   ├── dk.png
│       │           │   │   │   │   ├── dm.png
│       │           │   │   │   │   ├── do.png
│       │           │   │   │   │   ├── dz.png
│       │           │   │   │   │   ├── ec.png
│       │           │   │   │   │   ├── ee.png
│       │           │   │   │   │   ├── eg.png
│       │           │   │   │   │   ├── eh.png
│       │           │   │   │   │   ├── england.png
│       │           │   │   │   │   ├── er.png
│       │           │   │   │   │   ├── es.png
│       │           │   │   │   │   ├── et.png
│       │           │   │   │   │   ├── europeanunion.png
│       │           │   │   │   │   ├── fam.png
│       │           │   │   │   │   ├── fi.png
│       │           │   │   │   │   ├── fj.png
│       │           │   │   │   │   ├── fk.png
│       │           │   │   │   │   ├── fm.png
│       │           │   │   │   │   ├── fo.png
│       │           │   │   │   │   ├── fr.png
│       │           │   │   │   │   ├── ga.png
│       │           │   │   │   │   ├── gb.png
│       │           │   │   │   │   ├── gd.png
│       │           │   │   │   │   ├── ge.png
│       │           │   │   │   │   ├── gf.png
│       │           │   │   │   │   ├── gh.png
│       │           │   │   │   │   ├── gi.png
│       │           │   │   │   │   ├── gl.png
│       │           │   │   │   │   ├── gm.png
│       │           │   │   │   │   ├── gn.png
│       │           │   │   │   │   ├── gp.png
│       │           │   │   │   │   ├── gq.png
│       │           │   │   │   │   ├── gr.png
│       │           │   │   │   │   ├── gs.png
│       │           │   │   │   │   ├── gt.png
│       │           │   │   │   │   ├── gu.png
│       │           │   │   │   │   ├── gw.png
│       │           │   │   │   │   ├── gy.png
│       │           │   │   │   │   ├── hk.png
│       │           │   │   │   │   ├── hm.png
│       │           │   │   │   │   ├── hn.png
│       │           │   │   │   │   ├── hr.png
│       │           │   │   │   │   ├── ht.png
│       │           │   │   │   │   ├── hu.png
│       │           │   │   │   │   ├── id.png
│       │           │   │   │   │   ├── ie.png
│       │           │   │   │   │   ├── il.png
│       │           │   │   │   │   ├── in.png
│       │           │   │   │   │   ├── io.png
│       │           │   │   │   │   ├── iq.png
│       │           │   │   │   │   ├── ir.png
│       │           │   │   │   │   ├── is.png
│       │           │   │   │   │   ├── it.png
│       │           │   │   │   │   ├── jm.png
│       │           │   │   │   │   ├── jo.png
│       │           │   │   │   │   ├── jp.png
│       │           │   │   │   │   ├── ke.png
│       │           │   │   │   │   ├── kg.png
│       │           │   │   │   │   ├── kh.png
│       │           │   │   │   │   ├── ki.png
│       │           │   │   │   │   ├── km.png
│       │           │   │   │   │   ├── kn.png
│       │           │   │   │   │   ├── kp.png
│       │           │   │   │   │   ├── kr.png
│       │           │   │   │   │   ├── kw.png
│       │           │   │   │   │   ├── ky.png
│       │           │   │   │   │   ├── kz.png
│       │           │   │   │   │   ├── la.png
│       │           │   │   │   │   ├── lb.png
│       │           │   │   │   │   ├── lc.png
│       │           │   │   │   │   ├── li.png
│       │           │   │   │   │   ├── lk.png
│       │           │   │   │   │   ├── lr.png
│       │           │   │   │   │   ├── ls.png
│       │           │   │   │   │   ├── lt.png
│       │           │   │   │   │   ├── lu.png
│       │           │   │   │   │   ├── lv.png
│       │           │   │   │   │   ├── ly.png
│       │           │   │   │   │   ├── ma.png
│       │           │   │   │   │   ├── mc.png
│       │           │   │   │   │   ├── md.png
│       │           │   │   │   │   ├── me.png
│       │           │   │   │   │   ├── mg.png
│       │           │   │   │   │   ├── mh.png
│       │           │   │   │   │   ├── mk.png
│       │           │   │   │   │   ├── ml.png
│       │           │   │   │   │   ├── mm.png
│       │           │   │   │   │   ├── mn.png
│       │           │   │   │   │   ├── mo.png
│       │           │   │   │   │   ├── mp.png
│       │           │   │   │   │   ├── mq.png
│       │           │   │   │   │   ├── mr.png
│       │           │   │   │   │   ├── ms.png
│       │           │   │   │   │   ├── mt.png
│       │           │   │   │   │   ├── mu.png
│       │           │   │   │   │   ├── mv.png
│       │           │   │   │   │   ├── mw.png
│       │           │   │   │   │   ├── mx.png
│       │           │   │   │   │   ├── my.png
│       │           │   │   │   │   ├── mz.png
│       │           │   │   │   │   ├── na.png
│       │           │   │   │   │   ├── nc.png
│       │           │   │   │   │   ├── ne.png
│       │           │   │   │   │   ├── nf.png
│       │           │   │   │   │   ├── ng.png
│       │           │   │   │   │   ├── ni.png
│       │           │   │   │   │   ├── nl.png
│       │           │   │   │   │   ├── no.png
│       │           │   │   │   │   ├── np.png
│       │           │   │   │   │   ├── nr.png
│       │           │   │   │   │   ├── nu.png
│       │           │   │   │   │   ├── nz.png
│       │           │   │   │   │   ├── om.png
│       │           │   │   │   │   ├── pa.png
│       │           │   │   │   │   ├── pe.png
│       │           │   │   │   │   ├── pf.png
│       │           │   │   │   │   ├── pg.png
│       │           │   │   │   │   ├── ph.png
│       │           │   │   │   │   ├── pk.png
│       │           │   │   │   │   ├── pl.png
│       │           │   │   │   │   ├── pm.png
│       │           │   │   │   │   ├── pn.png
│       │           │   │   │   │   ├── pr.png
│       │           │   │   │   │   ├── ps.png
│       │           │   │   │   │   ├── pt.png
│       │           │   │   │   │   ├── pw.png
│       │           │   │   │   │   ├── py.png
│       │           │   │   │   │   ├── qa.png
│       │           │   │   │   │   ├── re.png
│       │           │   │   │   │   ├── readme.txt
│       │           │   │   │   │   ├── ro.png
│       │           │   │   │   │   ├── rs.png
│       │           │   │   │   │   ├── ru.png
│       │           │   │   │   │   ├── rw.png
│       │           │   │   │   │   ├── sa.png
│       │           │   │   │   │   ├── sb.png
│       │           │   │   │   │   ├── sc.png
│       │           │   │   │   │   ├── scotland.png
│       │           │   │   │   │   ├── sd.png
│       │           │   │   │   │   ├── se.png
│       │           │   │   │   │   ├── sg.png
│       │           │   │   │   │   ├── sh.png
│       │           │   │   │   │   ├── si.png
│       │           │   │   │   │   ├── sj.png
│       │           │   │   │   │   ├── sk.png
│       │           │   │   │   │   ├── sl.png
│       │           │   │   │   │   ├── sm.png
│       │           │   │   │   │   ├── sn.png
│       │           │   │   │   │   ├── so.png
│       │           │   │   │   │   ├── sr.png
│       │           │   │   │   │   ├── st.png
│       │           │   │   │   │   ├── sv.png
│       │           │   │   │   │   ├── sy.png
│       │           │   │   │   │   ├── sz.png
│       │           │   │   │   │   ├── tc.png
│       │           │   │   │   │   ├── td.png
│       │           │   │   │   │   ├── tf.png
│       │           │   │   │   │   ├── tg.png
│       │           │   │   │   │   ├── th.png
│       │           │   │   │   │   ├── tj.png
│       │           │   │   │   │   ├── tk.png
│       │           │   │   │   │   ├── tl.png
│       │           │   │   │   │   ├── tm.png
│       │           │   │   │   │   ├── tn.png
│       │           │   │   │   │   ├── to.png
│       │           │   │   │   │   ├── tr.png
│       │           │   │   │   │   ├── tt.png
│       │           │   │   │   │   ├── tv.png
│       │           │   │   │   │   ├── tw.png
│       │           │   │   │   │   ├── tz.png
│       │           │   │   │   │   ├── ua.png
│       │           │   │   │   │   ├── ug.png
│       │           │   │   │   │   ├── um.png
│       │           │   │   │   │   ├── us.png
│       │           │   │   │   │   ├── uy.png
│       │           │   │   │   │   ├── uz.png
│       │           │   │   │   │   ├── va.png
│       │           │   │   │   │   ├── vc.png
│       │           │   │   │   │   ├── ve.png
│       │           │   │   │   │   ├── vg.png
│       │           │   │   │   │   ├── vi.png
│       │           │   │   │   │   ├── vn.png
│       │           │   │   │   │   ├── vu.png
│       │           │   │   │   │   ├── wales.png
│       │           │   │   │   │   ├── wf.png
│       │           │   │   │   │   ├── ws.png
│       │           │   │   │   │   ├── ye.png
│       │           │   │   │   │   ├── yt.png
│       │           │   │   │   │   ├── za.png
│       │           │   │   │   │   ├── zm.png
│       │           │   │   │   │   └── zw.png
│       │           │   │   │   ├── input-spinner.gif
│       │           │   │   │   ├── loading-spinner-blue.gif
│       │           │   │   │   ├── loading-spinner-default.gif
│       │           │   │   │   ├── loading-spinner-grey.gif
│       │           │   │   │   ├── loading.gif
│       │           │   │   │   ├── overlay-icon.png
│       │           │   │   │   ├── portlet-collapse-icon-white.png
│       │           │   │   │   ├── portlet-collapse-icon.png
│       │           │   │   │   ├── portlet-config-icon-white.png
│       │           │   │   │   ├── portlet-config-icon.png
│       │           │   │   │   ├── portlet-expand-icon-white.png
│       │           │   │   │   ├── portlet-expand-icon.png
│       │           │   │   │   ├── portlet-reload-icon-white.png
│       │           │   │   │   ├── portlet-reload-icon.png
│       │           │   │   │   ├── portlet-remove-icon-white.png
│       │           │   │   │   ├── portlet-remove-icon.png
│       │           │   │   │   ├── remove-icon-small.png
│       │           │   │   │   ├── social
│       │           │   │   │   │   ├── Thumbs.db
│       │           │   │   │   │   ├── aboutme.png
│       │           │   │   │   │   ├── amazon.png
│       │           │   │   │   │   ├── behance.png
│       │           │   │   │   │   ├── blogger.png
│       │           │   │   │   │   ├── deviantart.png
│       │           │   │   │   │   ├── dribbble.png
│       │           │   │   │   │   ├── dropbox.png
│       │           │   │   │   │   ├── evernote.png
│       │           │   │   │   │   ├── facebook.png
│       │           │   │   │   │   ├── flickr.png
│       │           │   │   │   │   ├── forrst.png
│       │           │   │   │   │   ├── foursquare.png
│       │           │   │   │   │   ├── github.png
│       │           │   │   │   │   ├── googleplus.png
│       │           │   │   │   │   ├── gravatar.png
│       │           │   │   │   │   ├── instagram.png
│       │           │   │   │   │   ├── jolicloud.png
│       │           │   │   │   │   ├── klout.png
│       │           │   │   │   │   ├── last-fm.png
│       │           │   │   │   │   ├── linkedin.png
│       │           │   │   │   │   ├── myspace.png
│       │           │   │   │   │   ├── picasa.png
│       │           │   │   │   │   ├── pintrest.png
│       │           │   │   │   │   ├── quora.png
│       │           │   │   │   │   ├── reddit.png
│       │           │   │   │   │   ├── rss.png
│       │           │   │   │   │   ├── skype.png
│       │           │   │   │   │   ├── spotify.png
│       │           │   │   │   │   ├── stumbleupon.png
│       │           │   │   │   │   ├── tumblr.png
│       │           │   │   │   │   ├── twitter.png
│       │           │   │   │   │   ├── vimeo.png
│       │           │   │   │   │   ├── vk.png
│       │           │   │   │   │   ├── wordpress.png
│       │           │   │   │   │   ├── xing.png
│       │           │   │   │   │   ├── yahoo.png
│       │           │   │   │   │   └── youtube.png
│       │           │   │   │   ├── syncfusion-icons-white.png
│       │           │   │   │   └── syncfusion-icons.png
│       │           │   │   ├── plugins
│       │           │   │   │   ├── bootstrap
│       │           │   │   │   │   ├── css
│       │           │   │   │   │   ├── fonts
│       │           │   │   │   │   └── js
│       │           │   │   │   ├── bootstrap-datepicker
│       │           │   │   │   │   ├── css
│       │           │   │   │   │   ├── js
│       │           │   │   │   │   └── locales
│       │           │   │   │   ├── bootstrap-hover-dropdown
│       │           │   │   │   │   ├── bootstrap-hover-dropdown.js
│       │           │   │   │   │   └── bootstrap-hover-dropdown.min.js
│       │           │   │   │   ├── bootstrap-switch
│       │           │   │   │   │   ├── css
│       │           │   │   │   │   └── js
│       │           │   │   │   ├── datatables
│       │           │   │   │   │   ├── datatables.all.min.js
│       │           │   │   │   │   ├── datatables.css
│       │           │   │   │   │   ├── datatables.js
│       │           │   │   │   │   ├── datatables.min.css
│       │           │   │   │   │   ├── datatables.min.js
│       │           │   │   │   │   ├── images
│       │           │   │   │   │   └── plugins
│       │           │   │   │   ├── font-awesome
│       │           │   │   │   │   ├── css
│       │           │   │   │   │   └── fonts
│       │           │   │   │   ├── jquery-slimscroll
│       │           │   │   │   │   ├── jquery.slimscroll.js
│       │           │   │   │   │   ├── jquery.slimscroll.min.js
│       │           │   │   │   │   └── slimScroll.jquery.json
│       │           │   │   │   ├── jquery-validation
│       │           │   │   │   │   └── js
│       │           │   │   │   ├── jquery.blockui.min.js
│       │           │   │   │   ├── jquery.min.js
│       │           │   │   │   ├── js.cookie.min.js
│       │           │   │   │   ├── select2
│       │           │   │   │   │   ├── css
│       │           │   │   │   │   ├── js
│       │           │   │   │   │   └── sass
│       │           │   │   │   ├── simple-line-icons
│       │           │   │   │   │   ├── License.txt
│       │           │   │   │   │   ├── Readme.txt
│       │           │   │   │   │   ├── fonts
│       │           │   │   │   │   ├── icons-lte-ie7.js
│       │           │   │   │   │   ├── simple-line-icons.css
│       │           │   │   │   │   └── simple-line-icons.min.css
│       │           │   │   │   └── uniform
│       │           │   │   │       ├── css
│       │           │   │   │       ├── images
│       │           │   │   │       ├── jquery.uniform.js
│       │           │   │   │       └── jquery.uniform.min.js
│       │           │   │   └── scripts
│       │           │   │       ├── app.js
│       │           │   │       ├── app.min.js
│       │           │   │       ├── datatable.js
│       │           │   │       └── datatable.min.js
│       │           │   ├── layout
│       │           │   │   ├── css
│       │           │   │   │   ├── custom.css
│       │           │   │   │   ├── custom.min.css
│       │           │   │   │   ├── layout.css
│       │           │   │   │   └── layout.min.css
│       │           │   │   ├── global
│       │           │   │   │   └── quick-sidebar.min.js
│       │           │   │   ├── img
│       │           │   │   │   ├── ajax-loading.gif
│       │           │   │   │   ├── ajax-modal-loading.gif
│       │           │   │   │   ├── avatar.png
│       │           │   │   │   ├── avatar1.jpg
│       │           │   │   │   ├── avatar10.jpg
│       │           │   │   │   ├── avatar11.jpg
│       │           │   │   │   ├── avatar2.jpg
│       │           │   │   │   ├── avatar3.jpg
│       │           │   │   │   ├── avatar4.jpg
│       │           │   │   │   ├── avatar5.jpg
│       │           │   │   │   ├── avatar6.jpg
│       │           │   │   │   ├── avatar7.jpg
│       │           │   │   │   ├── avatar8.jpg
│       │           │   │   │   ├── avatar9.jpg
│       │           │   │   │   ├── icon-color-close.png
│       │           │   │   │   ├── icon-color.png
│       │           │   │   │   ├── loading-spinner-blue.gif
│       │           │   │   │   ├── loading-spinner-default.gif
│       │           │   │   │   ├── loading-spinner-grey.gif
│       │           │   │   │   ├── loading.gif
│       │           │   │   │   ├── logo-big-white.png
│       │           │   │   │   ├── logo-big.png
│       │           │   │   │   ├── logo-blue-hoki.png
│       │           │   │   │   ├── logo-blue-steel.png
│       │           │   │   │   ├── logo-default.jpg
│       │           │   │   │   ├── logo-green-haze.png
│       │           │   │   │   ├── logo-purple-plum.png
│       │           │   │   │   ├── logo-purple-studio.png
│       │           │   │   │   ├── logo-red-intense.png
│       │           │   │   │   ├── logo-red-sunglo.png
│       │           │   │   │   ├── logo-yellow-crusta.png
│       │           │   │   │   ├── logo-yellow-orange.png
│       │           │   │   │   ├── logo.png
│       │           │   │   │   └── menu-toggler.png
│       │           │   │   ├── scripts
│       │           │   │   │   ├── demo.js
│       │           │   │   │   ├── demo.min.js
│       │           │   │   │   ├── layout.js
│       │           │   │   │   └── layout.min.js
│       │           │   │   └── themes
│       │           │   │       ├── blue-hoki.css
│       │           │   │       ├── blue-hoki.min.css
│       │           │   │       ├── blue-steel.css
│       │           │   │       ├── blue-steel.min.css
│       │           │   │       ├── default.css
│       │           │   │       ├── default.min.css
│       │           │   │       ├── green-haze.css
│       │           │   │       ├── green-haze.min.css
│       │           │   │       ├── purple-plum.css
│       │           │   │       ├── purple-plum.min.css
│       │           │   │       ├── purple-studio.css
│       │           │   │       ├── purple-studio.min.css
│       │           │   │       ├── red-intense.css
│       │           │   │       ├── red-intense.min.css
│       │           │   │       ├── red-sunglo.css
│       │           │   │       ├── red-sunglo.min.css
│       │           │   │       ├── yellow-crusta.css
│       │           │   │       ├── yellow-crusta.min.css
│       │           │   │       ├── yellow-orange.css
│       │           │   │       ├── yellow-orange.min.css
│       │           │   │       ├── 使用必读.txt
│       │           │   │       ├── 演示地址.txt
│       │           │   │       └── 获得更多模板.url
│       │           │   └── pages
│       │           │       ├── css
│       │           │       │   └── login.css
│       │           │       └── scripts
│       │           │           ├── appDetail.js
│       │           │           ├── appList.js
│       │           │           ├── dashboard.js
│       │           │           ├── login.js
│       │           │           ├── table-datatables-buttons.js
│       │           │           ├── tagCategoryList.js
│       │           │           └── tagList.js
│       │           ├── assets
│       │           │   ├── admin
│       │           │   │   ├── layout
│       │           │   │   │   ├── css
│       │           │   │   │   │   ├── custom.css
│       │           │   │   │   │   ├── layout.css
│       │           │   │   │   │   └── themes
│       │           │   │   │   ├── img
│       │           │   │   │   │   ├── accordion-plusminus.png
│       │           │   │   │   │   ├── ajax-loading.gif
│       │           │   │   │   │   ├── ajax-modal-loading.gif
│       │           │   │   │   │   ├── arrow-down.png
│       │           │   │   │   │   ├── avatar.png
│       │           │   │   │   │   ├── avatar1.jpg
│       │           │   │   │   │   ├── avatar1_small.jpg
│       │           │   │   │   │   ├── avatar2.jpg
│       │           │   │   │   │   ├── avatar3.jpg
│       │           │   │   │   │   ├── avatar3_small.jpg
│       │           │   │   │   │   ├── bg-opacity.png
│       │           │   │   │   │   ├── bg-white-lock.png
│       │           │   │   │   │   ├── bg-white.png
│       │           │   │   │   │   ├── datatable-row-openclose.png
│       │           │   │   │   │   ├── header_search_icon_darkblue.png
│       │           │   │   │   │   ├── header_search_icon_default.png
│       │           │   │   │   │   ├── header_search_icon_grey.png
│       │           │   │   │   │   ├── header_search_icon_light.png
│       │           │   │   │   │   ├── header_search_icon_light2.png
│       │           │   │   │   │   ├── hor-menu-red-arrow.png
│       │           │   │   │   │   ├── hor-menu-search-close-white.png
│       │           │   │   │   │   ├── hor-menu-search-close.png
│       │           │   │   │   │   ├── hor-menu-search.jpg
│       │           │   │   │   │   ├── hor-menu-search.png
│       │           │   │   │   │   ├── icon-color-close.png
│       │           │   │   │   │   ├── icon-color.png
│       │           │   │   │   │   ├── icon-img-down.png
│       │           │   │   │   │   ├── icon-img-up.png
│       │           │   │   │   │   ├── inbox-nav-arrow-blue.png
│       │           │   │   │   │   ├── loading-spinner-blue.gif
│       │           │   │   │   │   ├── loading-spinner-default.gif
│       │           │   │   │   │   ├── loading-spinner-grey.gif
│       │           │   │   │   │   ├── loading.gif
│       │           │   │   │   │   ├── logo-app.png
│       │           │   │   │   │   ├── logo-big.png
│       │           │   │   │   │   ├── logo-invert.png
│       │           │   │   │   │   ├── logo.png
│       │           │   │   │   │   ├── menu-toggler.png
│       │           │   │   │   │   ├── photo1.jpg
│       │           │   │   │   │   ├── photo2.jpg
│       │           │   │   │   │   ├── remove-icon-small.png
│       │           │   │   │   │   ├── search_icon_light.png
│       │           │   │   │   │   ├── sidebar-menu-arrow-reverse.png
│       │           │   │   │   │   ├── sidebar-menu-arrow-right.png
│       │           │   │   │   │   ├── sidebar-menu-arrow.png
│       │           │   │   │   │   ├── sidebar_arrow_icon_light.png
│       │           │   │   │   │   ├── sidebar_arrow_icon_light_rtl.png
│       │           │   │   │   │   ├── sidebar_inline_toggler_icon_darkblue.jpg
│       │           │   │   │   │   ├── sidebar_inline_toggler_icon_default.jpg
│       │           │   │   │   │   ├── sidebar_inline_toggler_icon_grey.jpg
│       │           │   │   │   │   ├── sidebar_inline_toggler_icon_light.jpg
│       │           │   │   │   │   ├── sidebar_inline_toggler_icon_light2.jpg
│       │           │   │   │   │   ├── sidebar_search_close_icon_darkblue.png
│       │           │   │   │   │   ├── sidebar_search_close_icon_default.png
│       │           │   │   │   │   ├── sidebar_search_close_icon_grey.png
│       │           │   │   │   │   ├── sidebar_search_close_icon_light.png
│       │           │   │   │   │   ├── sidebar_search_close_icon_light2.png
│       │           │   │   │   │   ├── sidebar_search_icon_darkblue.png
│       │           │   │   │   │   ├── sidebar_search_icon_default.png
│       │           │   │   │   │   ├── sidebar_search_icon_grey.png
│       │           │   │   │   │   ├── sidebar_search_icon_light.png
│       │           │   │   │   │   ├── sidebar_search_icon_light2.png
│       │           │   │   │   │   ├── sidebar_toggler_icon_darkblue.png
│       │           │   │   │   │   ├── sidebar_toggler_icon_default.png
│       │           │   │   │   │   ├── sidebar_toggler_icon_grey.png
│       │           │   │   │   │   ├── sidebar_toggler_icon_light.png
│       │           │   │   │   │   └── sidebar_toggler_icon_light2.png
│       │           │   │   │   └── scripts
│       │           │   │   │       └── layout.js
│       │           │   │   └── pages
│       │           │   │       ├── css
│       │           │   │       │   ├── about-us.css
│       │           │   │       │   ├── blog.css
│       │           │   │       │   ├── coming-soon.css
│       │           │   │       │   ├── error.css
│       │           │   │       │   ├── image-crop.css
│       │           │   │       │   ├── inbox.css
│       │           │   │       │   ├── invoice.css
│       │           │   │       │   ├── lock.css
│       │           │   │       │   ├── login-soft.css
│       │           │   │       │   ├── login.css
│       │           │   │       │   ├── news.css
│       │           │   │       │   ├── portfolio.css
│       │           │   │       │   ├── pricing-table.css
│       │           │   │       │   ├── profile.css
│       │           │   │       │   ├── search.css
│       │           │   │       │   ├── tasks.css
│       │           │   │       │   └── timeline.css
│       │           │   │       ├── img
│       │           │   │       │   ├── bg-opacity.png
│       │           │   │       │   ├── bg-white-lock.png
│       │           │   │       │   ├── bg-white.png
│       │           │   │       │   └── inbox-nav-arrow-blue.png
│       │           │   │       ├── media
│       │           │   │       │   ├── bg
│       │           │   │       │   ├── blog
│       │           │   │       │   ├── email
│       │           │   │       │   ├── gallery
│       │           │   │       │   ├── invoice
│       │           │   │       │   ├── pages
│       │           │   │       │   ├── profile
│       │           │   │       │   ├── search
│       │           │   │       │   └── works
│       │           │   │       └── scripts
│       │           │   │           ├── activity.js
│       │           │   │           ├── advertisement.js
│       │           │   │           ├── calendar.js
│       │           │   │           ├── charts.js
│       │           │   │           ├── coming-soon.js
│       │           │   │           ├── components-dropdowns.js
│       │           │   │           ├── components-editors.js
│       │           │   │           ├── components-form-tools.js
│       │           │   │           ├── components-ion-sliders.js
│       │           │   │           ├── components-jqueryui-sliders.js
│       │           │   │           ├── components-knob-dials.js
│       │           │   │           ├── components-nouisliders.js
│       │           │   │           ├── components-pickers.js
│       │           │   │           ├── console_chart.js
│       │           │   │           ├── contact-us.js
│       │           │   │           ├── custom.js
│       │           │   │           ├── ecommerce-index.js
│       │           │   │           ├── ecommerce-orders-view.js
│       │           │   │           ├── ecommerce-orders.js
│       │           │   │           ├── ecommerce-products-edit.js
│       │           │   │           ├── ecommerce-products.js
│       │           │   │           ├── event.js
│       │           │   │           ├── form-dropzone.js
│       │           │   │           ├── form-editable.js
│       │           │   │           ├── form-fileupload.js
│       │           │   │           ├── form-image-crop.js
│       │           │   │           ├── form-samples.js
│       │           │   │           ├── form-validation.js
│       │           │   │           ├── form-wizard.js
│       │           │   │           ├── inbox.js
│       │           │   │           ├── index.js
│       │           │   │           ├── json_parse.js
│       │           │   │           ├── lock.js
│       │           │   │           ├── login-soft.js
│       │           │   │           ├── login.js
│       │           │   │           ├── maps-google.js
│       │           │   │           ├── maps-vector.js
│       │           │   │           ├── mark.js
│       │           │   │           ├── markcontainer.js
│       │           │   │           ├── package.js
│       │           │   │           ├── portfolio.js
│       │           │   │           ├── portlet-draggable.js
│       │           │   │           ├── robot.js
│       │           │   │           ├── search.js
│       │           │   │           ├── sidebarGeneration.js
│       │           │   │           ├── sticker.js
│       │           │   │           ├── table-advanced.js
│       │           │   │           ├── table-ajax.js
│       │           │   │           ├── table-editable.js
│       │           │   │           ├── table-managed.js
│       │           │   │           ├── tasks.js
│       │           │   │           ├── topic.js
│       │           │   │           ├── ui-alert-dialog-api.js
│       │           │   │           ├── ui-blockui.js
│       │           │   │           ├── ui-datepaginator.js
│       │           │   │           ├── ui-extended-modals.js
│       │           │   │           ├── ui-general.js
│       │           │   │           ├── ui-idletimeout.js
│       │           │   │           ├── ui-nestable.js
│       │           │   │           ├── ui-notific8.js
│       │           │   │           ├── ui-toastr.js
│       │           │   │           └── ui-tree.js
│       │           │   └── global
│       │           │       ├── css
│       │           │       │   ├── animate.css
│       │           │       │   ├── components.css
│       │           │       │   └── plugins.css
│       │           │       ├── img
│       │           │       │   ├── accordion-plusminus.png
│       │           │       │   ├── ajax-loading.gif
│       │           │       │   ├── ajax-modal-loading.gif
│       │           │       │   ├── datatable-row-openclose.png
│       │           │       │   ├── flags
│       │           │       │   │   ├── ad.png
│       │           │       │   │   ├── ae.png
│       │           │       │   │   ├── af.png
│       │           │       │   │   ├── ag.png
│       │           │       │   │   ├── ai.png
│       │           │       │   │   ├── al.png
│       │           │       │   │   ├── am.png
│       │           │       │   │   ├── an.png
│       │           │       │   │   ├── ao.png
│       │           │       │   │   ├── ar.png
│       │           │       │   │   ├── as.png
│       │           │       │   │   ├── at.png
│       │           │       │   │   ├── au.png
│       │           │       │   │   ├── aw.png
│       │           │       │   │   ├── ax.png
│       │           │       │   │   ├── az.png
│       │           │       │   │   ├── ba.png
│       │           │       │   │   ├── bb.png
│       │           │       │   │   ├── bd.png
│       │           │       │   │   ├── be.png
│       │           │       │   │   ├── bf.png
│       │           │       │   │   ├── bg.png
│       │           │       │   │   ├── bh.png
│       │           │       │   │   ├── bi.png
│       │           │       │   │   ├── bj.png
│       │           │       │   │   ├── bm.png
│       │           │       │   │   ├── bn.png
│       │           │       │   │   ├── bo.png
│       │           │       │   │   ├── br.png
│       │           │       │   │   ├── bs.png
│       │           │       │   │   ├── bt.png
│       │           │       │   │   ├── bv.png
│       │           │       │   │   ├── bw.png
│       │           │       │   │   ├── by.png
│       │           │       │   │   ├── bz.png
│       │           │       │   │   ├── ca.png
│       │           │       │   │   ├── catalonia.png
│       │           │       │   │   ├── cc.png
│       │           │       │   │   ├── cd.png
│       │           │       │   │   ├── cf.png
│       │           │       │   │   ├── cg.png
│       │           │       │   │   ├── ch.png
│       │           │       │   │   ├── ci.png
│       │           │       │   │   ├── ck.png
│       │           │       │   │   ├── cl.png
│       │           │       │   │   ├── cm.png
│       │           │       │   │   ├── cn.png
│       │           │       │   │   ├── co.png
│       │           │       │   │   ├── cr.png
│       │           │       │   │   ├── cs.png
│       │           │       │   │   ├── cu.png
│       │           │       │   │   ├── cv.png
│       │           │       │   │   ├── cx.png
│       │           │       │   │   ├── cy.png
│       │           │       │   │   ├── cz.png
│       │           │       │   │   ├── de.png
│       │           │       │   │   ├── dj.png
│       │           │       │   │   ├── dk.png
│       │           │       │   │   ├── dm.png
│       │           │       │   │   ├── do.png
│       │           │       │   │   ├── dz.png
│       │           │       │   │   ├── ec.png
│       │           │       │   │   ├── ee.png
│       │           │       │   │   ├── eg.png
│       │           │       │   │   ├── eh.png
│       │           │       │   │   ├── england.png
│       │           │       │   │   ├── er.png
│       │           │       │   │   ├── es.png
│       │           │       │   │   ├── et.png
│       │           │       │   │   ├── europeanunion.png
│       │           │       │   │   ├── fam.png
│       │           │       │   │   ├── fi.png
│       │           │       │   │   ├── fj.png
│       │           │       │   │   ├── fk.png
│       │           │       │   │   ├── fm.png
│       │           │       │   │   ├── fo.png
│       │           │       │   │   ├── fr.png
│       │           │       │   │   ├── ga.png
│       │           │       │   │   ├── gb.png
│       │           │       │   │   ├── gd.png
│       │           │       │   │   ├── ge.png
│       │           │       │   │   ├── gf.png
│       │           │       │   │   ├── gh.png
│       │           │       │   │   ├── gi.png
│       │           │       │   │   ├── gl.png
│       │           │       │   │   ├── gm.png
│       │           │       │   │   ├── gn.png
│       │           │       │   │   ├── gp.png
│       │           │       │   │   ├── gq.png
│       │           │       │   │   ├── gr.png
│       │           │       │   │   ├── gs.png
│       │           │       │   │   ├── gt.png
│       │           │       │   │   ├── gu.png
│       │           │       │   │   ├── gw.png
│       │           │       │   │   ├── gy.png
│       │           │       │   │   ├── hk.png
│       │           │       │   │   ├── hm.png
│       │           │       │   │   ├── hn.png
│       │           │       │   │   ├── hr.png
│       │           │       │   │   ├── ht.png
│       │           │       │   │   ├── hu.png
│       │           │       │   │   ├── id.png
│       │           │       │   │   ├── ie.png
│       │           │       │   │   ├── il.png
│       │           │       │   │   ├── in.png
│       │           │       │   │   ├── io.png
│       │           │       │   │   ├── iq.png
│       │           │       │   │   ├── ir.png
│       │           │       │   │   ├── is.png
│       │           │       │   │   ├── it.png
│       │           │       │   │   ├── jm.png
│       │           │       │   │   ├── jo.png
│       │           │       │   │   ├── jp.png
│       │           │       │   │   ├── ke.png
│       │           │       │   │   ├── kg.png
│       │           │       │   │   ├── kh.png
│       │           │       │   │   ├── ki.png
│       │           │       │   │   ├── km.png
│       │           │       │   │   ├── kn.png
│       │           │       │   │   ├── kp.png
│       │           │       │   │   ├── kr.png
│       │           │       │   │   ├── kw.png
│       │           │       │   │   ├── ky.png
│       │           │       │   │   ├── kz.png
│       │           │       │   │   ├── la.png
│       │           │       │   │   ├── lb.png
│       │           │       │   │   ├── lc.png
│       │           │       │   │   ├── li.png
│       │           │       │   │   ├── lk.png
│       │           │       │   │   ├── lr.png
│       │           │       │   │   ├── ls.png
│       │           │       │   │   ├── lt.png
│       │           │       │   │   ├── lu.png
│       │           │       │   │   ├── lv.png
│       │           │       │   │   ├── ly.png
│       │           │       │   │   ├── ma.png
│       │           │       │   │   ├── mc.png
│       │           │       │   │   ├── md.png
│       │           │       │   │   ├── me.png
│       │           │       │   │   ├── mg.png
│       │           │       │   │   ├── mh.png
│       │           │       │   │   ├── mk.png
│       │           │       │   │   ├── ml.png
│       │           │       │   │   ├── mm.png
│       │           │       │   │   ├── mn.png
│       │           │       │   │   ├── mo.png
│       │           │       │   │   ├── mp.png
│       │           │       │   │   ├── mq.png
│       │           │       │   │   ├── mr.png
│       │           │       │   │   ├── ms.png
│       │           │       │   │   ├── mt.png
│       │           │       │   │   ├── mu.png
│       │           │       │   │   ├── mv.png
│       │           │       │   │   ├── mw.png
│       │           │       │   │   ├── mx.png
│       │           │       │   │   ├── my.png
│       │           │       │   │   ├── mz.png
│       │           │       │   │   ├── na.png
│       │           │       │   │   ├── nc.png
│       │           │       │   │   ├── ne.png
│       │           │       │   │   ├── nf.png
│       │           │       │   │   ├── ng.png
│       │           │       │   │   ├── ni.png
│       │           │       │   │   ├── nl.png
│       │           │       │   │   ├── no.png
│       │           │       │   │   ├── np.png
│       │           │       │   │   ├── nr.png
│       │           │       │   │   ├── nu.png
│       │           │       │   │   ├── nz.png
│       │           │       │   │   ├── om.png
│       │           │       │   │   ├── pa.png
│       │           │       │   │   ├── pe.png
│       │           │       │   │   ├── pf.png
│       │           │       │   │   ├── pg.png
│       │           │       │   │   ├── ph.png
│       │           │       │   │   ├── pk.png
│       │           │       │   │   ├── pl.png
│       │           │       │   │   ├── pm.png
│       │           │       │   │   ├── pn.png
│       │           │       │   │   ├── pr.png
│       │           │       │   │   ├── ps.png
│       │           │       │   │   ├── pt.png
│       │           │       │   │   ├── pw.png
│       │           │       │   │   ├── py.png
│       │           │       │   │   ├── qa.png
│       │           │       │   │   ├── re.png
│       │           │       │   │   ├── readme.txt
│       │           │       │   │   ├── ro.png
│       │           │       │   │   ├── rs.png
│       │           │       │   │   ├── ru.png
│       │           │       │   │   ├── rw.png
│       │           │       │   │   ├── sa.png
│       │           │       │   │   ├── sb.png
│       │           │       │   │   ├── sc.png
│       │           │       │   │   ├── scotland.png
│       │           │       │   │   ├── sd.png
│       │           │       │   │   ├── se.png
│       │           │       │   │   ├── sg.png
│       │           │       │   │   ├── sh.png
│       │           │       │   │   ├── si.png
│       │           │       │   │   ├── sj.png
│       │           │       │   │   ├── sk.png
│       │           │       │   │   ├── sl.png
│       │           │       │   │   ├── sm.png
│       │           │       │   │   ├── sn.png
│       │           │       │   │   ├── so.png
│       │           │       │   │   ├── sr.png
│       │           │       │   │   ├── st.png
│       │           │       │   │   ├── sv.png
│       │           │       │   │   ├── sy.png
│       │           │       │   │   ├── sz.png
│       │           │       │   │   ├── tc.png
│       │           │       │   │   ├── td.png
│       │           │       │   │   ├── tf.png
│       │           │       │   │   ├── tg.png
│       │           │       │   │   ├── th.png
│       │           │       │   │   ├── tj.png
│       │           │       │   │   ├── tk.png
│       │           │       │   │   ├── tl.png
│       │           │       │   │   ├── tm.png
│       │           │       │   │   ├── tn.png
│       │           │       │   │   ├── to.png
│       │           │       │   │   ├── tr.png
│       │           │       │   │   ├── tt.png
│       │           │       │   │   ├── tv.png
│       │           │       │   │   ├── tw.png
│       │           │       │   │   ├── tz.png
│       │           │       │   │   ├── ua.png
│       │           │       │   │   ├── ug.png
│       │           │       │   │   ├── um.png
│       │           │       │   │   ├── us.png
│       │           │       │   │   ├── uy.png
│       │           │       │   │   ├── uz.png
│       │           │       │   │   ├── va.png
│       │           │       │   │   ├── vc.png
│       │           │       │   │   ├── ve.png
│       │           │       │   │   ├── vg.png
│       │           │       │   │   ├── vi.png
│       │           │       │   │   ├── vn.png
│       │           │       │   │   ├── vu.png
│       │           │       │   │   ├── wales.png
│       │           │       │   │   ├── wf.png
│       │           │       │   │   ├── ws.png
│       │           │       │   │   ├── ye.png
│       │           │       │   │   ├── yt.png
│       │           │       │   │   ├── za.png
│       │           │       │   │   ├── zm.png
│       │           │       │   │   └── zw.png
│       │           │       │   ├── input-spinner.gif
│       │           │       │   ├── loading-spinner-blue.gif
│       │           │       │   ├── loading-spinner-default.gif
│       │           │       │   ├── loading-spinner-grey.gif
│       │           │       │   ├── loading.gif
│       │           │       │   ├── overlay-icon.png
│       │           │       │   ├── portlet-collapse-icon-white.png
│       │           │       │   ├── portlet-collapse-icon.png
│       │           │       │   ├── portlet-config-icon-white.png
│       │           │       │   ├── portlet-config-icon.png
│       │           │       │   ├── portlet-expand-icon-white.png
│       │           │       │   ├── portlet-expand-icon.png
│       │           │       │   ├── portlet-reload-icon-white.png
│       │           │       │   ├── portlet-reload-icon.png
│       │           │       │   ├── portlet-remove-icon-white.png
│       │           │       │   ├── portlet-remove-icon.png
│       │           │       │   ├── remove-icon-small.png
│       │           │       │   ├── social
│       │           │       │   │   ├── Thumbs.db
│       │           │       │   │   ├── aboutme.png
│       │           │       │   │   ├── amazon.png
│       │           │       │   │   ├── behance.png
│       │           │       │   │   ├── blogger.png
│       │           │       │   │   ├── deviantart.png
│       │           │       │   │   ├── dribbble.png
│       │           │       │   │   ├── dropbox.png
│       │           │       │   │   ├── evernote.png
│       │           │       │   │   ├── facebook.png
│       │           │       │   │   ├── flickr.png
│       │           │       │   │   ├── forrst.png
│       │           │       │   │   ├── foursquare.png
│       │           │       │   │   ├── github.png
│       │           │       │   │   ├── googleplus.png
│       │           │       │   │   ├── gravatar.png
│       │           │       │   │   ├── instagram.png
│       │           │       │   │   ├── jolicloud.png
│       │           │       │   │   ├── klout.png
│       │           │       │   │   ├── last-fm.png
│       │           │       │   │   ├── linkedin.png
│       │           │       │   │   ├── myspace.png
│       │           │       │   │   ├── picasa.png
│       │           │       │   │   ├── pintrest.png
│       │           │       │   │   ├── quora.png
│       │           │       │   │   ├── reddit.png
│       │           │       │   │   ├── rss.png
│       │           │       │   │   ├── skype.png
│       │           │       │   │   ├── spotify.png
│       │           │       │   │   ├── stumbleupon.png
│       │           │       │   │   ├── tumblr.png
│       │           │       │   │   ├── twitter.png
│       │           │       │   │   ├── vimeo.png
│       │           │       │   │   ├── vk.png
│       │           │       │   │   ├── wordpress.png
│       │           │       │   │   ├── xing.png
│       │           │       │   │   ├── yahoo.png
│       │           │       │   │   └── youtube.png
│       │           │       │   ├── syncfusion-icons-white.png
│       │           │       │   └── syncfusion-icons.png
│       │           │       ├── plugins
│       │           │       │   ├── amcharts
│       │           │       │   │   ├── amcharts.js
│       │           │       │   │   └── serial.js
│       │           │       │   ├── backstretch
│       │           │       │   │   ├── LICENSE-MIT
│       │           │       │   │   ├── README.md
│       │           │       │   │   ├── jquery.backstretch.js
│       │           │       │   │   └── jquery.backstretch.min.js
│       │           │       │   ├── bootbox
│       │           │       │   │   ├── LICENSE.md
│       │           │       │   │   ├── README.md
│       │           │       │   │   └── bootbox.min.js
│       │           │       │   ├── bootstrap
│       │           │       │   │   ├── css
│       │           │       │   │   ├── fonts
│       │           │       │   │   └── js
│       │           │       │   ├── bootstrap-colorpicker
│       │           │       │   │   ├── css
│       │           │       │   │   ├── img
│       │           │       │   │   ├── js
│       │           │       │   │   └── less
│       │           │       │   ├── bootstrap-datepaginator
│       │           │       │   │   ├── README.md
│       │           │       │   │   ├── bootstrap-datepaginator.min.css
│       │           │       │   │   └── bootstrap-datepaginator.min.js
│       │           │       │   ├── bootstrap-datepicker
│       │           │       │   │   ├── CHANGELOG.md
│       │           │       │   │   ├── LICENSE
│       │           │       │   │   ├── README.md
│       │           │       │   │   ├── css
│       │           │       │   │   ├── js
│       │           │       │   │   └── less
│       │           │       │   ├── bootstrap-daterangepicker
│       │           │       │   │   ├── README.md
│       │           │       │   │   ├── daterangepicker-bs2.css
│       │           │       │   │   ├── daterangepicker-bs3.css
│       │           │       │   │   ├── daterangepicker.js
│       │           │       │   │   └── moment.min.js
│       │           │       │   ├── bootstrap-datetimepicker
│       │           │       │   │   ├── LICENSE
│       │           │       │   │   ├── README.md
│       │           │       │   │   ├── css
│       │           │       │   │   ├── js
│       │           │       │   │   └── less
│       │           │       │   ├── bootstrap-editable
│       │           │       │   │   ├── CHANGELOG.txt
│       │           │       │   │   ├── LICENSE-MIT
│       │           │       │   │   ├── README.md
│       │           │       │   │   ├── bootstrap-editable
│       │           │       │   │   └── inputs-ext
│       │           │       │   ├── bootstrap-fileinput
│       │           │       │   │   ├── bootstrap-fileinput.css
│       │           │       │   │   └── bootstrap-fileinput.js
│       │           │       │   ├── bootstrap-hover-dropdown
│       │           │       │   │   ├── LICENSE
│       │           │       │   │   ├── README.md
│       │           │       │   │   ├── bootstrap-hover-dropdown.js
│       │           │       │   │   └── bootstrap-hover-dropdown.min.js
│       │           │       │   ├── bootstrap-markdown
│       │           │       │   │   ├── README.md
│       │           │       │   │   ├── css
│       │           │       │   │   ├── js
│       │           │       │   │   ├── less
│       │           │       │   │   └── lib
│       │           │       │   ├── bootstrap-maxlength
│       │           │       │   │   ├── CHANGELOG.md
│       │           │       │   │   ├── LICENSE
│       │           │       │   │   ├── README.md
│       │           │       │   │   ├── bootstrap-maxlength.jquery.json
│       │           │       │   │   ├── bootstrap-maxlength.js
│       │           │       │   │   └── bootstrap-maxlength.min.js
│       │           │       │   ├── bootstrap-modal
│       │           │       │   │   ├── LICENSE
│       │           │       │   │   ├── README.md
│       │           │       │   │   ├── css
│       │           │       │   │   ├── img
│       │           │       │   │   └── js
│       │           │       │   ├── bootstrap-pwstrength
│       │           │       │   │   ├── GPL-LICENSE.txt
│       │           │       │   │   ├── MIT-LICENSE.txt
│       │           │       │   │   ├── README.md
│       │           │       │   │   ├── pwstrength-bootstrap.js
│       │           │       │   │   └── pwstrength-bootstrap.min.js
│       │           │       │   ├── bootstrap-select
│       │           │       │   │   ├── README.md
│       │           │       │   │   ├── bootstrap-select.css
│       │           │       │   │   ├── bootstrap-select.jquery.json
│       │           │       │   │   ├── bootstrap-select.js
│       │           │       │   │   ├── bootstrap-select.min.css
│       │           │       │   │   ├── bootstrap-select.min.js
│       │           │       │   │   └── i18n
│       │           │       │   ├── bootstrap-sessiontimeout
│       │           │       │   │   ├── LICENSE.md
│       │           │       │   │   ├── README.md
│       │           │       │   │   ├── jquery.sessionTimeout.js
│       │           │       │   │   ├── jquery.sessionTimeout.min.js
│       │           │       │   │   └── package.json
│       │           │       │   ├── bootstrap-summernote
│       │           │       │   │   ├── README.md
│       │           │       │   │   ├── lang
│       │           │       │   │   ├── summernote.css
│       │           │       │   │   ├── summernote.js
│       │           │       │   │   └── summernote.min.js
│       │           │       │   ├── bootstrap-switch
│       │           │       │   │   ├── LICENSE
│       │           │       │   │   ├── README.md
│       │           │       │   │   ├── css
│       │           │       │   │   └── js
│       │           │       │   ├── bootstrap-timepicker
│       │           │       │   │   ├── LICENSE
│       │           │       │   │   ├── README.md
│       │           │       │   │   ├── css
│       │           │       │   │   └── js
│       │           │       │   ├── bootstrap-toastr
│       │           │       │   │   ├── README.md
│       │           │       │   │   ├── toastr-icon.png
│       │           │       │   │   ├── toastr.css
│       │           │       │   │   ├── toastr.js
│       │           │       │   │   ├── toastr.less
│       │           │       │   │   ├── toastr.min.css
│       │           │       │   │   ├── toastr.min.js
│       │           │       │   │   └── toastr.min.js.map
│       │           │       │   ├── bootstrap-touchspin
│       │           │       │   │   ├── LICENSE.md
│       │           │       │   │   ├── README.md
│       │           │       │   │   └── bootstrap.touchspin.js
│       │           │       │   ├── bootstrap-wizard
│       │           │       │   │   ├── MIT-LICENSE.txt
│       │           │       │   │   ├── README.md
│       │           │       │   │   ├── jquery.bootstrap.wizard.js
│       │           │       │   │   └── jquery.bootstrap.wizard.min.js
│       │           │       │   ├── bootstrap-wysihtml5
│       │           │       │   │   ├── bootstrap-wysihtml5.css
│       │           │       │   │   ├── bootstrap-wysihtml5.js
│       │           │       │   │   ├── locales
│       │           │       │   │   ├── wysihtml5-0.3.0.js
│       │           │       │   │   └── wysiwyg-color.css
│       │           │       │   ├── carousel-owl-carousel
│       │           │       │   │   ├── LICENSE
│       │           │       │   │   ├── README.md
│       │           │       │   │   ├── assets
│       │           │       │   │   ├── changelog.html
│       │           │       │   │   ├── demos
│       │           │       │   │   ├── index.html
│       │           │       │   │   └── owl-carousel
│       │           │       │   ├── ckeditor
│       │           │       │   │   ├── CHANGES.md
│       │           │       │   │   ├── LICENSE.md
│       │           │       │   │   ├── README.md
│       │           │       │   │   ├── adapters
│       │           │       │   │   ├── build-config.js
│       │           │       │   │   ├── ckeditor.js
│       │           │       │   │   ├── config.js
│       │           │       │   │   ├── contents.css
│       │           │       │   │   ├── lang
│       │           │       │   │   ├── plugins
│       │           │       │   │   ├── samples
│       │           │       │   │   ├── skins
│       │           │       │   │   └── styles.js
│       │           │       │   ├── clockface
│       │           │       │   │   ├── CHANGELOG.txt
│       │           │       │   │   ├── LICENSE-MIT
│       │           │       │   │   ├── README.md
│       │           │       │   │   ├── css
│       │           │       │   │   └── js
│       │           │       │   ├── countdown
│       │           │       │   │   ├── jquery.countdown.js
│       │           │       │   │   ├── jquery.countdown.min.js
│       │           │       │   │   └── plugin
│       │           │       │   ├── data-tables
│       │           │       │   │   ├── DT_bootstrap.css
│       │           │       │   │   ├── DT_bootstrap.js
│       │           │       │   │   ├── ZeroClipboard.js
│       │           │       │   │   ├── images
│       │           │       │   │   ├── jquery.dataTables.js
│       │           │       │   │   ├── jquery.dataTables.min.js
│       │           │       │   │   └── tabletools
│       │           │       │   ├── dropzone
│       │           │       │   │   ├── css
│       │           │       │   │   ├── dropzone.js
│       │           │       │   │   ├── dropzone.min.js
│       │           │       │   │   ├── images
│       │           │       │   │   ├── readme.md
│       │           │       │   │   └── upload.php
│       │           │       │   ├── excanvas.min.js
│       │           │       │   ├── fancybox
│       │           │       │   │   ├── CHANGELOG.md
│       │           │       │   │   ├── CHANGELOG.txt
│       │           │       │   │   ├── README.md
│       │           │       │   │   ├── README.txt
│       │           │       │   │   ├── demo
│       │           │       │   │   ├── lib
│       │           │       │   │   └── source
│       │           │       │   ├── flot
│       │           │       │   │   ├── LICENSE.txt
│       │           │       │   │   ├── jquery.colorhelpers.js
│       │           │       │   │   ├── jquery.colorhelpers.min.js
│       │           │       │   │   ├── jquery.flot.canvas.js
│       │           │       │   │   ├── jquery.flot.canvas.min.js
│       │           │       │   │   ├── jquery.flot.categories.js
│       │           │       │   │   ├── jquery.flot.categories.min.js
│       │           │       │   │   ├── jquery.flot.crosshair.js
│       │           │       │   │   ├── jquery.flot.crosshair.min.js
│       │           │       │   │   ├── jquery.flot.errorbars.js
│       │           │       │   │   ├── jquery.flot.errorbars.min.js
│       │           │       │   │   ├── jquery.flot.fillbetween.js
│       │           │       │   │   ├── jquery.flot.fillbetween.min.js
│       │           │       │   │   ├── jquery.flot.image.js
│       │           │       │   │   ├── jquery.flot.image.min.js
│       │           │       │   │   ├── jquery.flot.js
│       │           │       │   │   ├── jquery.flot.min.js
│       │           │       │   │   ├── jquery.flot.navigate.js
│       │           │       │   │   ├── jquery.flot.navigate.min.js
│       │           │       │   │   ├── jquery.flot.pie.js
│       │           │       │   │   ├── jquery.flot.pie.min.js
│       │           │       │   │   ├── jquery.flot.resize.js
│       │           │       │   │   ├── jquery.flot.resize.min.js
│       │           │       │   │   ├── jquery.flot.selection.js
│       │           │       │   │   ├── jquery.flot.selection.min.js
│       │           │       │   │   ├── jquery.flot.stack.js
│       │           │       │   │   ├── jquery.flot.stack.min.js
│       │           │       │   │   ├── jquery.flot.symbol.js
│       │           │       │   │   ├── jquery.flot.symbol.min.js
│       │           │       │   │   ├── jquery.flot.threshold.js
│       │           │       │   │   ├── jquery.flot.threshold.min.js
│       │           │       │   │   ├── jquery.flot.time.js
│       │           │       │   │   └── jquery.flot.time.min.js
│       │           │       │   ├── font-awesome
│       │           │       │   │   ├── css
│       │           │       │   │   ├── fonts
│       │           │       │   │   ├── less
│       │           │       │   │   └── scss
│       │           │       │   ├── fuelux
│       │           │       │   │   ├── COPYING
│       │           │       │   │   ├── README.md
│       │           │       │   │   └── js
│       │           │       │   ├── fullcalendar
│       │           │       │   │   ├── changelog.txt
│       │           │       │   │   ├── demos
│       │           │       │   │   ├── fullcalendar
│       │           │       │   │   └── license.txt
│       │           │       │   ├── gmaps
│       │           │       │   │   ├── README.md
│       │           │       │   │   ├── gmaps.js
│       │           │       │   │   └── gmaps.min.js
│       │           │       │   ├── gritter
│       │           │       │   │   ├── README.markdown
│       │           │       │   │   ├── css
│       │           │       │   │   ├── images
│       │           │       │   │   ├── images_original
│       │           │       │   │   ├── index.html
│       │           │       │   │   └── js
│       │           │       │   ├── holder.js
│       │           │       │   ├── iCheck
│       │           │       │   │   ├── icheck.js
│       │           │       │   │   ├── icheck.min.js
│       │           │       │   │   └── skins
│       │           │       │   ├── ion.rangeslider
│       │           │       │   │   ├── css
│       │           │       │   │   ├── img
│       │           │       │   │   └── js
│       │           │       │   ├── jcrop
│       │           │       │   │   ├── MIT-LICENSE.txt
│       │           │       │   │   ├── README.md
│       │           │       │   │   ├── crop-demo.php
│       │           │       │   │   ├── css
│       │           │       │   │   ├── demos
│       │           │       │   │   ├── index.html
│       │           │       │   │   └── js
│       │           │       │   ├── jquery-1.11.0.min.js
│       │           │       │   ├── jquery-1.11.0.min.map
│       │           │       │   ├── jquery-bootpag
│       │           │       │   │   ├── LICENSE.txt
│       │           │       │   │   ├── README.md
│       │           │       │   │   ├── jquery.bootpag.js
│       │           │       │   │   └── jquery.bootpag.min.js
│       │           │       │   ├── jquery-dragsort
│       │           │       │   │   └── jquery.dragsort-0.5.2.min.js
│       │           │       │   ├── jquery-easypiechart
│       │           │       │   │   ├── LICENSE
│       │           │       │   │   ├── Readme.md
│       │           │       │   │   ├── jquery.easypiechart.js
│       │           │       │   │   └── jquery.easypiechart.min.js
│       │           │       │   ├── jquery-file-upload
│       │           │       │   │   ├── README.md
│       │           │       │   │   ├── blueimp-gallery
│       │           │       │   │   ├── cors
│       │           │       │   │   ├── css
│       │           │       │   │   ├── img
│       │           │       │   │   ├── js
│       │           │       │   │   └── server
│       │           │       │   ├── jquery-idle-timeout
│       │           │       │   │   ├── README.markdown
│       │           │       │   │   ├── jquery.idletimeout.js
│       │           │       │   │   └── jquery.idletimer.js
│       │           │       │   ├── jquery-inputmask
│       │           │       │   │   ├── README.md
│       │           │       │   │   ├── jquery.inputmask.bundle.js
│       │           │       │   │   └── jquery.inputmask.bundle.min.js
│       │           │       │   ├── jquery-knob
│       │           │       │   │   ├── LICENSE
│       │           │       │   │   ├── README.md
│       │           │       │   │   ├── js
│       │           │       │   │   └── knob.jquery.json
│       │           │       │   ├── jquery-migrate-1.2.1.min.js
│       │           │       │   ├── jquery-mixitup
│       │           │       │   │   ├── README.md
│       │           │       │   │   ├── bower.json
│       │           │       │   │   ├── jquery.mixitup.min.js
│       │           │       │   │   └── mixitup.jquery.json
│       │           │       │   ├── jquery-multi-select
│       │           │       │   │   ├── LICENSE.txt
│       │           │       │   │   ├── README.markdown
│       │           │       │   │   ├── css
│       │           │       │   │   ├── img
│       │           │       │   │   └── js
│       │           │       │   ├── jquery-nestable
│       │           │       │   │   ├── README.md
│       │           │       │   │   ├── jquery.nestable.css
│       │           │       │   │   └── jquery.nestable.js
│       │           │       │   ├── jquery-notific8
│       │           │       │   │   ├── README.md
│       │           │       │   │   ├── _notific8.scss
│       │           │       │   │   ├── _themes.scss
│       │           │       │   │   ├── jquery.notific8.js
│       │           │       │   │   ├── jquery.notific8.min.css
│       │           │       │   │   ├── jquery.notific8.min.js
│       │           │       │   │   ├── jquery.notific8.scss
│       │           │       │   │   └── notific8.jquery.json
│       │           │       │   ├── jquery-slimscroll
│       │           │       │   │   ├── README.md
│       │           │       │   │   ├── jquery.slimscroll.js
│       │           │       │   │   ├── jquery.slimscroll.min.js
│       │           │       │   │   └── slimScroll.jquery.json
│       │           │       │   ├── jquery-tags-input
│       │           │       │   │   ├── README.md
│       │           │       │   │   ├── jquery.tagsinput.css
│       │           │       │   │   ├── jquery.tagsinput.js
│       │           │       │   │   └── jquery.tagsinput.min.js
│       │           │       │   ├── jquery-ui
│       │           │       │   │   ├── images
│       │           │       │   │   ├── jquery-ui-1.10.3.custom.js
│       │           │       │   │   ├── jquery-ui-1.10.3.custom.min.css
│       │           │       │   │   └── jquery-ui-1.10.3.custom.min.js
│       │           │       │   ├── jquery-ui-touch-punch
│       │           │       │   │   ├── README.md
│       │           │       │   │   └── jquery.ui.touch-punch.min.js
│       │           │       │   ├── jquery-validation
│       │           │       │   │   ├── README.md
│       │           │       │   │   ├── changelog.txt
│       │           │       │   │   ├── js
│       │           │       │   │   └── lib
│       │           │       │   ├── jquery.blockui.min.js
│       │           │       │   ├── jquery.cokie.min.js
│       │           │       │   ├── jquery.input-ip-address-control-1.0.min.js
│       │           │       │   ├── jquery.mockjax.js
│       │           │       │   ├── jquery.pulsate.min.js
│       │           │       │   ├── jquery.sparkline.min.js
│       │           │       │   ├── jqvmap
│       │           │       │   │   ├── README.md
│       │           │       │   │   ├── jqvmap
│       │           │       │   │   └── samples
│       │           │       │   ├── jstree
│       │           │       │   │   ├── LICENSE-MIT
│       │           │       │   │   ├── README.md
│       │           │       │   │   ├── dist
│       │           │       │   │   ├── docs
│       │           │       │   │   └── jstree.jquery.json
│       │           │       │   ├── moment.min.js
│       │           │       │   ├── nouislider
│       │           │       │   │   ├── README.md
│       │           │       │   │   ├── jquery.nouislider.css
│       │           │       │   │   ├── jquery.nouislider.js
│       │           │       │   │   ├── jquery.nouislider.min.js
│       │           │       │   │   └── nouislider.jquery.json
│       │           │       │   ├── pace
│       │           │       │   │   ├── LICENSE
│       │           │       │   │   ├── README.md
│       │           │       │   │   ├── pace.js
│       │           │       │   │   ├── pace.min.js
│       │           │       │   │   └── themes
│       │           │       │   ├── plupload
│       │           │       │   │   ├── examples
│       │           │       │   │   ├── js
│       │           │       │   │   ├── license.txt
│       │           │       │   │   └── readme.md
│       │           │       │   ├── rateit
│       │           │       │   │   ├── example
│       │           │       │   │   └── src
│       │           │       │   ├── respond.min.js
│       │           │       │   ├── select2
│       │           │       │   │   ├── LICENSE
│       │           │       │   │   ├── README.md
│       │           │       │   │   ├── bower.json
│       │           │       │   │   ├── component.json
│       │           │       │   │   ├── composer.json
│       │           │       │   │   ├── package.json
│       │           │       │   │   ├── release.sh
│       │           │       │   │   ├── select2-bootstrap.css
│       │           │       │   │   ├── select2-spinner.gif
│       │           │       │   │   ├── select2.css
│       │           │       │   │   ├── select2.jquery.json
│       │           │       │   │   ├── select2.js
│       │           │       │   │   ├── select2.min.js
│       │           │       │   │   ├── select2.png
│       │           │       │   │   ├── select2_locale_ar.js
│       │           │       │   │   ├── select2_locale_bg.js
│       │           │       │   │   ├── select2_locale_ca.js
│       │           │       │   │   ├── select2_locale_cs.js
│       │           │       │   │   ├── select2_locale_da.js
│       │           │       │   │   ├── select2_locale_de.js
│       │           │       │   │   ├── select2_locale_el.js
│       │           │       │   │   ├── select2_locale_en.js.template
│       │           │       │   │   ├── select2_locale_es.js
│       │           │       │   │   ├── select2_locale_et.js
│       │           │       │   │   ├── select2_locale_eu.js
│       │           │       │   │   ├── select2_locale_fa.js
│       │           │       │   │   ├── select2_locale_fi.js
│       │           │       │   │   ├── select2_locale_fr.js
│       │           │       │   │   ├── select2_locale_gl.js
│       │           │       │   │   ├── select2_locale_he.js
│       │           │       │   │   ├── select2_locale_hr.js
│       │           │       │   │   ├── select2_locale_hu.js
│       │           │       │   │   ├── select2_locale_id.js
│       │           │       │   │   ├── select2_locale_is.js
│       │           │       │   │   ├── select2_locale_it.js
│       │           │       │   │   ├── select2_locale_ja.js
│       │           │       │   │   ├── select2_locale_ka.js
│       │           │       │   │   ├── select2_locale_ko.js
│       │           │       │   │   ├── select2_locale_lt.js
│       │           │       │   │   ├── select2_locale_lv.js
│       │           │       │   │   ├── select2_locale_mk.js
│       │           │       │   │   ├── select2_locale_ms.js
│       │           │       │   │   ├── select2_locale_nl.js
│       │           │       │   │   ├── select2_locale_no.js
│       │           │       │   │   ├── select2_locale_pl.js
│       │           │       │   │   ├── select2_locale_pt-BR.js
│       │           │       │   │   ├── select2_locale_pt-PT.js
│       │           │       │   │   ├── select2_locale_ro.js
│       │           │       │   │   ├── select2_locale_rs.js
│       │           │       │   │   ├── select2_locale_ru.js
│       │           │       │   │   ├── select2_locale_sk.js
│       │           │       │   │   ├── select2_locale_sv.js
│       │           │       │   │   ├── select2_locale_th.js
│       │           │       │   │   ├── select2_locale_tr.js
│       │           │       │   │   ├── select2_locale_uk.js
│       │           │       │   │   ├── select2_locale_vi.js
│       │           │       │   │   ├── select2_locale_zh-CN.js
│       │           │       │   │   ├── select2_locale_zh-TW.js
│       │           │       │   │   └── select2x2.png
│       │           │       │   ├── slider-layer-slider
│       │           │       │   │   ├── css
│       │           │       │   │   ├── js
│       │           │       │   │   └── skins
│       │           │       │   ├── slider-revolution-slider
│       │           │       │   │   ├── 01.Sample-Boxed.html
│       │           │       │   │   ├── 02.Sample-Fullwidth.html
│       │           │       │   │   ├── 03.Sample-FullScreen.html
│       │           │       │   │   ├── 04.Sample-FullScreen-Offsets.html
│       │           │       │   │   ├── 05.Sample-Aligns.html
│       │           │       │   │   ├── 06.Sample-AlignForce.html
│       │           │       │   │   ├── 07.Sample-Videos.html
│       │           │       │   │   ├── 08.Sample-NavigationStyle.html
│       │           │       │   │   ├── 09.Sample-Api.html
│       │           │       │   │   ├── 10.B.Sample-LazyLoading Level2.html
│       │           │       │   │   ├── 10.Sample-LazyLoading.html
│       │           │       │   │   ├── 11.Sample-Shuffle.html
│       │           │       │   │   ├── 12.Sample-Backgrounds.html
│       │           │       │   │   ├── 13.Sample-HideCaptions.html
│       │           │       │   │   ├── 14.Sample-KenBurns.html
│       │           │       │   │   ├── 15.Sample-VideoBG.html
│       │           │       │   │   ├── 16.Caption-ShowDown.html
│       │           │       │   │   ├── 17.Sample-DottedBG.html
│       │           │       │   │   ├── 18.Sample-NewCaptionEffects.html
│       │           │       │   │   ├── Editor-Captions.html
│       │           │       │   │   ├── Editor-Transitions.html
│       │           │       │   │   ├── css
│       │           │       │   │   ├── documentation
│       │           │       │   │   ├── editor
│       │           │       │   │   ├── images
│       │           │       │   │   ├── index-fullwidth.html
│       │           │       │   │   ├── index-static.html
│       │           │       │   │   ├── index.html
│       │           │       │   │   ├── previewjs
│       │           │       │   │   └── rs-plugin
│       │           │       │   ├── typeahead
│       │           │       │   │   ├── handlebars.min.js
│       │           │       │   │   ├── typeahead.bundle.js
│       │           │       │   │   ├── typeahead.bundle.min.js
│       │           │       │   │   └── typeahead.css
│       │           │       │   ├── uniform
│       │           │       │   │   ├── README.md
│       │           │       │   │   ├── css
│       │           │       │   │   ├── images
│       │           │       │   │   ├── jquery.uniform.js
│       │           │       │   │   └── jquery.uniform.min.js
│       │           │       │   └── zoom
│       │           │       │       ├── jquery.zoom.js
│       │           │       │       └── jquery.zoom.min.js
│       │           │       └── scripts
│       │           │           ├── datatable.js
│       │           │           ├── metronic.js
│       │           │           └── pagination.js
│       │           ├── css
│       │           │   ├── base
│       │           │   │   ├── base.css
│       │           │   │   ├── bootstrap-theme.css
│       │           │   │   ├── bootstrap-theme.min.css
│       │           │   │   ├── bootstrap.css
│       │           │   │   ├── bootstrap.min.css
│       │           │   │   ├── common.css
│       │           │   │   ├── font_1466477454_6048284.css
│       │           │   │   └── responsive.css
│       │           │   ├── common
│       │           │   │   ├── border-anim-h.gif
│       │           │   │   ├── border-anim-v.gif
│       │           │   │   ├── border-h.gif
│       │           │   │   ├── border-v.gif
│       │           │   │   ├── component.css
│       │           │   │   ├── createproblem.css
│       │           │   │   ├── footer.css
│       │           │   │   ├── gldatepicker.css
│       │           │   │   ├── header.css
│       │           │   │   ├── imgPreview.css
│       │           │   │   ├── imgareaselect-default.css
│       │           │   │   ├── loadingbar.css
│       │           │   │   ├── markinput.css
│       │           │   │   ├── page.css
│       │           │   │   ├── personalletters.css
│       │           │   │   ├── radiocheckstyle.css
│       │           │   │   ├── searchUser.css
│       │           │   │   ├── sidebar.css
│       │           │   │   ├── spacecalendar.css
│       │           │   │   ├── spacepopover.css
│       │           │   │   ├── teampopover.css
│       │           │   │   └── tipbar.css
│       │           │   ├── layout
│       │           │   │   ├── account.css
│       │           │   │   ├── app.css
│       │           │   │   ├── appdetail.css
│       │           │   │   ├── forget.css
│       │           │   │   ├── home.css
│       │           │   │   ├── layout-template
│       │           │   │   │   ├── layout1.css
│       │           │   │   │   ├── layout2.css
│       │           │   │   │   ├── layout3.css
│       │           │   │   │   └── layout4.css
│       │           │   │   ├── login.css
│       │           │   │   ├── profile.css
│       │           │   │   ├── resetPassword.css
│       │           │   │   ├── search.css
│       │           │   │   ├── signup.css
│       │           │   │   ├── ui.css
│       │           │   │   └── upload.css
│       │           │   ├── module
│       │           │   │   ├── file-input.css
│       │           │   │   ├── input.css
│       │           │   │   ├── modal.css
│       │           │   │   ├── pagination.css
│       │           │   │   ├── panel.css
│       │           │   │   ├── plugins
│       │           │   │   │   └── iconfont
│       │           │   │   │       ├── iconfont.css
│       │           │   │   │       ├── iconfont.eot
│       │           │   │   │       ├── iconfont.svg
│       │           │   │   │       ├── iconfont.ttf
│       │           │   │   │       └── iconfont.woff
│       │           │   │   ├── preview-image.css
│       │           │   │   ├── tab.css
│       │           │   │   └── validation.css
│       │           │   └── modules
│       │           │       ├── formValidation.css
│       │           │       └── lightbox.css
│       │           ├── fonts
│       │           │   ├── glyphicons-halflings-regular.eot
│       │           │   ├── glyphicons-halflings-regular.svg
│       │           │   ├── glyphicons-halflings-regular.ttf
│       │           │   ├── glyphicons-halflings-regular.woff
│       │           │   └── glyphicons-halflings-regular.woff2
│       │           ├── img
│       │           │   ├── 404.png
│       │           │   ├── 500background.jpg
│       │           │   ├── addPics.png
│       │           │   ├── app-icon.png
│       │           │   ├── avatar.png
│       │           │   ├── banner.jpg
│       │           │   ├── close.png
│       │           │   ├── default-file-preview.jpg
│       │           │   ├── default_avatar.jpg
│       │           │   ├── default_avatar.png
│       │           │   ├── draad.png
│       │           │   ├── error_bg_2.png
│       │           │   ├── favicon.ico
│       │           │   ├── green.jpg
│       │           │   ├── guide.png
│       │           │   ├── icon.png
│       │           │   ├── loading.gif
│       │           │   ├── next.png
│       │           │   ├── prev.png
│       │           │   ├── red.png
│       │           │   ├── shoes_hanging.png
│       │           │   └── shot.png
│       │           ├── index.html
│       │           ├── js
│       │           │   ├── ajaxfileupload.js
│       │           │   ├── bootstrap-hover-dropdown.min.js
│       │           │   ├── bootstrap-modal.js
│       │           │   ├── bootstrap-modalmanager.js
│       │           │   ├── bootstrap.js
│       │           │   ├── bootstrap.min.js
│       │           │   ├── common
│       │           │   │   ├── article_cell.js
│       │           │   │   ├── common.js
│       │           │   │   ├── component.js
│       │           │   │   ├── createproblem.js
│       │           │   │   ├── file-input.js
│       │           │   │   ├── form-validation.js
│       │           │   │   ├── gldatepicker.min.js
│       │           │   │   ├── imgPreview.js
│       │           │   │   ├── jquery.imgareaselect.pack.js
│       │           │   │   ├── leftBar.js
│       │           │   │   ├── loadMoreData.js
│       │           │   │   ├── loadingbar.js
│       │           │   │   ├── markinput.js
│       │           │   │   ├── navbar.js
│       │           │   │   ├── pagination.js
│       │           │   │   ├── personalletters.js
│       │           │   │   ├── preview-image.js
│       │           │   │   ├── projectstatus.js
│       │           │   │   ├── provinceandcity.js
│       │           │   │   ├── require.js
│       │           │   │   ├── screenshothover.js
│       │           │   │   ├── searchUser.js
│       │           │   │   ├── spacecalendar.js
│       │           │   │   ├── spacepopover.js
│       │           │   │   ├── teampopover.js
│       │           │   │   ├── tipbar.js
│       │           │   │   └── userpopover.js
│       │           │   ├── file-input.js
│       │           │   ├── jquery-1.10.2.js
│       │           │   ├── jquery-1.11.2.js
│       │           │   ├── jquery-1.11.2.min.js
│       │           │   ├── jquery.easydropdown.js
│       │           │   ├── jquery.easydropdown.min.js
│       │           │   ├── jquery.inputlimitor.1.0.js
│       │           │   ├── jquery.inputlimitor.1.0.min.js
│       │           │   ├── jquery.min.js
│       │           │   ├── jquery.scrollTo.js
│       │           │   ├── jquery.scrollTo.min.js
│       │           │   ├── lightbox.js
│       │           │   ├── pages
│       │           │   │   ├── changepassword.js
│       │           │   │   ├── forget.js
│       │           │   │   ├── login.js
│       │           │   │   ├── register.js
│       │           │   │   ├── reset.js
│       │           │   │   └── usersetting.js
│       │           │   └── plugins
│       │           │       ├── ajaxFileUpload
│       │           │       │   └── ajaxfileupload.js
│       │           │       └── formValidation
│       │           │           ├── formValidation.min.js
│       │           │           └── framework
│       │           │               ├── bootstrap.js
│       │           │               └── zh_CN.js
│       │           ├── layout1.html
│       │           ├── layout2.html
│       │           ├── layout3.html
│       │           ├── layout4.html
│       │           ├── layout5.html
│       │           ├── responsive.html
│       │           └── test.html
│       ├── generated-sources
│       │   └── annotations
│       ├── generated-test-sources
│       │   └── test-annotations
│       ├── maven-archiver
│       │   └── pom.properties
│       ├── maven-status
│       │   └── maven-compiler-plugin
│       │       ├── compile
│       │       │   └── default-compile
│       │       │       ├── createdFiles.lst
│       │       │       └── inputFiles.lst
│       │       └── testCompile
│       │           └── default-testCompile
│       │               ├── createdFiles.lst
│       │               └── inputFiles.lst
│       ├── seckill-0.0.1-SNAPSHOT.jar
│       ├── seckill-0.0.1-SNAPSHOT.jar.original
│       ├── surefire-reports
│       │   ├── 2018-12-28T10-49-27_228-jvmRun1.dump
│       │   ├── TEST-com.sl.seckill.SeckillApplicationTests.xml
│       │   └── com.sl.seckill.SeckillApplicationTests.txt
│       └── test-classes
│           └── com
│               └── sl
│                   └── seckill
│                       └── SeckillApplicationTests.class
└── springboot接口实现.rar

455 directories, 1702 files


实例下载地址

springboot接口实现

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

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

网友评论

发表评论

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

查看所有0条评论>>

小贴士

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

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

关于好例子网

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

;
报警