文档介绍:南京邮电大学
毕业设计(论文)
题目
基于web的实验室预约系统
专业
计算机科学与技术
学生姓名
班级学号
指导教师
指导单位
计算机学院计算机软件教学中心
日期: 2015 年 1 月 16日至 2015年6 月 12 日
毕业设计(论文)原创性声明
本人郑重声明:所提交的毕业设计(论文),是本人在导师指导下,独立进行研究工作所取得的成果。除文中已注明引用的内容外,本毕业设计(论文)不包含任何其他个人或集体已经发表或撰写过的作品成果。对本研究做出过重要贡献的个人和集体,均已在文中以明确方式标明并表示了谢意。
论文作者签名:
日期: 年月日
摘要
随着计算机网络的普及,利用网络平台建立高校实验室预约系统成为一个方向,可以使高校的办学更加高效快捷,使实验室设备能够最大化利用,同时也方便了师生的学习生活。
本论文基于B/S实现了一个在线实验室预约系统。该系统提供了实验室的预约、审核和管理等功能。普通用户可以管理自己的个人信息、修改密码、查看和下载实验室课表、预约指定实验室、查看预约状态等;管理员可以管理本网站下的所有普通用户,对普通用户进行添加、修改和删除,可以管理所有的实验室信息,对实验室进行添加、修改和删除,可以审核普通用户的预约对预约审核通过或者否决;普通用户也可以自行进行注册。
本系统采用JSP技术开发网页,搭配Struts2和Ibatis框架,后台数据用MySQL数据库管理。基于B/S的结构清晰,操作方便,界面美观,具有一定的实用价值。
关键词:JSP;MySQL;实验室预约系统
ABSTRACT
With the popularization of , using the platform as a university lab reservation system has e a direction, which can make higher education more effective and efficient, and make maximum use of the lab equipment, and make teachers' and students' learning life more effective too.
This thesis realizes an online laboratory reservation system based on B/S. The system provides the laboratory appointment, audit and management functions. Normal users can manage their personal information, change password, view and download laboratory schedule, make an appointment to designated laboratory, view his reservation status and so on. The administrator can manage all normal users under this website, add, modify and delete for normal users, and can manage all the laboratory information, add, modify and delete the laboratory, and can audit appointment to decide to give a normal user green light or not; normal users can also register the system by himself.
The system was developed by JSP technology, with Ibatis and Struts2 framework, background data was supported by MySQL database. The structure based on B/S is clear, and it is convenient to operate and the interface is elegant. In conclusion, the web has some practical value.
Keywords:JSP; MySQL; lab reservation system
目录
第一章绪论 1