基于web的实验室设备管理系统的设计与实现
摘 要
在网络技术和计算机编程技术不断日新月异的今天,许多办公管理软件已经不能满足发展的需求,高校实验室设备管理系统也面临着同样的问题。一个先进的实验室设备管理系统不仅能提高工作效率,还能够加强部门协作,更好地适应新的环境要求。系统的开发背景是实验室设备管理系统,以往的学院实验室设备管理旧系统是在C/S模式下开发的简单的管理系统,釆用结构化方法设计方法实现完成。功能滞后,缺乏统一有效的信息资源管理。系统的移植性、扩展性与可复用性也差,更不利于软件重构。而且,在当前网络环境下,旧系统不能通过校园网进行信息査询,与各个部门缺少有效的沟通,也缺乏对数据的有效统计分析,严重地影响了工作效率。面向对象方法是基于客观世界的对象模型的软件开发方法,它不同于以前的结构化程序设计方法,利用面向对象的方法能够设计出更加符合用户需求和应用的系统。本系统利用面向对象分析技术开发实现了一个基于OOA/OOD的WEB实验室设备管理系统。
文章介绍了一种基于web的实验设备管理系统的设计和实现方法,基于web的实验设备管理系统采用B/S模式,使用MS SQL Server 2005作为后台数据库管理系统,前台采用JSP与JavaScript脚本语言来实现实验室设备管理。全面介绍了平台的设计原则、用户分类和系统功能。
关键词:JSP;JavaScript;SQL数据库;实验室设备管理
Abstract
In network technology and computer programming technology continues to change rapidly today, many office management software has been unable to meet the demand of development, college laboratory equipment management system also faces the same problem. An advanced laboratory equipment management system can not only improve work efficiency, but also can strengthen cooperation, to better adapt to the new environment. The development background of the system is the laboratory equipment management system, school laboratory equipment management system is developed in the past the old mode of C/S simple management system, using a structured design method to achieve the completion of. Function of lag, lack of information resources management, unified and effective. The system portability, extensibility and reusability is also poor, is not conducive to software refactoring. But, in the current network environment, the old system can not make information query through the campus network, the lack of effective communication with each department, is also a lack of an effective statistical data, which seriously affected the work efficiency. The object oriented method is the method of software development based on object model, structured programming method which is different from the previous, using object oriented method to design more in line with the needs of users and application system. The system uses the object-oriented implementation of a WEB based laboratory equipment management system OOA/OOD technology development analysis.
This paper introduces a method of design and implementation of laboratory equipment management system based on Web, the experimental equipment management system using B/S mode based on Web, using MS SQL Server 2005 as the background database management system, the prospects of using JSP and JavaScript script language to realize the management of laboratory equipment. A comprehensive introduction to the design principles, user classification and system function of the platform.
Keywords: JSP; JavaScript; SQL database; laboratory equipment management
目 录
摘 要………………………………………………………………………………………………………. I
Abstract…………………………………………………………………………………………………… II
1.绪论……………………………………………………………………………………………………… 1
1.1系统的开发背景………………………………………………………………………….. 1
2.系统需求分析……………………………………………………………………………………….. 2
2.1系统分析…………………………………………………………………………………….. 2
2.1.1系统的可行性分析…………………………………………………………….. 2
3.系统总体设计方案………………………………………………………………………………… 3
3.1JSP技术………………………………………………………………………………………. 3
3.2MVC设计模型…………………………………………………………………………….. 4
4.数据库设计…………………………………………………………………………………………… 5
5.系统功能结构图……………………………………………………………………………………. 5
6.系统各主要功能设计…………………………………………………………………………….. 5
总结………………………………………………………………………………………………………… 6
参考文献…………………………………………………………………………………………………. 8
致谢………………………………………………………………………………………………………. 10