基于web的实验室预约系统
南京邮电大学
毕 业 设 计(论 文)
题 目基于web的实验室预约系统专 业计算机科学与技术学生姓名班级学号指导教师指导单位计算机学院计算机软件教学中心
日期: 201 年 月 日至 201年月 日
毕业设计(论文)原创性声明
本人郑重声明:所提交的毕业设计(论文),是本人在导师指导下,独立进行研究工作所取得的成果。除文中已注明引用的内容外,本毕业设计(论文)不包含任何其他个人或集体已经发表或撰写过的作品成果。对本研究做出过重要贡献的个人和集体,均已在文中以明确方式标明并表示了谢意。
论文作者签名:
日期: 年 月 日
摘 要
随着计算机网络的普及,利用网络平台成为一个方向,可以。
本论文基于B/S实现了一个在线系统。该系统提供了等功能。用户可以管理自己的个人信息、、等;可以管理。
本系统采用技术开发网页,后台数据用数据库管理。基于B/S的结构清晰,操作方便,界面美观,具有一定的实用价值。
关键词:;;
ABSTRACT
With the?popularization?of?Internet, using the Internet platform as a university lab reservation system has become 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:lab reservation system
目 录
绪论1
1.1基于Web的实验室预约系统1
1.2基于web的实验室预约系统的意义1
1.3论文的组织1
第二章 开发平台的介绍3
2.1 网站后台技术3
2.1.1 Java3
2.1.2 JSP3
2.1.3 JDBC4
2.1.4 Struts25
2.1.5 Ibatis6
2.1.6 J