毕业设计_大学设备管理系统

合集下载
  1. 1、下载文档前请自行甄别文档内容的完整性,平台不提供额外的编辑、内容补充、找答案等附加服务。
  2. 2、"仅部分预览"的文档,不可在线预览部分如存在完整性等问题,可反馈申请退款(可完整预览的文档不适用该条件!)。
  3. 3、如文档侵犯您的权益,请联系客服反馈,我们会尽快为您处理(人工客服工作时间:9:00-18:30)。

毕业设计(论文)题目:大学设备管理系统

2014 年 11 月 20 日

太原科技大学毕业设计(论文)任务书

学院(直属系):计算机科学与技术系时间:2014年11月4日

大学设备管理系统

摘要

步入21世纪,计算机在管理信息系统(Management Information Systems,MIS)中应用的普及,利用计算机实现管理信息系统有助于企业或其他用人单位方便实现数据处理、预测功能、计划功能、控制功能和辅助决策功能。MIS是现代用人单位日常工作中必不可缺的一部分,是适应现代管理制度的要求,推动用人单位信息管理走向科学化、规范化的必要条件。

在这篇论文中简单介绍了管理信息系统的背景及主要功能。并且以“大学设备管理系统”为例开发了一个简单的MIS系统。由于系统是基于面向对象的开发平台,所以在程序编写过程中多次采用了代码重构技术。后台数据库采用Mysql 5.0。

本系统使用Java开发, Java程序设计语言是一种优秀的程序设计语言,具有简单、体系结构中立、高性能、可移植性等特点。集成开发环境选用了NetBeans 6.5。NetBeans 是比较好的java swing开发平台,可方便的开发基于swing的java系统工程。使用NetBeans进行系统开发,可以方便的生成swing界面,进行可视化设计和布局,或添加页面监听器。

关键词:管理信息系统,面向对象技术,Java,大学设备管理

University Equipment Management

Abstract

With the high speedy development of electronic computer science, and the calculator is in the Management Information Systems, and make use of the calculator to realize the business enterprise personal management be imperative under the situation. The human resource already and gradually becomes the most important resources of the business enterprises. Management Information Systems that manage that importance, manage for human resource the market foreground to provide the amplitude.

It is betrayed the main function of Management Information Systems and the background as well. And the "University Equipment Management System" developed a simple MIS system. Because the system is based on object-oriented development platform, so in programming code used several times during the reconstruction. Background database using Mysql 5.0.

The system development with Java, Java programming language is an excellent programming language, which is simple, architecture neutral, high performance, portability and so on. Chosen integrated development environment Eclipse . NetBeans is a good java swing development platform, can be easily developed in java swing based systems engineering. Systems development using NetBeans, you can generate swing convenient interface for visual design and layout, or add the listener.

Keywords:management information systems,OOP,Java,University Equipment Management

目录

摘要.................................................................... I ABSTRACT ................................................................... II 第一章前言........................................................ - 1 - 1.1课题研究的目的及意义.. (1)

1.2管理信息系统简介 (1)

1.3 JAVA程序设计语言 (2)

第二章系统设计......................................................... - 3 - 2.1需求分析 . (3)

2.1.1 系统设计目标................................................. - 3 -

2.1.2 系统功能分析................................................. - 3 -2.2系统概要设计 (3)

2.2.1 系统模块设计................................................. - 3 -

2.2.2 系统功能模块图............................................... - 5 -第三章数据库设计与实现................................................. - 6 - 3.1数据库概念设计 .. (6)

3.2数据库逻辑设计 (7)

3.3数据库物理实现 (7)

第四章程序代码结构..................................................... - 9 - 4.1系统总体架构 . (9)

4.2JDBC数据库连接的封装 (9)

4.3DBO PRATE数据库操作和事物的封装 (9)

4.4对象持久化D AO层 (10)

4.5UI用户界面层 (10)

第五章主要功能测试.................................................... - 12 - 5.1登录模块 . (12)

相关文档
最新文档