I
毕 业 设 计(论 文)
教室管理系统
学院 信息工程学院
专业 计算机科学与技术
班级
姓名
2016 年 4 月
II
摘 要
本文研究了一种基于数据关联规则的教室管理系统,此方案与现今网上已采用的一些
方案相比,具有用户使用更简单、界面更直观等优点。教师课表在我国刚起步,但发展很
快。随着我国互联网的更加普及和教师课表的更趋成熟,会有越来越大的消费群体,市场
潜力会得到充分发挥。
在系统设计中主要研究了个性化页面的背景及 Win2000server+tomcat+jsp 系统的一
般原理。阐述整个个性化页面生成系统的系统结构及工作原理,分析了系统实现中的特殊
性、难点和重点。设计实现系统用户管理、用户信息管理、日程安排管理、工作日志管理、
数据备份功能等。分析并解决实现中的若干技术问题,建立完整的教师课表,进行测试并
分析结果。
关键字:教师课表 JSP 连接 数据库
III
Abstract
This text studied a kind of according to data connection rule net top bookstore system, this
project and present net top already the some project that adopt compares, having the customer
usage more simple, the interface even keeps view etc. advantage.On the net bookstore is in the
our country just start, but the development is very quick.Along with the our country Internet of
much more make widely available to ascend the bookstore with the net gradually mature, there
will be the more and more big consumption community, the market potential will get to develop
well. A main work for doing is as follows:
introduce the character turn background and Win2000servers of the page the + tomcat+ the
system of jsp general theory.expatiate system construction and work principles that whole each turn born
system in in pages;Analyzing the system realizes inside of special, a little bit difficult with point.the design
realizes the customer management, books catalogue management, books information records into the view of
the management, bookstore order form management, books to check to seek, the bookstore shopping settles an
account function etc. jsp page.the analysis combines some techniques problem that solution realizes
inside. establish complete net top bookstore, proceed the test and analyze the result.
Key words:bookstore JSP conjunction database on the net
英文处自行校对下
IV
目 录
摘 要 ..................................................................................................................................................................................................II
Abstract..............................................................................................................................................................................................III
目 录.................................................................................................................................................................................................IV
引 言 ...................................................................................................................................................................................................1
第 1 章 概述 .....................................................................................................................................................................................2
1.1 计算机管理信息系统的发展情况 .........................................................................................................2
1.2 课题的背景与意义 ................................................................................................................................3
1.2.1 课题的背景 .........................................................................................................................................3
1.3 需求分析 .................................................................................................................................................4
1.3.1 系统分析的任务与步骤 ......................................................................................................................4
3.1.1 系统分析的任务 .........................................................................................................................4
1.3.1.2 系统分析的步骤 ......................................................................................................................4
1.3.2 系统项目范围 ......................................................................................................................................4
第 2 章 搭建系统的准备工作 .......................................................................................................................................................6
2.1 JSP 简介 ..............................................................................................................................................6
2.2 deamweaver 简介 .................................................................................................................................6
2.3 Mysql ....................................................................................................................................................7
2.3 JDK 配置 ..............................................................................................................................................8
2.4 tomcat 配置...........................................................................................................................................8
2.5 web 基础知识.....................................................................................................................................10
2.5.1 web 概述..................................................................................................................................10
2.5.2 HTTP 协议 ..............................................................................................................................12
2.5.3 URL 剖析 ................................................................................................................................13
2.5.4 浏览器/服务器(b/s)模型....................................................................................................14
第 3 章 教室管理系统 .................................................................................................................................................................16
3.1 本站基本功能如下 ............................................................................................................................16
3.1.1 登陆页面(login.jsp).................................................................................................................16
3.1.2 登陆后的页面(login.jsp).........................................................................................................16
3.2 数据库设计 ........................................................................................................................................17
3.3 系统管理员页面 ................................................................................................................................20
3.4 教师信息页面 ....................................................................................................................................20
3.5 教室预约 ............................................................................................................................................21
3.7 教室管理页面 ....................................................................................................................................23
3.8 个人资料管理页面 ............................................................................................................................23
第 4 章教室管理系统测试 ...............................................................................................................................................................24
测试方案的设计 .........................................................................................................................................24
功能测试 .............................................................................................................................................25
单元测试 .............................................................................................................................................25
类集成测试 .........................................................................................................................................25
用户界面测试 .....................................................................................................................................25
结 论 .................................................................................................................................................................................................26
参考文献 ...........................................................................................................................................................................................27