实验室设备管理系统毕业论文..doc
文本预览下载声明
本科毕业论文(设计)
题 目 实验室设备管理系统-出入库管理模块
学 院 计算机与信息科学学院
专 业 计算机科学与技术
年 级 200X级
学 号 22200X0806050XX
姓 名 XXX
指 导 教 师 张 元 平
成 绩 _____________________
200X年X月XX日实验室设备管理系统-出入库管理模块
XXX
西南大学计算机与信息科学学院,重庆 400715
摘要: 本文详细介绍了实验室设备管理系统的工作流程:设备入库、领用、报废、丢失、损坏、维修、调拨登记、例行统计报表,并对每个流程进行了概要设计与详细设计的描述。
本系统的开发采用B/S模式,以微软的Visual Studio 2008作为开发平台,实现了三层架构(即业务逻辑层、数据访问层、用户界面层)的实验室设备管理系统。
该设备信息管理系统以设计模式为指导思想进行设计实现后,降低了层次之间、模块之间的耦合性,解决了重复开发、代码重用率低、功能模块移植工作量大等问题,提高了系统的稳定性、可扩展性、可维护性和可复用性。
关键词:设计模式;AJAX;水晶报表;设备管理
THE MANAGEMENT SYSTEM OF LABORATORY EQUIPMENT
WEI Qiang
Computer and Information Science Academy,Southwest China Normal University,Chongqing 400715,China
Abstract: The article introduces the work flow of laboratory equipment management system in detail: equipment storage, recipients, discard, lost, damaged, maintenance, allocation of registration, routine statistical reports. And the preliminary design and detail design of each of process are also described in the article.
The development of the system uses B/S (Browser/Server) mode and Microsofts Visual Studio 2008 as development platform to achieve a three-tier system (that is, business logic tier, data access layer, user interface layer) of laboratory equipment management system.
After achieving equipment management system design in design patterns, the coupling was greatly reduced between the layers and between the modules. It solved the repeated development, the low code reusable rate, heavy workload of functional module transplantation problems and so on, and increased system stability, expansibility, reusability and maintenance.
Key Words: Design Patterns;AJAX;Crystal Report;Equipment Management
目录
摘要 1
Abstract 1
目录 2
第1章 引言 1
1.1 研究背景 1
1.2 论文研究内容和意义 1
1.2.1 论文研究内容 1
1.2.2 论文研究意义 1
1.3 论文组织结构 2
第2章 相关应用技术 3
2.1 B/S模式 3
2.2 设计模式 5
2.2.1 设计模式概述 5
2.2.2 设计模式分类 6
2.3 AJAX 9
2.3.1 AJAX概述 9
2.3.2 ASP.NET AJAX Control
显示全部