在好例子网,分享、交流、成长!
您当前所在位置:首页Others 开发实例一般编程问题 → 非常好整合的web后台框架 功能十分强大

非常好整合的web后台框架 功能十分强大

一般编程问题

下载此实例
  • 开发语言:Others
  • 实例大小:4.44M
  • 下载次数:6
  • 浏览次数:105
  • 发布时间:2020-10-17
  • 实例类别:一般编程问题
  • 发 布 人:robot666
  • 文件格式:.zip
  • 所需积分:2
 

实例介绍

【实例简介】
目前此框架已经被我整合到两个企业级项目中,功能十分强大,支持maven,基本功能很全,如有不懂,欢迎咨询
【实例截图】
【核心代码】
npts_10_cvl
├── 3000套网站模板免费拥有.url
└── npts_10_cvl
├── assets
│   ├── css
│   │   ├── add-ons.min.css
│   │   ├── jquery.mmenu.css
│   │   └── style.css
│   ├── fonts
│   │   ├── climacons-webfont.eot
│   │   ├── climacons-webfont.svg
│   │   ├── climacons-webfont.ttf
│   │   ├── climacons-webfont.woff
│   │   ├── FontAwesome.otf
│   │   ├── fontawesome-webfont.eot
│   │   ├── fontawesome-webfont.svg
│   │   ├── fontawesome-webfont.ttf
│   │   ├── fontawesome-webfont.woff
│   │   ├── glyphicons-halflings-regular.eot
│   │   ├── glyphicons-halflings-regular.svg
│   │   ├── glyphicons-halflings-regular.ttf
│   │   ├── glyphicons-halflings-regular.woff
│   │   ├── WeatherIcons-Regular.otf
│   │   ├── weathericons-regular-webfont.eot
│   │   ├── weathericons-regular-webfont.svg
│   │   ├── weathericons-regular-webfont.ttf
│   │   └── weathericons-regular-webfont.woff
│   ├── ico
│   │   ├── apple-touch-icon-114x114.png
│   │   ├── apple-touch-icon-120x120.png
│   │   ├── apple-touch-icon-144x144.png
│   │   ├── apple-touch-icon-152x152.png
│   │   ├── apple-touch-icon-57x57.png
│   │   ├── apple-touch-icon-72x72.png
│   │   ├── apple-touch-icon-76x76.png
│   │   ├── apple-touch-icon.png
│   │   ├── favicon.ico
│   │   └── Thumbs.db
│   ├── img
│   │   ├── avatar1.jpg
│   │   ├── avatar2.jpg
│   │   ├── avatar3.jpg
│   │   ├── avatar4.jpg
│   │   ├── avatar5.jpg
│   │   ├── avatar6.jpg
│   │   ├── avatar7.jpg
│   │   ├── avatar.jpg
│   │   ├── bg1.jpg
│   │   ├── browser-chrome-big.png
│   │   ├── browser-firefox-big.png
│   │   ├── browser-ie.png
│   │   ├── browser-opera.png
│   │   ├── browser-safari.png
│   │   ├── flags
│   │   │   ├── Thumbs.db
│   │   │   └── USA.png
│   │   ├── flat-landscape.jpg
│   │   ├── flat-sun.jpg
│   │   ├── gallery
│   │   │   ├── photo10.jpg
│   │   │   ├── photo11.jpg
│   │   │   ├── photo12.jpg
│   │   │   ├── photo13.jpg
│   │   │   ├── photo14.jpg
│   │   │   ├── photo15.jpg
│   │   │   ├── photo1.jpg
│   │   │   ├── photo2.jpg
│   │   │   ├── photo3.jpg
│   │   │   ├── photo4.jpg
│   │   │   ├── photo5.jpg
│   │   │   ├── photo6.jpg
│   │   │   ├── photo7.jpg
│   │   │   ├── photo8.jpg
│   │   │   ├── photo9.jpg
│   │   │   └── Thumbs.db
│   │   ├── general
│   │   │   ├── general-img-1.jpg
│   │   │   ├── general-img-2.jpg
│   │   │   ├── general-img-3.jpg
│   │   │   └── Thumbs.db
│   │   ├── logo.png
│   │   ├── sunny-large.jpg
│   │   └── Thumbs.db
│   ├── js
│   │   ├── core.min.js
│   │   ├── jquery.mmenu.min.js
│   │   └── pages
│   │   ├── activity.js
│   │   ├── buttons.js
│   │   ├── calendar.js
│   │   ├── charts-flot.js
│   │   ├── charts-other.js
│   │   ├── charts-xcharts.js
│   │   ├── font-awesome.js
│   │   ├── form-dropzone.js
│   │   ├── form-editors.js
│   │   ├── form-elements.js
│   │   ├── form-validation.js
│   │   ├── form-wizard.js
│   │   ├── form-x-editable-demo.js
│   │   ├── form-x-editable.js
│   │   ├── gallery.js
│   │   ├── glyphicon.js
│   │   ├── index.js
│   │   ├── invoice.js
│   │   ├── mailbox.js
│   │   ├── map-basic.js
│   │   ├── map-vector.js
│   │   ├── nestable.js
│   │   ├── page-404.js
│   │   ├── page-lockscreen.js
│   │   ├── page-login.js
│   │   ├── page-register.js
│   │   ├── page-timeline.js
│   │   ├── pricing-tables.js
│   │   ├── profile.js
│   │   ├── table-advanced.js
│   │   ├── table-editable.js
│   │   ├── table-responsive.js
│   │   ├── typography.js
│   │   ├── ui-carousels.js
│   │   ├── ui-elements.js
│   │   ├── ui-lightbox.js
│   │   ├── ui-modals.js
│   │   ├── ui-notifications.js
│   │   ├── ui-panels.js
│   │   ├── ui-portlets.js
│   │   ├── ui-progress-bar.js
│   │   ├── ui-slider.js
│   │   ├── weathericons.js
│   │   └── widgets.js
│   ├── plugins
│   │   ├── autosize
│   │   │   └── jquery.autosize.min.js
│   │   ├── bootkit
│   │   │   ├── css
│   │   │   │   └── bootkit.css
│   │   │   └── js
│   │   │   └── bootkit.js
│   │   ├── bootstrap-colorpicker
│   │   │   ├── css
│   │   │   │   └── bootstrap-colorpicker.css
│   │   │   ├── img
│   │   │   │   └── bootstrap-colorpicker
│   │   │   │   ├── alpha.png
│   │   │   │   ├── hue.png
│   │   │   │   ├── saturation.png
│   │   │   │   └── Thumbs.db
│   │   │   └── js
│   │   │   └── bootstrap-colorpicker.js
│   │   ├── bootstrap-datepicker
│   │   │   ├── css
│   │   │   │   ├── datepicker3.css
│   │   │   │   └── datepicker-theme.css
│   │   │   └── js
│   │   │   └── bootstrap-datepicker.js
│   │   ├── bootstrap-markdown
│   │   │   ├── css
│   │   │   │   └── bootstrap-markdown.min.css
│   │   │   └── js
│   │   │   ├── bootstrap-markdown.js
│   │   │   ├── markdown.js
│   │   │   └── to-markdown.js
│   │   ├── bootstrap-tagsinput
│   │   │   ├── css
│   │   │   │   └── bootstrap-tagsinput.css
│   │   │   └── js
│   │   │   └── bootstrap-tagsinput.js
│   │   ├── bootstrap-timepicker
│   │   │   ├── css
│   │   │   │   └── bootstrap-timepicker.css
│   │   │   └── js
│   │   │   └── bootstrap-timepicker.js
│   │   ├── chart-master
│   │   │   └── js
│   │   │   └── Chart.js
│   │   ├── chosen
│   │   │   └── js
│   │   │   └── chosen.jquery.min.js
│   │   ├── d3
│   │   │   └── js
│   │   │   └── d3.min.js
│   │   ├── dropzone
│   │   │   ├── css
│   │   │   │   └── dropzone.css
│   │   │   ├── images
│   │   │   │   └── spritemap.png
│   │   │   └── js
│   │   │   └── dropzone.min.js
│   │   ├── easypiechart
│   │   │   └── js
│   │   │   └── jquery.easypiechart.min.js
│   │   ├── editable
│   │   │   ├── css
│   │   │   │   └── bootstrap-editable.css
│   │   │   ├── inputs-ext
│   │   │   │   ├── address
│   │   │   │   │   └── address.min.js
│   │   │   │   └── typeaheadjs
│   │   │   │   └── typeaheadjs.min.js
│   │   │   └── js
│   │   │   └── bootstrap-editable.min.js
│   │   ├── flot
│   │   │   └── js
│   │   │   ├── jquery.flot.min.js
│   │   │   ├── jquery.flot.pie.min.js
│   │   │   ├── jquery.flot.resize.min.js
│   │   │   ├── jquery.flot.spline.min.js
│   │   │   ├── jquery.flot.stack.min.js
│   │   │   └── jquery.flot.time.min.js
│   │   ├── flot-tooltip
│   │   │   └── js
│   │   │   └── jquery.flot.tooltip.js
│   │   ├── fullcalendar
│   │   │   ├── css
│   │   │   │   └── fullcalendar.css
│   │   │   └── js
│   │   │   └── fullcalendar.js
│   │   ├── gauge
│   │   │   └── js
│   │   │   └── gauge.min.js
│   │   ├── gmaps
│   │   │   └── gmaps.js
│   │   ├── isotope
│   │   │   ├── css
│   │   │   │   └── jquery.isotope.css
│   │   │   └── js
│   │   │   └── jquery.isotope.js
│   │   ├── jquery
│   │   │   └── js
│   │   │   └── jquery.js
│   │   ├── jquery-datatables
│   │   │   ├── extras
│   │   │   │   └── TableTools
│   │   │   │   └── js
│   │   │   │   └── dataTables.tableTools.min.js
│   │   │   └── media
│   │   │   └── js
│   │   │   └── jquery.dataTables.js
│   │   ├── jquery-datatables-bs3
│   │   │   ├── css
│   │   │   │   └── datatables.css
│   │   │   └── js
│   │   │   └── datatables.js
│   │   ├── jquery-ui
│   │   │   ├── css
│   │   │   │   ├── jquery-ui-1.10.4.custom.css
│   │   │   │   └── jquery-ui-1.10.4.min.css
│   │   │   └── js
│   │   │   ├── jquery-ui-1.10.4.custom.js
│   │   │   └── jquery-ui-1.10.4.min.js
│   │   ├── jquery-ui-touch-punch
│   │   │   └── js
│   │   │   └── jquery.ui.touch-punch.js
│   │   ├── jquery-validation
│   │   │   └── js
│   │   │   └── jquery.validate.js
│   │   ├── jqvmap
│   │   │   ├── data
│   │   │   │   └── jquery.vmap.sampledata.js
│   │   │   ├── jquery.vmap.js
│   │   │   ├── jqvmap.css
│   │   │   └── maps
│   │   │   ├── continents
│   │   │   │   ├── jquery.vmap.africa.js
│   │   │   │   ├── jquery.vmap.asia.js
│   │   │   │   ├── jquery.vmap.australia.js
│   │   │   │   ├── jquery.vmap.europe.js
│   │   │   │   ├── jquery.vmap.north-america.js
│   │   │   │   └── jquery.vmap.south-america.js
│   │   │   └── jquery.vmap.world.js
│   │   ├── justgage
│   │   │   └── js
│   │   │   └── justgage.1.0.1.min.js
│   │   ├── magnific-popup
│   │   │   ├── css
│   │   │   │   └── magnific-popup.css
│   │   │   └── js
│   │   │   └── magnific-popup.js
│   │   ├── maskedinput
│   │   │   └── js
│   │   │   ├── jquery.maskedinput.js
│   │   │   └── jquery.maskedinput.min.js
│   │   ├── mockjax
│   │   │   └── js
│   │   │   └── jquery.mockjax.min.js
│   │   ├── modernizr
│   │   │   └── js
│   │   │   └── modernizr.js
│   │   ├── moment
│   │   │   └── js
│   │   │   ├── moment.js
│   │   │   └── moment.min.js
│   │   ├── morris
│   │   │   ├── css
│   │   │   │   └── morris.css
│   │   │   └── js
│   │   │   └── morris.min.js
│   │   ├── nanoscroller
│   │   │   └── js
│   │   │   └── nanoscroller.js
│   │   ├── owl-carousel
│   │   │   ├── css
│   │   │   │   ├── owl.carousel.css
│   │   │   │   └── owl.theme.css
│   │   │   └── js
│   │   │   └── owl.carousel.js
│   │   ├── placeholder
│   │   │   └── js
│   │   │   └── jquery.placeholder.min.js
│   │   ├── pnotify
│   │   │   ├── css
│   │   │   │   └── pnotify.custom.css
│   │   │   └── js
│   │   │   └── pnotify.custom.js
│   │   ├── raphael
│   │   │   └── js
│   │   │   └── raphael.min.js
│   │   ├── scrollbar
│   │   │   ├── css
│   │   │   │   └── mCustomScrollbar.css
│   │   │   └── js
│   │   │   └── jquery.mCustomScrollbar.concat.min.js
│   │   ├── select2
│   │   │   ├── select2.css
│   │   │   ├── select2.js
│   │   │   └── select2.png
│   │   ├── sparkline
│   │   │   └── js
│   │   │   └── jquery.sparkline.min.js
│   │   ├── store-js
│   │   │   └── js
│   │   │   └── store.js
│   │   ├── summernote
│   │   │   ├── css
│   │   │   │   ├── summernote-bs3.css
│   │   │   │   └── summernote.css
│   │   │   └── js
│   │   │   └── summernote.js
│   │   ├── touchpunch
│   │   │   └── js
│   │   │   └── jquery.ui.touch-punch.min.js
│   │   ├── wizard
│   │   │   └── js
│   │   │   └── jquery.bootstrap.wizard.min.js
│   │   └── xcharts
│   │   ├── css
│   │   │   └── xcharts.min.css
│   │   └── js
│   │   └── xcharts.min.js
│   └── vendor
│   ├── bootstrap
│   │   ├── css
│   │   │   └── bootstrap.min.css
│   │   ├── fonts
│   │   │   ├── glyphicons-halflings-regular.eot
│   │   │   ├── glyphicons-halflings-regular.svg
│   │   │   ├── glyphicons-halflings-regular.ttf
│   │   │   └── glyphicons-halflings-regular.woff
│   │   └── js
│   │   └── bootstrap.min.js
│   ├── css
│   │   ├── animate.min.css
│   │   └── pace.preloader.css
│   ├── font-awesome
│   │   ├── css
│   │   │   └── font-awesome.min.css
│   │   └── fonts
│   │   ├── FontAwesome.otf
│   │   ├── fontawesome-webfont.eot
│   │   ├── fontawesome-webfont.svg
│   │   ├── fontawesome-webfont.ttf
│   │   └── fontawesome-webfont.woff
│   ├── js
│   │   ├── jquery-2.1.1.min.js
│   │   ├── jquery-migrate-1.2.1.min.js
│   │   ├── jquery.min.js
│   │   └── pace.min.js
│   └── skycons
│   ├── css
│   │   └── skycons.css
│   ├── fonts
│   │   ├── WeatherIcons-Regular.otf
│   │   ├── weathericons-regular-webfont.eot
│   │   ├── weathericons-regular-webfont.svg
│   │   ├── weathericons-regular-webfont.ttf
│   │   └── weathericons-regular-webfont.woff
│   └── js
│   └── skycons.js
├── calendar.html
├── chart-flot.html
├── chart-other.html
├── chart-xchart.html
├── form-dropzone.html
├── form-editors.html
├── form-elements.html
├── form-validation.html
├── form-wizard.html
├── form-x-editable.html
├── gallery.html
├── icons-font-awesome.html
├── icons-glyphicons.html
├── icons-weathericons.html
├── index.html
├── mailbox-compose.html
├── mailbox-inbox.html
├── mailbox-message.html
├── map-basic.html
├── map-vector.html
├── page-404.html
├── page-500.html
├── page-activity.html
├── page-invoice.html
├── page-lockscreen1.html
├── page-lockscreen2.html
├── page-login.html
├── page-pricing-tables.html
├── page-profile.html
├── page-recover-password.html
├── page-register.html
├── page-timeline.html
├── table-advanced.html
├── table-basic.html
├── table-editable.html
├── table-responsive.html
├── typography.html
├── ui-animation.html
├── ui-basic-elements.html
├── ui-buttons.html
├── ui-carousels.html
├── ui-lightbox.html
├── ui-modals.html
├── ui-nestable-list.html
├── ui-notifications.html
├── ui-panels.html
├── ui-portlets.html
├── ui-progress-bars.html
├── ui-sliders.html
├── ui-tabs.html
├── widgets.html
├── 找网站模板就上【模板之家】cssMoban.com.url
└── 说明.txt

146 directories, 295 files

标签:

实例下载地址

非常好整合的web后台框架 功能十分强大

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

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

网友评论

发表评论

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

查看所有0条评论>>

小贴士

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

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

关于好例子网

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

;
报警