{$cfg_webname}
主页 > 计算机 > JSP >

基于JSP的仪器日常维护管理系统设计(SQL2000)(含录像)

来源:wenku163.com  资料编号:WK1639060 资料等级:★★★★★ %E8%B5%84%E6%96%99%E7%BC%96%E5%8F%B7%EF%BC%9AWK1639060
资料介绍

基于JSP的仪器日常维护管理系统设计(SQL2000)(含录像)(12000字)
摘 要
随着Internet技术的发展,人们的日常生活、学习已经离不开网络。未来社会人们的生活和工作将越来越依赖于数字技术的发展,越来越数字化、网络化、电子化、虚拟化。Internet的发展历程以及目前的应用状况和发展趋势,可以充分地相信网络技术将极大的改变我们的生活和工作方式,甚至社会的价值观也会发生某种变化。
本设计尝试用JSP在网络上架构一个网上仪器日常维护管理系统,以推进仪器日常维护管理无纸化,过程电子化,管理智能化的发展。本文从理论和实践两个角度出发,对一个具有数据分析功能的仪器日常维护管理系统进行设计与实现分析。论文首先较为详尽地介绍了面向对象分析与设计的有关概念与技术,特别深入介绍了在本系统中运用到的知识,如:面向对象的分析设计流程;系统中所用到的开发技术JSP以及ADO.NET的特点、结构框架以及使用方法。接着对仪器日常维护管理系统的可行性进行了分析,然后对系统的设计思想、设计目标与系统的整体结构进行了明确的规划。最后对系统的主要页面、数据库、应用程序的设计与实现作了较为详细的讲解。
   本仪器日常维护管理系统是在Visual Studio.Net 平台上运用JSP技术来实现的。其主要功能有:用户管理,员工管理,仪器使用管理,仪器维护管理,厂家管理,信息查询,统计报表,数据备份等。论文在撰写过程中,力求将理论与实践应用相结合,对各种理论进行阐述的同时配合系统从实际应用和操作技巧上加以说明,希望能够更充分地体现到这些知识与技术在本系统中的应用与实现。
【关键词】面向对象分析与设计,JSP,ADO.NET,仪器日常维护管理

Abstract
Along with the development of Internet technology, daily life can not already do without the network. The life and work of the social people of future will depend on the development of digital technology more and more ,Digitize more and more, the networking, electronic, virtual. Development course and present application state and development trend of Internet, can believe network technology great change life and working way of us fully, Even a certain change will take place in the values of the society.
  This procedure tries to build up a bookshop in the network with JSP, So that every customer needn't go out and can do shopping easily through surfing the Net at home .this article is analyzing the design and realization of an online bookshop with Data Mining function, from the views of theory and practice. Starting with introducing concepts and techniques of OOA and OOP in detail, especially introducing the knowledge which apply for this system, such as: the feature and flow of OOA and OOP; analyzing the feature、structure and using method of developing techniques JSP and ADO.NET which using in my system. And then, this article analyses the feasibility of the system, then minutely layouts the design thoughts, goals and the system holistic framework. At last, this article minutely explains the design and realization of Web page layout, data base and application program of our system.
  This online bookstore system uses JSP technology to realize on Visual Studio.Net platform. Its main function has: manage users, new books on sale, look for classified books, search books, collect favorite book, process of purchase, sales list, the comment of the books, website's management, etc. 
During the course of writing this article, I strive to integrate theory and practice. While expatiating the different kind of theories, I illuminate the application and operation skill combining the system so as to fully incarnate the application of these theories and techniques to this system.

[KEYWORD]:OOA,OOD,JSP,ADO.NET

系统分析的任务
了解用户要求。此用户即为系统的使用人员(部门管理员,学校管理员)。了解他们在系统功能、性能等方面的要求及用户在硬件配置、开发周期处理方式等方面的意向与打算。把用户要求成文,完成系统分析报告。系统的逻辑模型由一系列的图表和文字组成。在逻辑上描述了系统的目标和所具备的功能于性能。
3.1.2 系统分析的步骤
1.    描述系统。在详细调查的基础上,用一定的图标、文字描述;
2.    分析用户新的要求,改进现行模型,形成新系统的逻辑模型。
3.    编写系统分析说明书。
3.2系统项目范围
仪器日常维护管理系统从两种用户角度进行功能划分。
1、学校管理员部分:1.1:登陆系统;
                   1.2:维护用户信息;
                   1.3:维护部门信息;
                   1.4:管理仪器信息;
2、学校管理员部分:2.1:编辑购置信息;
2.2:编辑维修信息;
2.3:编辑检定信息:
2.4:编辑报废信息。
3.3 功能需求
3.3.1 学校管理员部分
1:登陆系统:检测仪器部门管理员的身份合法性,做好用户名和密码。
2:维护仪器信息:对仪器信息进行添加及修改维护工作。
  3:维护厂家信息:添加和维护仪器提供厂家的信息。
  4:管理维护信息:管理仪器维护记录的信息。
3.3.2 部门管理员部分
1:管理购置信息:实现对仪器购置的信息进行管理。
            2:管理维修信息:实现对仪器维修的信息进行管理。
            3:管理检定信息:实现对仪器检定的信息进行管理。
4:管理报废信息:实现对仪器报废的信息进行管理。
 

基于JSP的仪器日常维护管理系统设计(SQL2000)
基于JSP的仪器日常维护管理系统设计(SQL2000)
基于JSP的仪器日常维护管理系统设计(SQL2000)
基于JSP的仪器日常维护管理系统设计(SQL2000)
基于JSP的仪器日常维护管理系统设计(SQL2000)


目 录
摘 要    1
Abstract    2
第1章 选题背景    1
1.1计算机管理信息系统的发展情况    1
1.2仪器日常维护管理系统的现状    2
1.3仪器日常维护管理系统的优势    3
1.4 任务概述    3
1.4.1目标:建立完善的仪器日常维护管理系统系统    3
1.4.2仪器日常维护管理系统特点    3
第2章 解决方案的选择    5
2.1 系统说明    5
2.2 开发计划    6
2.3可行性分析    6
2.3.1 风险分析    6
2.3.2 技术可行性    6
2.3.3 操作可行性    6
2.4 设计方案:对涉及工具和技术的相关说明    7
2.4.1 B/S体系结构    7
2.4.3 SQL Server    7
2.4.4 HTML(Hyper Text Markup Language)    8
2.4.5 Visual Studio 2005    8
第3章 需求分析    10
3.1系统分析的任务与步骤    10
3.1.1 系统分析的任务    10
3.1.2 系统分析的步骤    10
3.2系统项目范围    10
3.3 功能需求    11
3.3.1 学校管理员部分    11
3.3.2 部门管理员部分    11
3.4系统实体分析    11
3.5系统的数据库设计    12
3.5.1 概念设计    12
第4章  总体设计    15
4.1 系统系统功能说明    15
4.1.1总体功能    15
4.1.2非功能性需求    15
4.2 建立数据库模型    16
第5章 详细设计    18
5.1主操作界面    18
5.2 系统用户信息管理    19
5.3部门信息管理界面    20
5.4仪器相关信息管理界面    21
第6章  系统测试    26
6.1系统测试的目的    26
6.2面向对象系统测试方案    26
总  结    27
致 谢    28
参考文献    29

推荐资料