实例介绍
本项目为学生信息管理系统,主要由servlet和jsp技术开发,服务器tomcat,数据库mysql,前端BUI(已实现了分页功能),数据交换使用ajax,数据格式为json,无使用现有框架。融入MVC的设计模式,代理模式,核心技术实现了Spring mvc的前端控制器dispatcher(主要学习要点) 。在不改变本系统的整体架构下,可参照本系统原有功能进行扩充和更改。
【实例截图】
【核心代码】
Model
└── Model
├── src
│ ├── com
│ │ ├── base
│ │ │ ├── bom
│ │ │ │ ├── BaseController.java
│ │ │ │ ├── BaseService.java
│ │ │ │ ├── college
│ │ │ │ │ ├── ctrl
│ │ │ │ │ │ └── CollegeController.java
│ │ │ │ │ ├── model
│ │ │ │ │ │ └── College.java
│ │ │ │ │ └── service
│ │ │ │ │ └── CollegeService.java
│ │ │ │ ├── login
│ │ │ │ │ └── LoginController.java
│ │ │ │ ├── students
│ │ │ │ │ ├── ctrl
│ │ │ │ │ │ └── StudentController.java
│ │ │ │ │ ├── model
│ │ │ │ │ │ └── StudentInfo.java
│ │ │ │ │ └── service
│ │ │ │ │ └── StudentService.java
│ │ │ │ └── user
│ │ │ │ ├── ctrl
│ │ │ │ │ └── UserController.java
│ │ │ │ ├── model
│ │ │ │ │ └── User.java
│ │ │ │ └── service
│ │ │ │ └── UserService.java
│ │ │ ├── common
│ │ │ │ └── Global.java
│ │ │ ├── core
│ │ │ │ ├── annotation
│ │ │ │ │ ├── Controller.java
│ │ │ │ │ ├── Quatifier.java
│ │ │ │ │ ├── RequestMapping.java
│ │ │ │ │ └── Service.java
│ │ │ │ ├── dispatcher
│ │ │ │ │ └── DispatcherServlet.java
│ │ │ │ ├── filter
│ │ │ │ │ └── DispatcherFilter.java
│ │ │ │ └── Pagination.java
│ │ │ └── utils
│ │ │ └── AjaxResponse.java
│ │ └── dao
│ │ ├── DAOException.java
│ │ ├── DaoHandle.java
│ │ └── DatabaseConnection.java
│ └── jdbc.properties
├── steven.sql
├── WebRoot
│ ├── META-INF
│ │ └── MANIFEST.MF
│ ├── public
│ │ ├── assets
│ │ │ ├── css
│ │ │ │ ├── bui-min.css
│ │ │ │ ├── dpl-min.css
│ │ │ │ ├── main.css
│ │ │ │ ├── main-min.css
│ │ │ │ ├── page.css
│ │ │ │ ├── page-min.css
│ │ │ │ └── prettify.css
│ │ │ ├── img
│ │ │ │ ├── hide_list.png
│ │ │ │ ├── icon1.png
│ │ │ │ ├── icon2.png
│ │ │ │ ├── left-slib.gif
│ │ │ │ ├── main-nav-bg1.png
│ │ │ │ ├── main-nav-bg2.png
│ │ │ │ ├── main-nav-bg.png
│ │ │ │ ├── menu.jpg
│ │ │ │ ├── nav.jpg
│ │ │ │ ├── nav_selected.png
│ │ │ │ ├── resource.jpg
│ │ │ │ └── top.png
│ │ │ └── js
│ │ │ ├── bui.js
│ │ │ ├── bui-min.js
│ │ │ ├── common
│ │ │ │ ├── build.xml
│ │ │ │ ├── main.js
│ │ │ │ ├── main-min.js
│ │ │ │ ├── page.js
│ │ │ │ ├── page-min.js
│ │ │ │ ├── search.js
│ │ │ │ └── search-min.js
│ │ │ ├── config.js
│ │ │ ├── config-min.js
│ │ │ ├── editor-min.js
│ │ │ ├── jquery-1.8.1.min.js
│ │ │ ├── module
│ │ │ │ └── build.xml
│ │ │ ├── prettify.js
│ │ │ ├── toolbar-min.js
│ │ │ └── tree-min.js
│ │ ├── Css
│ │ │ ├── bootstrap.css
│ │ │ ├── bootstrap-datetimepicker.css
│ │ │ ├── bootstrap-datetimepicker.min.css
│ │ │ ├── bootstrap.min.css
│ │ │ ├── bootstrap-responsive.css
│ │ │ ├── bootstrap-responsive.min.css
│ │ │ ├── daterangepicker-bs2.css
│ │ │ ├── daterangepicker-bs3.css
│ │ │ └── style.css
│ │ ├── front
│ │ │ ├── Css
│ │ │ │ └── mobile_web.css
│ │ │ └── Image
│ │ │ ├── home4.jpg
│ │ │ ├── icon-address.png
│ │ │ └── icon-author.png
│ │ ├── Images
│ │ │ ├── add.gif
│ │ │ ├── button.png
│ │ │ ├── con_bg.png
│ │ │ ├── glyphicons-halflings.png
│ │ │ ├── glyphicons-halflings-white.png
│ │ │ ├── icon2.png
│ │ │ ├── icon.png
│ │ │ ├── input.png
│ │ │ ├── logo_820.jpg
│ │ │ ├── logo_jc.jpg
│ │ │ ├── logo_ym.jpg
│ │ │ ├── msg_bg.png
│ │ │ ├── msg_box.png
│ │ │ ├── nav.png
│ │ │ ├── nopic.jpg
│ │ │ ├── pic1.jpg
│ │ │ ├── progressbar_microsoft.gif
│ │ │ ├── x_bg.png
│ │ │ ├── z2.jpg
│ │ │ ├── z3.jpg
│ │ │ └── z4.jpg
│ │ ├── img
│ │ │ ├── glyphicons-halflings.png
│ │ │ └── glyphicons-halflings-white.png
│ │ ├── Js
│ │ │ ├── bootstrap-datetimepicker.js
│ │ │ ├── bootstrap-datetimepicker.min.js
│ │ │ ├── bootstrap.file-input.js
│ │ │ ├── bootstrap.js
│ │ │ ├── bootstrap.min.js
│ │ │ ├── ckform.js
│ │ │ ├── common.js
│ │ │ ├── formValidator.js
│ │ │ ├── formValidatorRegex.js
│ │ │ ├── jquery-1.8.3.min.js
│ │ │ ├── jquery.js
│ │ │ ├── locales
│ │ │ │ └── bootstrap-datetimepicker.zh-CN.js
│ │ │ ├── moment.js
│ │ │ └── moment.min.js
│ │ ├── layui
│ │ │ ├── css
│ │ │ │ ├── layui.css
│ │ │ │ ├── layui.mobile.css
│ │ │ │ └── modules
│ │ │ │ ├── code.css
│ │ │ │ ├── laydate
│ │ │ │ │ ├── icon.png
│ │ │ │ │ └── laydate.css
│ │ │ │ └── layer
│ │ │ │ └── default
│ │ │ │ ├── icon-ext.png
│ │ │ │ ├── icon.png
│ │ │ │ ├── layer.css
│ │ │ │ ├── loading-0.gif
│ │ │ │ ├── loading-1.gif
│ │ │ │ └── loading-2.gif
│ │ │ ├── font
│ │ │ │ ├── iconfont.eot
│ │ │ │ ├── iconfont.svg
│ │ │ │ ├── iconfont.ttf
│ │ │ │ └── iconfont.woff
│ │ │ ├── images
│ │ │ │ └── face
│ │ │ │ ├── 0.gif
│ │ │ │ ├── 10.gif
│ │ │ │ ├── 11.gif
│ │ │ │ ├── 12.gif
│ │ │ │ ├── 13.gif
│ │ │ │ ├── 14.gif
│ │ │ │ ├── 15.gif
│ │ │ │ ├── 16.gif
│ │ │ │ ├── 17.gif
│ │ │ │ ├── 18.gif
│ │ │ │ ├── 19.gif
│ │ │ │ ├── 1.gif
│ │ │ │ ├── 20.gif
│ │ │ │ ├── 21.gif
│ │ │ │ ├── 22.gif
│ │ │ │ ├── 23.gif
│ │ │ │ ├── 24.gif
│ │ │ │ ├── 25.gif
│ │ │ │ ├── 26.gif
│ │ │ │ ├── 27.gif
│ │ │ │ ├── 28.gif
│ │ │ │ ├── 29.gif
│ │ │ │ ├── 2.gif
│ │ │ │ ├── 30.gif
│ │ │ │ ├── 31.gif
│ │ │ │ ├── 32.gif
│ │ │ │ ├── 33.gif
│ │ │ │ ├── 34.gif
│ │ │ │ ├── 35.gif
│ │ │ │ ├── 36.gif
│ │ │ │ ├── 37.gif
│ │ │ │ ├── 38.gif
│ │ │ │ ├── 39.gif
│ │ │ │ ├── 3.gif
│ │ │ │ ├── 40.gif
│ │ │ │ ├── 41.gif
│ │ │ │ ├── 42.gif
│ │ │ │ ├── 43.gif
│ │ │ │ ├── 44.gif
│ │ │ │ ├── 45.gif
│ │ │ │ ├── 46.gif
│ │ │ │ ├── 47.gif
│ │ │ │ ├── 48.gif
│ │ │ │ ├── 49.gif
│ │ │ │ ├── 4.gif
│ │ │ │ ├── 50.gif
│ │ │ │ ├── 51.gif
│ │ │ │ ├── 52.gif
│ │ │ │ ├── 53.gif
│ │ │ │ ├── 54.gif
│ │ │ │ ├── 55.gif
│ │ │ │ ├── 56.gif
│ │ │ │ ├── 57.gif
│ │ │ │ ├── 58.gif
│ │ │ │ ├── 59.gif
│ │ │ │ ├── 5.gif
│ │ │ │ ├── 60.gif
│ │ │ │ ├── 61.gif
│ │ │ │ ├── 62.gif
│ │ │ │ ├── 63.gif
│ │ │ │ ├── 64.gif
│ │ │ │ ├── 65.gif
│ │ │ │ ├── 66.gif
│ │ │ │ ├── 67.gif
│ │ │ │ ├── 68.gif
│ │ │ │ ├── 69.gif
│ │ │ │ ├── 6.gif
│ │ │ │ ├── 70.gif
│ │ │ │ ├── 71.gif
│ │ │ │ ├── 7.gif
│ │ │ │ ├── 8.gif
│ │ │ │ └── 9.gif
│ │ │ ├── lay
│ │ │ │ ├── dest
│ │ │ │ │ └── layui.all.js
│ │ │ │ └── modules
│ │ │ │ ├── code.js
│ │ │ │ ├── element.js
│ │ │ │ ├── flow.js
│ │ │ │ ├── form.js
│ │ │ │ ├── jquery.js
│ │ │ │ ├── laydate.js
│ │ │ │ ├── layedit.js
│ │ │ │ ├── layer.js
│ │ │ │ ├── laypage.js
│ │ │ │ ├── laytpl.js
│ │ │ │ ├── mobile.js
│ │ │ │ ├── tree.js
│ │ │ │ ├── upload.js
│ │ │ │ └── util.js
│ │ │ └── layui.js
│ │ └── student.xls
│ ├── resources
│ │ ├── css
│ │ │ ├── bootstrap.css
│ │ │ ├── bootstrap-fileupload.min.css
│ │ │ ├── bootstrap.min.css
│ │ │ ├── bootstrap-reset.css
│ │ │ ├── bootstrap-switch.min.css
│ │ │ ├── bootstrapValidator.min.css
│ │ │ ├── clndr.css
│ │ │ ├── fileinput.min.css
│ │ │ ├── jquery.stepy.css
│ │ │ ├── jquery-ui-1.10.3.css
│ │ │ ├── seer-sty.css
│ │ │ ├── sss.css
│ │ │ ├── style.css
│ │ │ ├── style-responsive.css
│ │ │ ├── table-responsive.css
│ │ │ └── usermag.css
│ │ ├── fonts
│ │ │ ├── css
│ │ │ │ ├── font-awesome.css
│ │ │ │ └── font-awesome.min.css
│ │ │ ├── fonts
│ │ │ │ ├── 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
│ │ │ ├── glyphicons-halflings-regular.woff2
│ │ │ └── scss
│ │ │ ├── _bordered-pulled.scss
│ │ │ ├── _core.scss
│ │ │ ├── _fixed-width.scss
│ │ │ ├── font-awesome.scss
│ │ │ ├── _icons.scss
│ │ │ ├── _larger.scss
│ │ │ ├── _list.scss
│ │ │ ├── _mixins.scss
│ │ │ ├── _path.scss
│ │ │ ├── _rotated-flipped.scss
│ │ │ ├── _spinning.scss
│ │ │ ├── _stacked.scss
│ │ │ └── _variables.scss
│ │ ├── images
│ │ │ ├── 1.png
│ │ │ ├── 2.png
│ │ │ ├── 404-error.png
│ │ │ ├── 4.png
│ │ │ ├── 500-error.png
│ │ │ ├── 8.png
│ │ │ ├── alert.png
│ │ │ ├── avatar-mini.jpg
│ │ │ ├── batsj-hover.png
│ │ │ ├── batsj.png
│ │ │ ├── bbb_01.jpg
│ │ │ ├── bbb_02.jpg
│ │ │ ├── bbb_03.jpg
│ │ │ ├── bbb_04.jpg
│ │ │ ├── blog
│ │ │ │ ├── blog-avatar-2.jpg
│ │ │ │ ├── blog-avatar.jpg
│ │ │ │ ├── blog-sm-img.jpg
│ │ │ │ ├── blog-thumb-1.jpg
│ │ │ │ ├── blog-thumb-2.jpg
│ │ │ │ ├── blog-thumb-3.jpg
│ │ │ │ ├── blog-wide-img.jpg
│ │ │ │ ├── image2.jpg
│ │ │ │ ├── image3.jpg
│ │ │ │ └── Thumbs.db
│ │ │ ├── delete.gif
│ │ │ ├── details_close.png
│ │ │ ├── details_open.png
│ │ │ ├── error_b.png
│ │ │ ├── error.png
│ │ │ ├── gallery
│ │ │ │ ├── image1.jpg
│ │ │ │ ├── image2.jpg
│ │ │ │ ├── image3.jpg
│ │ │ │ ├── image4.jpg
│ │ │ │ ├── image5.jpg
│ │ │ │ ├── sm-img-1.jpg
│ │ │ │ ├── sm-img-2.jpg
│ │ │ │ ├── sm-img-3.jpg
│ │ │ │ └── Thumbs.db
│ │ │ ├── gb-logo.png
│ │ │ ├── graph.jpg
│ │ │ ├── hy.png
│ │ │ ├── input-spinner.gif
│ │ │ ├── invoice-logo.jpg
│ │ │ ├── jh.png
│ │ │ ├── loading.gif
│ │ │ ├── lockscreen-bg.jpg
│ │ │ ├── loggin-jxs.png
│ │ │ ├── loggin.png
│ │ │ ├── login-bg.jpg
│ │ │ ├── login-logo.gif
│ │ │ ├── login-logo.png
│ │ │ ├── login-zbg .jpg
│ │ │ ├── logo_icon.png
│ │ │ ├── logo-jxs.png
│ │ │ ├── logomc.png
│ │ │ ├── logo.png
│ │ │ ├── logot.png
│ │ │ ├── minus.png
│ │ │ ├── off.png
│ │ │ ├── on.png
│ │ │ ├── photos
│ │ │ │ ├── Thumbs.db
│ │ │ │ ├── user1.png
│ │ │ │ ├── user2.png
│ │ │ │ ├── user3.png
│ │ │ │ ├── user4.png
│ │ │ │ ├── user5.png
│ │ │ │ ├── user-avatar.png
│ │ │ │ └── userprofile.png
│ │ │ ├── plus.png
│ │ │ ├── plus-white.png
│ │ │ ├── qy.png
│ │ │ ├── search.png
│ │ │ ├── Thumbs.db
│ │ │ ├── wh.png
│ │ │ ├── xxbox.png
│ │ │ ├── xxnoe.png
│ │ │ ├── xx.png
│ │ │ ├── yanz.gif
│ │ │ ├── zk-logo.png
│ │ │ ├── z-off.png
│ │ │ ├── z-on.png
│ │ │ └── zw.png
│ │ └── img
│ │ ├── loading.gif
│ │ └── loading-sm.gif
│ └── WEB-INF
│ ├── classes
│ │ ├── com
│ │ │ ├── base
│ │ │ │ ├── bom
│ │ │ │ │ ├── BaseController.class
│ │ │ │ │ ├── BaseService.class
│ │ │ │ │ ├── college
│ │ │ │ │ │ ├── ctrl
│ │ │ │ │ │ │ └── CollegeController.class
│ │ │ │ │ │ ├── model
│ │ │ │ │ │ │ └── College.class
│ │ │ │ │ │ └── service
│ │ │ │ │ │ └── CollegeService.class
│ │ │ │ │ ├── login
│ │ │ │ │ │ └── LoginController.class
│ │ │ │ │ ├── students
│ │ │ │ │ │ ├── ctrl
│ │ │ │ │ │ │ └── StudentController.class
│ │ │ │ │ │ ├── model
│ │ │ │ │ │ │ └── StudentInfo.class
│ │ │ │ │ │ └── service
│ │ │ │ │ │ └── StudentService.class
│ │ │ │ │ └── user
│ │ │ │ │ ├── ctrl
│ │ │ │ │ │ └── UserController.class
│ │ │ │ │ ├── model
│ │ │ │ │ │ └── User.class
│ │ │ │ │ └── service
│ │ │ │ │ └── UserService.class
│ │ │ │ ├── common
│ │ │ │ │ └── Global.class
│ │ │ │ ├── core
│ │ │ │ │ ├── annotation
│ │ │ │ │ │ ├── Controller.class
│ │ │ │ │ │ ├── Quatifier.class
│ │ │ │ │ │ ├── RequestMapping.class
│ │ │ │ │ │ └── Service.class
│ │ │ │ │ ├── dispatcher
│ │ │ │ │ │ └── DispatcherServlet.class
│ │ │ │ │ ├── filter
│ │ │ │ │ │ └── DispatcherFilter.class
│ │ │ │ │ └── Pagination.class
│ │ │ │ └── utils
│ │ │ │ └── AjaxResponse.class
│ │ │ └── dao
│ │ │ ├── DAOException.class
│ │ │ ├── DaoHandle.class
│ │ │ └── DatabaseConnection.class
│ │ └── jdbc.properties
│ ├── jsp
│ │ ├── college
│ │ │ ├── add.jsp
│ │ │ ├── index.jsp
│ │ │ ├── list.jsp
│ │ │ ├── spec
│ │ │ │ ├── add.jsp
│ │ │ │ ├── index.jsp
│ │ │ │ ├── list.jsp
│ │ │ │ └── update.jsp
│ │ │ └── update.jsp
│ │ ├── head
│ │ │ ├── base.jsp
│ │ │ ├── daterangepicker.jsp
│ │ │ ├── page-common.jsp
│ │ │ └── taglib.jsp
│ │ ├── login
│ │ │ └── login.jsp
│ │ ├── main
│ │ │ └── desktop.jsp
│ │ ├── student
│ │ │ ├── add.jsp
│ │ │ ├── detail.jsp
│ │ │ ├── index.jsp
│ │ │ ├── list.jsp
│ │ │ └── update.jsp
│ │ └── user
│ │ ├── add.jsp
│ │ ├── index.jsp
│ │ ├── list.jsp
│ │ └── update.jsp
│ ├── lib
│ │ ├── commons-beanutils-1.6.jar
│ │ ├── commons-beanutils-1.8.0.jar
│ │ ├── commons-collections-3.1.jar
│ │ ├── commons-collections-3.2.1.jar
│ │ ├── commons-io-2.4.jar
│ │ ├── commons-lang-2.5.jar
│ │ ├── commons-lang-2.6.jar
│ │ ├── commons-logging-1.1.1.jar
│ │ ├── commons-logging-1.2.jar
│ │ ├── com.springsource.org.apache.commons.fileupload-1.2.0.jar
│ │ ├── ezmorph-1.0.6.jar
│ │ ├── json-lib-2.4-jdk15.jar
│ │ ├── jstl.jar
│ │ ├── jxl-2.6.12.jar
│ │ ├── mysql-connector-java-5.1.6-bin.jar
│ │ ├── org.springframework.web-3.0.5.RELEASE.jar
│ │ └── standard.jar
│ ├── tags
│ │ └── page.tag
│ └── web.xml
└── 说明.txt
100 directories, 410 files
标签:
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论