Open Nav

中小型企业固定资产管理系统的设计与实现(SSM,MySQL)(含录像)

以下是资料介绍,如需要完整的请充值下载.
1.无需注册登录,支付后按照提示操作即可获取该资料.
2.资料以网页介绍的为准,下载后不会有水印.仅供学习参考之用.
   帮助中心
资料介绍:

中小型企业固定资产管理系统的设计与实现(SSM,MySQL)(含录像)(开题报告,论文说明书10000字,程序代码,MySQL数据库)
摘    要
随着网络的飞速发展,互联网已经成为了21世纪的一种主流的管理模式。中小型企业固定资产管理系统作为新兴行业的一部分,具有方便、快捷、种类多等一系列的特点。
基于Java的中小型企业固定资产管理系统采用了Java语言,基于B/S结构,本系统开发平台Eclipse,数据库采用MySQL。中小型企业固定资产管理系统分为职工和管理员。管理员的功能有:个人信息、职工信息、固定资产、采购信息、使用信息、维修信息等功能。职工的功能有:个人信息、固定资产、使用信息等功能。本系统方便管理员进行更加方便快捷的管理,可以提高中小型企业固定资产管理效率。
本论文主要内容:首先,阐述了选题背景与意义及理论基础研究和关键核心技术。其次,通过对系统的功能进行分析后,介绍了系统的功能和数据库的实现。最后,描述了系统实现全过程,并对中小型企业固定资产管理系统进行测试介绍。
关键词:中小型企业固定资产;Java语言;MySQL数据库                                              [来源:http://www.doc163.com]
Abstract
With the rapid development of the Internet, the Internet has become a mainstream management mode in the 21st century. As a part of the emerging industry, the fixed assets management system of small and medium-sized enterprises has a series of characteristics such as convenience, fast, variety and so on.
The fixed assets management system of small and medium-sized enterprises based on Java uses The Java language, based on B/S structure, the system development platform Eclipse, MySQL database. The fixed assets management system of small and medium-sized enterprises is divided into employees and administrators. The functions of the administrator include: personal information, employee information, fixed assets, procurement information, use information, maintenance information and other functions. The functions of workers are: personal information, fixed assets, use information and other functions. This system is convenient for administrators to manage more conveniently and quickly, and can improve the efficiency of fixed assets management of small and medium-sized enterprises. [资料来源:https://www.doc163.com]
The main content of this paper: First, the background and significance of the topic and the theoretical basis of the research and key core technology. Secondly, after analyzing the function of the system, the realization of the system function and database is introduced. Finally, the whole process of system implementation is described, and the fixed assets management system of small and medium-sized enterprises is tested and introduced.
Key words: fixed assets of small and medium-sized enterprises; The Java language. The MySQL database

本文主要尝试利用Java开发一个中小型企业固定资产管理系统。本课题的主要研究内容如下:
(1)固定资产模块:对仓库、资产类型、资产信息进行添加、编辑、删除等。
(2)采购信息模块:对供应商和采购信息进行查看、添加、编辑、删除等。
(3)使用信息模块:职工可以申请使用资产,管理员可以进行审核。
(4)职工信息模块:职工可注册登陆、管理员可以增加、删除职工信息和部门信息。
(5)维修信息管理:管理员对维修信息进行查看、编辑、删除等。 [资料来源:https://www.doc163.com]
(6)登陆注册模块:所有用户必须先注册才能登陆使用系统。
(7)个人信息管理:管理员或者职工可以修改个人的基本信息和登陆密码。

开发语言:Java
框架:SSM
服务器:tomcat
数据库:mysql
开发软件:eclipse/myeclipse
 

[资料来源:www.doc163.com]

中小型企业固定资产管理系统的设计与实现(SSM,MySQL)
中小型企业固定资产管理系统的设计与实现(SSM,MySQL)
中小型企业固定资产管理系统的设计与实现(SSM,MySQL)
中小型企业固定资产管理系统的设计与实现(SSM,MySQL)
中小型企业固定资产管理系统的设计与实现(SSM,MySQL) [资料来源:http://doc163.com]
中小型企业固定资产管理系统的设计与实现(SSM,MySQL)
中小型企业固定资产管理系统的设计与实现(SSM,MySQL)


目    录
第一章  绪  论    1
1.1 开发背景    1
1.2 研究现状    1
1.3 本文所作的工作    2
第二章  系统开发环境    3
2.1 Java语言    3
2.2 Javascript    3
2.3 MySQL数据库    3
2.4 B/S结构    4
第三章 系统需求分析    5
3.1  可行性分析    5
3.1.1 技术可行性    5 [来源:http://www.doc163.com]
3.1.2 操作可行性    5
3.1.3 经济可行性    5
3.2 系统性能分析    6
3.3  系统用例图    6
3.3.1 职工用例图    6
3.3.2 管理员用例图    6
3.4  系统流程图    7
第四章 系统设计    9
4.1  系统功能设计    9
4.2  系统数据库设计    10
4.2.1  数据库实体    10
4.2.2  系统数据库表    11
第五章 系统功能设计与实现    14
5.1 管理员功能模块的实现    14
5.1.1 系统登录界面    14
5.1.2 固定资产信息界面    14
5.1.3职工信息界面    15
5.1.4 采购信息界面    15
5.1.5 使用信息界面    16
5.1.6 维修信息界面    16
5.1.7个人信息界面    17
5.2 职工功能模块的实现    17

[来源:http://Doc163.com]

5.2.1 登陆界面    17
5.2.2 个人信息界面    18
5.2.3 个人功能界面    18
第六章 系统测试    19
6.1  测试方法    19
6.2  测试用例    19
6.3  测试结论    20
结    论    21
参考文献    22
致    谢    23

[来源:http://Doc163.com]

  • 关于资料
    提供的资料属本站所有,真实可靠,确保下载的内容与网页资料介绍一致.
  • 如何下载
    提供下载链接或发送至您的邮箱,资料可重复发送,若未收到请联系客服.
  • 疑难帮助
    下载后提供一定的帮助,收到资料后若有疑难问题,可联系客服提供帮助.
  • 关于服务
    确保下载的资料和介绍一致,如核实与资料介绍不符,可申请售后.
  • 资料仅供参考和学习交流之用,请勿做其他非法用途,转载必究,如有侵犯您的权利或有损您的利益,请联系本站,经查实我们会立即进行修正! 版权所有,严禁转载
    doc163.com Copyright © 2012-2024 苏ICP备2021029856号-4