好文档 - 专业文书写作范文服务资料分享网站

基于JSP固定资产管理系统—— 定稿

天下 分享 时间: 加入收藏 我要投稿 点赞

本科生毕业论文

题 目: 基于JSP的固定资产管理系统 系 别: 专 业: 学 号: 姓 名: 指导教师: 完成时间:

摘要

已经进入信息时代的今天,用纸张记录的简易信息管理方式,已不能用来快速、准确地分析、处理复杂的信息。所以,人们试图利用计算机来控制整个信息处理和信息管理过程。本文针对固定资产的管理进行研究,先后进行了可行性分析、需求分析、总体设计、详细设计及代码实现、测试等。

本文探究了WEB应用系统开发的过程及相关技术,为实现基于JSP与MySQL数据库技术的固定资产管理系统,结合实际的资产管理方式设计其功能需求和业务处理流程,主要实现前台业务处理和对数据库中信息访问、读取、处理的正确过程。

系统将分为用户登录、固定资产增添/作废,固定资产调配等功能模块,首先着手于实现用户登录控制,从访问安全性考虑,设计了三种不同权限的用户。其次,定位不同权限用户完成何种功能,采用JSP网络编程和MySQL数据库技术控制数据处理过程。使用基础的HTML语言进行前台设计,JSP、SQL语句及MySQL数据库实现后台的数据处理过程。最终完成后进行系统测试。

关键字:信息;固定资产管理;JSP;SQL语句;MySQL数据库

ABSTRACT

Nowadays, we have entered the information age, using the simple information management way which is paper records can not rapid and accurate to analysis and process the complex information. So, people tried to use the computer to control the whole process of information processing and information management .Based on the fixed assets management research has carried on the feasibility analysis, needs analysis, general design, detailed design and code implementation, testing.

This paper discusses the application of WEB system development process and related technology. To realized the fixed assets management system which based on JSP and MySQL database technology, combined with the actual asset management to design its functional requirements and business processes. The system mainly realizes the foreground business processing and the correct procedure and processing to access and read the information from the data base.

The function module of the system is divided into the user login, add or scrap the fixed assets, handle fixed asset and so on. Firstly, realization of control the user’s login, from the access security considerations, design of three kinds of different users. Secondly, different users complete different functions, using JSP network programming and MySQL database technology to control data processing. The front design of the system uses the basic HTML language. And, the background data processing process uses the technology which is the JSP, the SQL statement and the MySQL database. Eventually, testing the system after completing.

Keywords: information; fixed assets management; JSP; the SQL statement; MySQL database

目录

1引言 ............................................................................................................................ 1

1.1系统设计背景.................................................................................................. 1 1.2系统开发意义.................................................................................................. 1 1.3系统开发工具的选用及介绍.......................................................................... 1

1.3.1 JSP的优势及特点............................................................................... 1 1.3.2 服务器的优势及特点.......................................................................... 2 1.3.3 数据库的优势及特点.......................................................................... 2

2 需求分析 ................................................................................................................... 3

2.1 可行性分析..................................................................................................... 3 2.2 功能性需求分析............................................................................................. 3

2.2.1 识别系统业务...................................................................................... 3 2.2.2 系统数据流图...................................................................................... 4 2.3 非功能性需求分析......................................................................................... 6

2.3.1 可靠性需求.......................................................................................... 6 2.3.2 安全性需求.......................................................................................... 6 2.3.3 可扩展性需求...................................................................................... 6

3 详细设计 ................................................................................................................... 7

3.1数据库设计...................................................................................................... 7

3.1.1 数据库表创建...................................................................................... 7 3.1.2 实体-关系模型(E-R图)................................................................. 7 3.2 系统结构图.................................................................................................... 10 3.3功能需求........................................................................................................ 11

3.3.1用户登录模块..................................................................................... 11 3.3.2访问权限不同的用户管理模块......................................................... 12

4 前台设计 ................................................................................................................. 15

4.1 固定资产管理系统登录窗口....................................................................... 15 4.2 超级管理员使用窗口................................................................................... 17 4.3 管理者使用窗口........................................................................................... 20

4.3.1 查看管理员管辖资产明细................................................................ 20 4.3.2 查看所有资产使用情况.................................................................... 23 4.3.3 添加固定资产.................................................................................... 24 4.3.4 报废固定资产.................................................................................... 27 4.4 普通用户使用窗口....................................................................................... 27 4.5 用户注册窗口............................................................................................... 28 5 后台设计 ................................................................................................................. 29

5.1 系统架构....................................................................................................... 29 5.2 服务器........................................................................................................... 30 5.3 数据库结构................................................................................................... 30 参考文献 ..................................................................................................................... 31 致谢 ............................................................................................................................. 32

本科毕业论文

1引言

1.1系统设计背景

过去,人们管理资产的方法大多采用纸制统计、归档的方式,这样各式各样的本子或者表单,容易丢失并且复杂、混乱,也没有一个系统的整合,让处理资源的时候,显得繁琐,导致浪费较多时间及精力。

处于信息时代的今天,需要高效处理和使用信息。那么,信息化管理就变得尤其重要。结合实际情况和社会的高度需求,开发一个固定资产管理系统,从而实现资产专人专项负责、方便对资产进行分析和查询。

1.2系统开发意义

固定资产管理系统将所需功能整合在一起统一处理,方便了用户对资产的处理,节约时间、精力。

本系统采用JSP编程语言,该语言是面向对象的编程语言,模块化处理,扩展性强,拥有DAO层的强大支持,便于数据管理。同时也具有较高的安全性,易用性。业务逻辑层采用JSP语言,类的设计和引用更利于程序的开发、控制,具有较高的可读性。应用层采用HTML+CSS方式,让页面更美观。

本系统采用B/S结构,无需安装客户端,随时随地都可以使用,使用简单、方便。具有通用性,不必担心客服端的兼容性问题。

1.3系统开发工具的选用及介绍

该系统开发工具选用JSP网络编程语言,支持的服务器选用TomCat,数据库选用MySQL。

1.3.1 JSP的优势及特点

JSP是目前流行的一种动态网页应用程序,它不仅能跨越平台执行功能强大

第1页 共32页

基于JSP固定资产管理系统—— 定稿

本科生毕业论文题目:基于JSP的固定资产管理系统系别:专业:学号:姓名
推荐度:
点击下载文档文档为doc格式
4cv6w0llfj7s7tv44glr
领取福利

微信扫码领取福利

微信扫码分享