基于PHP+MySQL学生选课信息系统毕业论文陕西理工学院.doc
文本预览下载声明
题 目基于PHP+MySQL学生选课信息系统
基于PHP+MySQL学生选课信息系统
[摘要] 随着在校大学生人数的不断增加,教务系统的数据量也不断的上涨。所以,借助先进的的互联网技术,我们需要开发一个网上选课系统。这是一个web应用系统,我们在前台采用前端框架bootstrap,数据库采用MySql,服务器软件使用Apache。管理员可以在系统中对管理员、教师、学生、课程、教室等信息进行在线管理,学生可以在系统中进行在线选课,教师也可以在系统中查看课表和已选自己课程的学生名单。
[关键词] 学生选课系统;PHP;MYSQL;B/S模式
A Students Course Selection Information System Based on PHP+MySQL
Author :ZhangWeiDan
(?Grade11,Class1,Information and computing science Major, Mathematics and Computing Science Dept., Shaanxi University of Technology, Hanzhong 72300X,Shaanxi)
Tutor: QuanShuangYan
Abstract: With the increasing of the number of college students, educational administration system of data quantity also unceasingly increases. So,with the advanced internet technology,we are able to develop a network system for selecting course according to the need.This system is a web application.We use the bootstrap to develope the front,and we choose MySql for the database and the apache for server software .The admins of this system are able to manage all the informations of admins,teachers,students,courses,classroom and so on.Students have the right to select course,and teachers can know the curriculum of himself.
Key Words: courseselection system;PHP;MySql;Browser/Server
目 录
1引言 1
1.1 学生选课信息系统的研究背景及发展现状 1
1.2 本文研究的目的和意义 1
2 系统的需求分析与设计 1
2.1 总体需求分析 1
2.2 可行性分析 1
2.3 系统流程与构架设计 2
3 系统设计 3
3.1 系统总体设计 3
3.2 系统模块设计 3
3.3 系统详细模块设计 5
4 数据库设计 5
4.1 系统中的实体及其属性 6
4.2 ER图向关系模型的转化 7
4.3 设计数据表 8
5 系统实现 9
5.1 登录界面 9
5.2 管理员模块界面 14
5.3 教师模块界面 24
5.4 学生模块界面 25
6 系统发布及测试 26
6.1 系统发布 26
6.2 系统安装测试 26
6.3 登录功能测试 26
6.4 发布课程测试 26
6.5 查询课程测试 26
6.6 学生选课测试 26
6.7 管理员管理学生信息测试 26
7 相关软件及系统工具介绍 27
7.1 HTML 27
7.2 PHP 27
7.3 Apache 27
7.4 MySQL 27
7.5 Bootstrap 27
结 论 28
致 谢 29
参 考 文 献 30
附 录 31
1引言
随着高校教育的蓬勃发展,高等院校招生数额正在逐年增加,而且高校中专业的设置也越来越细化,可供学生选择的课程数量也越来越多。随之而来的却是教务人员工作量的剧增,因此急需使用电子化、信息化的产品以提高教务人员的工作效率。
本文主要研究的是高等院校学生选课系统的开发和设计。首先对这一学生网上选课系统的研究背景和发展现状作以阐述,其次根据教学方面和学生方面的需要,结合实际情况,做出较为详尽的系统需求分析,在该系统的安全性方面也做了相应的考虑。紧接着,通过介绍该学生网上选课系统的设计流程与构架设计,确定
显示全部