## Studen-Graduation-Project
# 本科生毕业设计 基于Thinkphp3.2的毕设选题系统
摘 要
目前,大部分高校已开始应用较为完善的管理系统,如教务管理系统、学生选课管理系统等信息化管理系统,但是针对于学生毕业设计的相关管理操作,部分院校仍使用传统的工作模式,为提高管理的效率,我们设计开发“毕业设计网上管理系统”。该系统基于B/S架构进行设计搭建,整体开发使用MVC设计模式,所使用的动态网页开发语言为时下流行的PHP语言,前台采用HTML5、CSS3即Media Query技术开发的管理系统,B/S架构避免了因操作系统差异而导致的跨平台问题,MVC设计模式使得逻辑操作、数据处理和页面展示相分离,在一定程度上提升系统开发效率。
本系统由3大模块构成,分别是系统管理模块、教师操作模块以及学生操作模块。系统管理模块可对教师、学生个人信息和消息进行管理,对教师申报课题进行审核,并且可发送系统消息,便于通知;教师操作模块可以申报课题,浏览已通过审核课题的学生选题状况,查看已选题学生的进度情况及消息通知;学生操作模块可以选题,查看该课题教师可公布的联系方式,对已选但未确定的课题进行退选操作,浏览课题情况,提交毕设进度及消息通知等。该系统的使用将提高毕业设计这一环节的工作效率。
关键词:B/S架构;MVC设计框架;毕业设计选题;管理系统
Abstract
Nowadays, most colleges and universities have been in use for more perfect management system, such as educational administration management system, student course selection management system of information management system, but in view of the student of graduation design related management operation, some colleges and universities are still using the traditional working mode, to provide the efficiency of information management, we designed and developed "graduation design online management system". The system based on B / S architecture was designed and built. The overall development using the MVC design pattern, the use of dynamic web development language too popular PHP language, the front desk using the HTML 5 and CSS 3 Media Query technology development management system management system, B/S structure to avoid the problem caused by different operating system cross-platform, MVC design pattern makes the logic operation, data processing and the page display phase separation, in a certain extent, improve the efficiency of system development.
This system has three modules, respectively, the administrator module, teacher module and student module. Administrators can manage personal information and message to teachers and students, the teachers declare project audit, and can send messages to inform; Teacher module can declare topic, browse has passed the audit subject subject status of students, view has been selected topic the student's progress, and notification; Topic selection, students can view the subject teachers can be released by the contact information, for the selected topic for withdrawal operation, but has not yet been determined through project, submit the project schedule and alerts, etc. The use of the system will improve the graduation design of this part of the work efficiency.
Keywords:B / S architecture; MVC design framework; graduate design topics; management system
## 1需求分析
1.1 教师需求
毕业设计选题环节中,教师的需求为:用户个人信息管理;新课题申报,未通过审核课题的删除、修改、重新申报等操作;课题已选学生的选定;课题进度查看以及消息管理。
1.2 学生需求
毕业设计选题环节中,学生的需求为:用户个人信息管理;课题进行浏览查看、选择及退选等操作;如课题已被确定,课题详情查看;课题进度管理;消息发送、接受等管理操作。
1.3 管理员需求
毕业设计选题环节中,系统管理员的需求为:学生管理(新增学生、删除学生及学生登录系统数据的初始化操作)、教师管理(新增教师、删除教师及教师系统登录数据的初始化操作)、课题管理(对教师新提交课题进行审核处理、对违规课题进行删除操作)、用户管理(新增各权限级的管理员、删除管理员、对子集权限组管理员系统登录数据的初始化操作)以及消息通知(发布不同对象的系统消息、对所有消息进行查看及删除操作)。
## 2设计模式
2.1 MVC设计模式
MVC(Model View Controller)设计模式,是模型-视图-控制器的缩写,作为一种分层设计理念,它的目的是实现一种动态的、可分离的程序设计,在后续对于程序的修改和扩展时更加简化,并且提高程序某部分的重用率 。
2.2 RBAC权限模型
RBAC(Role-Based Access Control)基于角色的访问控制,系统权限与用户角色相关联,用户通过成为适当角色的成员从而得到对应的权限,毕业设计选题管理系统系统管理员权限控制基于RBAC模型,以角色为基础的访问控制模型是一套较强制访问控制以及自由选定访问控制更为中性且更具灵活性的访问控制技术。
## 3系统总体设计
3.1 总体功能模块
![系统结构图](https://github.com/Zheng-Shaozhuo/github-readme.md-resource/blob/master/Studen-Graduation-Project/imgs/xitongjiegoutu.jpg)
3.1.1 教师模块
教师模块主要页面有个人管理、新增课题、课题列表管理、消息管理、进度列表管理。
3.1.2 学生模块
学生模块主要页面有个人管理、我的课题、课题列表、课题选择、消息管理、进度管理。
3.1.3 管理员模块
管理员模块主要页面有个人管理、学生列表管理、教师列表管理、课题列表管理、消息列表管理、用户列表管理。
3.2 界面设计
3.2.1 教师界面
教师界面设计布局为横向导航条、面包屑导航及页面内容构成,横向导航条鼠标悬浮其背景将变色,选中栏目的背景色异于未选中背景色,面包屑导航当前栏目不可操作,可直接返回值父级栏目,使用Media Query技术,实现响应式布局显示,如图所示,为教师成功登录后页面。
![教师成功登录图](https://github.com/Zheng-Shaozhuo/github-readme.md-resource/blob/master/Studen-Graduation-Project/imgs/jiaoshichenggongdenglutu.png)
3.2.2 学生界面
学生界面设计布局为侧边栏导航、面包屑导航及页面内容构成,侧边栏导航条鼠标悬浮其背景将变色,选中栏目的背景色异于未选中背景色,面包屑导航当前栏目不可操作,可直接返回值父级栏目,使用布局定位及JS技术,实现侧边栏导航的滑动显示及隐藏,页面可实现响应式布局,如图所示,为学生成功登录后页面。
![学生成功登录图](https://github.com/Zheng-Shaozhuo/github-readme.md-resource/blob/master/Studen-Graduation-Project/imgs/xueshengchenggongdenglutu.png)
3.2.3 管理员界面
后台管理员界面设计布局为组合导航(横向导航栏为各一级栏目,侧边栏导航为相应一级栏目下的子栏目)、面包屑导航及页面内容构成,选中一级、二级栏目的背景色异于未选中背景色,面包屑导航当前栏目不可操作,可直接返回值父级栏目,页面为响应式布局,如图所示,为超级管理员成功登录后页面。
![超级管理员成功登录图](https://github.com/Zheng-Shaozhuo/github-readme.md-resource/blob/master/Studen-Graduation-Project/imgs/chaojiguanliyuanchenggongdenglutu.png)
3.3 数据库设计
3.3.1 数据库实体关系图
根据系统的需求分析,毕业论文选题系统数据实体关系图,如图所示:
![数据库实�
没有合适的资源?快使用搜索试试~ 我知道了~
温馨提示
目前,大部分高校已开始应用较为完善的管理系统,如教务管理系统、学生选课管理系统等信息化管理系统,但是针对于学生毕业设计的相关管理操作,部分院校仍使用传统的工作模式,为提高管理的效率,我们设计开发了“毕业设计网上管理系统”。 该系统基于B/S架构进行设计搭建,整体开发使用MVC设计模式,所使用的动态网页开发语言为时下流行的PHP语言,前台采用HTML5、CSS3,即Media Query技术开发的管理系统,B/S架构避免了因操作系统差异而导致的跨平台问题,MVC设计模式使得逻辑操作、数据处理和页面展示相分离,在一定程度上提升系统开发效率。 本系统由3大模块构成,分别是系统管理模块、教师操作模块以及学生操作模块。系统管理模块可对教师、学生个人信息和消息进行管理,对教师申报课题进行审核,并且发送系统消息,便于通知;教师操作模块可以申报课题,浏览已通过审核课题的学生选题状况,查看已选题学生的进度情况及消息通知;学生操作模块可以选题,查看该课题教师公布的联系方式,对已选但未确定的课题进行退选操作,浏览课题情况,提交毕设进度及消息通知等。该系统的使用将提高毕业设计这一环节的工作效率。
资源推荐
资源详情
资源评论
收起资源包目录
基于Thinkphp3.2的毕设选题系统.zip (225个子文件)
pintuer.css 110KB
page.css 14KB
jquery.datetimepicker.css 10KB
admin.css 2KB
me.css 628B
adminme.css 611B
logo.gif 2KB
choose.html 15KB
plan.html 12KB
bslist.html 11KB
index.html 10KB
tplHeader.html 9KB
person.html 8KB
index.html 8KB
index.html 8KB
person.html 6KB
index.html 6KB
recycle.html 6KB
index.html 6KB
recycle.html 6KB
recycle.html 6KB
recycle.html 6KB
msg.html 6KB
msg.html 5KB
add.html 5KB
recycle.html 4KB
detail.html 4KB
index.html 4KB
bslist.html 4KB
edit.html 4KB
plan.html 4KB
add.html 3KB
add.html 3KB
login.html 3KB
tplTHeader.html 3KB
tplSHeader.html 3KB
login.html 2KB
add.html 2KB
index.html 2KB
index.html 2KB
tplSFooter.html 265B
tplSLayout.html 88B
tplTLayout.html 88B
tplLayout.html 86B
tplTFooter.html 75B
tplFooter.html 65B
index.html 1B
index.html 1B
index.html 1B
index.html 1B
index.html 1B
index.html 1B
index.html 1B
index.html 1B
index.html 1B
index.html 1B
index.html 1B
index.html 1B
index.html 1B
index.html 1B
index.html 1B
index.html 1B
ubg.jpg 55KB
3.jpg 31KB
6.jpg 31KB
1.jpg 30KB
7.jpg 30KB
8.jpg 29KB
2.jpg 29KB
4.jpg 28KB
5.jpg 27KB
sex_v.jpg 23KB
sex_a.jpg 23KB
jquery.js 94KB
jquery.datetimepicker.js 51KB
pintuer.js 16KB
respond.js 4KB
README.md 12KB
README.md 21B
Model.class.php 59KB
functions.php 48KB
bcs.class.php 48KB
functions.php 35KB
Db.class.php 32KB
requestcore.class.php 29KB
Template.class.php 28KB
Html.class.php 26KB
Mongo.class.php 25KB
AdvModel.class.php 22KB
RelationModel.class.php 22KB
Cx.class.php 22KB
Imagick.class.php 19KB
StudentController.class.php 18KB
Des.class.php 18KB
Gd.class.php 17KB
TeacherController.class.php 17KB
Pdo.class.php 16KB
Verify.class.php 16KB
Dispatcher.class.php 15KB
GIF.class.php 14KB
共 225 条
- 1
- 2
- 3
资源评论
小正太浩二
- 粉丝: 237
- 资源: 5944
下载权益
C知道特权
VIP文章
课程特权
开通VIP
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功