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

基于CIM的电力资产管理系统的设计与实现(Eclipse,MySQL)

来源:56doc.com  资料编号:5D20705 资料等级:★★★★★ %E8%B5%84%E6%96%99%E7%BC%96%E5%8F%B7%EF%BC%9A5D20705
资料以网页介绍的为准,下载后不会有水印.资料仅供学习参考之用. 帮助
资料介绍

基于CIM的电力资产管理系统的设计与实现(Eclipse,MySQL)(论文10200字,程序代码,MySQL数据库)
摘要:随着科技的进步与发展,电力产业作为国家经济的主要来源之一和人民生活基本需求也随之发生了巨大的变化。以往的电力产业,各部门联系不紧密,信息交流不及时。CIM模型的提出,解决了一直以来电力产业各部门工作的局限性,加强了各部门之间的联系。本文是针对电力资产信息的综合性管理进行设计的,目的是改变以往的手工管理模式,使之信息的管理更进一步规范和方便,工作效率也得到了更好的提升,减轻了工作负担,同时也大大的降低了出错率。本系统覆盖资产全生命周期的管理,对电力企业用户工作环境和管理信息化设备的需求进行分析,采用Browser/Server架构模式,使用Java作为开发语言,数据库是MySQL,开发工具为Eclipse,设计了一个包含登录、设备管理、模型维护等模块的系统,实现了对电力资产管理和维护的功能。
关键词:Eclipse;java; CIM;电力资产
 
CIM-based power asset management system
Abstract: With the advancement and development of science and technology, the power industry has become a major source of the national economy and the basic needs of people's lives have also undergone tremendous changes. In the past power industry, the departments were not closely connected, and information exchange was not timely. The proposed CIM model solves the limitations of the work of various departments of the power industry and strengthens the links between various departments. This paper is designed for the comprehensive management of power asset information. The purpose is to change the manual management mode in the past, to make the management of information more standardized and convenient, and to improve the work efficiency and reduce the workload. It also greatly reduces the error rate. The system covers the management of the entire life cycle of assets,Analyze the needs of the power enterprise user working environment and management information equipment, adopt the Browser/Server architecture mode, use Java as the development language, the database is MySQL, the development tool is Eclipse, and design a login, device management, model maintenance, etc. The module's system implements the functions of power asset management and maintenance.
Key words: Eclipse; Java; CIM;Power assets
 
需求用例分析
用户的用例包含的功能点具有以下几点:
    登录:用户通过正确的用户名和密码登录,然后进行其他操作。
    修改密码:用户登录后可以修改和重置自身密码。
    类别管理:用户对资产类别进行新增和删除
    仓库设备管理:对于仓库中设备信息和状态进行管理
    资产管理:显示已有资产的信息,并可以对其新增和删除
    模型管理:对抽象模型里的属性进行新增或删除
系统开发语言    Java
开发编辑器    Eclipse
系统数据库    Mysql
系统访问模式    B/S模式
系统服务器    Tomcat
 

基于CIM的电力资产管理系统的设计与实现(Eclipse,MySQL)
基于CIM的电力资产管理系统的设计与实现(Eclipse,MySQL)
基于CIM的电力资产管理系统的设计与实现(Eclipse,MySQL)
基于CIM的电力资产管理系统的设计与实现(Eclipse,MySQL)


目录
摘要    1
Abstract    2
1 绪论    3
1.1 项目背景及意义    3
1.2 国内外研究现状    3
2 相关技术介绍    4
2.1 Eclipse和Tomcat    4
2.2 JSP    4
2.3 JavaScript    5
2.4 CIM介绍    5
2.5 JAVA简介    6
3 系统分析    6
3.1 可行性分析    6
3.2 需求分析    7
3.1.2 功能需求分析    7
3.1.2 需求用例分析    7
4 系统设计    8
4.1 系统整体设计    8
4.2 系统详细设计    9
4.2.1登录功能设计    9
4.2.2 修改密码功能设计    9
4.2.3类别管理功能设计    9
4.2.4资产管理功能设计    10
4.2.5仓库资产管理功能设计    10
4.2.6模型维护功能设计    10
4.3 数据库设计    11
5 系统实现    12
5.1 登陆功能实现    12
5.2 模型维护实现    14
5.3类别管理实现    16
5.4资产管理实现    18
5.5仓库设备管理实现    20
6 总结    21
参考文献    22
致谢    23

推荐资料