数据库毕业设计.rar
数据库毕业设计,目录摘要1abstract21引言31.1项目开发背景及意义31.2耐火材料简介32系统分析52.1需求分析52.1.1对功能的规定52.1.2对性能的规定52.2可行性分析52.2.1技术可行性分析62.2.2经济可行性分析62.3系统开发目标63系统实施83.1系统开发环境83.2软、硬件配置环境要求...
该文档为压缩文件,包含的文件列表如下:
内容介绍
原文档由会员 huangbinbest 发布数据库毕业设计
目录
摘要 1
Abstract 2
1 引言 3
1.1 项目开发背景及意义 3
1.2 耐火材料简介 3
2 系统分析 5
2.1 需求分析 5
2.1.1 对功能的规定 5
2.1.2 对性能的规定 5
2.2 可行性分析 5
2.2.1 技术可行性分析 6
2.2.2 经济可行性分析 6
2.3 系统开发目标 6
3 系统实施 8
3.1 系统开发环境 8
3.2 软、硬件配置环境要求 8
3.3 系统开发工具选择及简介 9
3.3.1 系统开发工具选择 9
3.3.2 系统开发工具简介 9
4 系统设计说明 15
4.1 开发方法的选择 15
4.2 系统功能分析 16
4.3 系统功能模块设计 16
4.4 生产流程分析 17
4.5 数据库需求分析 18
4.6 数据库设计 18
4.7 数据库结构设计 19
4.7.1 数据库概念结构设计 19
4.7.2 数据库逻辑结构设计 21
5 系统的开发与实现 24
5.1 概述 24
5.2 系统开发环境Eclipse3.2 24
5.3 系统程序设计 24
5.3.1 主界面设计 24
5.3.2 系统登录界面设计 25
5.3.3 产品领料信息模块 28
5.4 涉及的主要技术 35
5.4.1 数据库访问技术JDBC 35
5.4.2 JAVABEAN封装代码 37
5.5 系统测试概述 39
5.6 测试过程 40
5.6.1 功能测试 40
5.6.2 性能测试 40
5.6.3 客户端兼容性测试 41
5.6.4 安全性测试 41
6 总结 42
谢辞 43
参考文献 44
摘要
本文介绍了唐山时创耐火材料有限公司信息管理系统----从设计到实现的整个过程。首先在“引言”中简单介绍了混料车间子系统设计目的背景及耐火材料知识,及本系统开发过程中所使用的开发语言JSP、集成环境Eclipse、数据环境SQLServer 2000
系统采用两层结构设计,前台表现采用JSP后台数据逻辑封装采用JAVABEAN。
最后便是系统的详细设计,逐步介绍了一个系统从前台到后台各部分模块的设计过程及其功能的实现并附图形讲解。该设计共分三个模块:订单管理模块、领料混料管理模块和不良品管理模块。订单管理模块主要负责订单的管理及以下配料模块的订单驱动。而泥料管理模块则是接受上级下达的订单及和下一个车间进行交互,同时它也要管理一些基础信息。
关键词: 数据库;订单;管理
Abstract
This article introduces the information management system of TangShan refractory material limited company ---- include the entire process from design to achievement. First of all, in the introduction, it gives an outline on the background of compounding workshop subsystem design purpose and refractory material information. What’s more, it also contains the JSP language which is used in the process of the system development, IDE Eclipse and data environment SOL-Server 2000.
This system adopts two layers of structural design. The foreground display adopts JSP while the background logical data encapsulation adopts JAVABEAN .
In the end, it gives the specific design of this system. It introduces the design process of each pattern from foreground to background of the system step by step. Besides, the graphic explanation .The design is divided into three patterns: order management pattern management pattern. Order management pattern is mainly in charge of management of the order and order form drive of confect material module. while the pug management pattern is responsible for receiving superior order and exchanging something with the next workshop. Meanwhile, it also manages some basic information of this system.
Keyword:database;order;management