1、 1 毕 业 设 计 说 明 书 毕业设计题目毕业设计题目 基于 php+Apache+mysql 的教学过程评价软件 的实现 系 计算机工程系 专业班级 10 软件测试 姓 名 学 号 指导教师 2013年 5 月 3 日 2 摘摘 要要 教学过程评价是教学评价的重要环节之一, 开发一个教学过程评价软件有助 于加强教学过程评价的规范性和并且提高效率。 本设计基于 Apache+MySQL+PHP 技术开发,此技术组合开源、高效,非常适 合开发教学过程评价软件。用户在使用这套软件时,可以通过不同身份登录到不 同模块,进行相应功能的操作。无身份者不能使用程序。软件用户分为三类,主 要包括管理员、
2、教师以及学生等。 毕业设计完成主要功能有三个:1、评价体系设定模块 2、教师过程评价及 打分模块 3、学生查询学习进展数据和曲线模块等。其中服务器采用 Apache,后 台数据库采用 MySQL ,开发语言使用 PHP 语言。论文主要阐述了设计的原理、服 务器的搭建、开发环境、详细设计以及在测试中遇到的错误与解决方案。 关键词:教学过程评价 PHP MySQl Apache Eclipse 3 Title: Implementation Of A Teaching Process Assessment Software Based On Php,Apache and Mysql Combina
3、tion Abstract: Teaching process assessment is the one of the most important elements of process evaluation, an appropriate assessment software can improve the normalizationapp:addword:normalization and efficiency of teaching affairs. This design based on Apache+MySQL+PHP technologies ,the combinatio
4、n is consists of open source softwares and very efficient for developers. Program users can log into the software as different roles and get the appropriate rights. Users who do not have permissions can not operate the program. Users are classified into three catalogs: admins,teachers and students .
5、 The program implements three functions: 1、Teaching amassment setup module 2、Teaching process assessment module 3、Query of study progress data and curves for students.I use Apache as web server,MySQL as database engine ,PHP as programming language .The article describes the principle of design, the
6、setup of server and development environment,coding and debug process etc. Keywords: Teaching Process; Assessment ; PHP ; Apache ; MySQL ; Eclipse 4 目录 1 引言 . 6 1.1 背景介绍 6 1.2 开发教师教学过程评价系统的目的和意义 . 6 1.3 可行性分析 . 7 1.3.1 风险分析 . 7 1.3.2 技术可行性 7 1.4 环境配置. 7 1.4.1 运行环境要求 7 1.4.2 环境配置过程 8 2 系统需求分析 11 2.1 系统业务流分析 . 11 2.2 数据库 E-R 图 . 14 2.3 数据表设计 . 21 3 详细设计 . 24 3.1 主页 24 3.2 登录模块 . 25 3.3 管理员模块. 26 3.4 教师模块. 27 3.5 学生模块 30 3.6 公用类与相关截图 31