毕业设计任务书
一、设计题目: 1、题目名称 变电站母线电量平衡实时监控系统 2、题目来源 实际需要 二、目的和意义 部分电厂的变电站目前使用的是C/S模式的母性平衡实时监控系统,由于该模式下的应用系统开发和维护成本较高,不利于今后系统的扩展,且客户端负载重,应用系统的移植性也差(对于B/S模式不存在移植的问题),所以本项目是在原有系统功能模块的基础上进行的改进和重新设计,系统模式从C/S模式改为B/S模式。 三、设计说明书应包括的内容 1、需求分析 2.详细设计(包括模块设计和数据库设计) 3.编码实现(介绍用到的技术等) 4.任务书、目录和参考文献等 四、设计应完成的图纸 五、主要参考资料 [1] 张海藩 软件工程导论(第四版)北京:清华大学出版社,2003 [2] 陈烨 张蓓 JDK1.5类库大全 北京:清华大学出版社,2005.5 [3] 王珊 萨师煊 数据库系统导论 第四版 北京:高等教育出版社,2006.5 六、进度要求 1、设计阶段 第 周(3月 13日)至第 17 周(6月17日)共14 周 2、实习阶段 第 1 周(2 月20 日)至第 3 周(3月10 日)共 3 周 4、答辩日期 第17周( 2009 年 6 月 15 日 至 6 月 22 日 )共 1 周 七、其它要求 定期和指导老师联系,回报工作情况,小组成员进行沟通 1
变电站母线电量平衡实时监控系统
摘要
目前变电站系统中依然存在以C/S(client/server)模式为主的web应用系统,本课题研究的内容是如何对已有的变电站监控系统从C/S模式到B/S 模式的具体实现过程, 《变电站母线平衡实时监控系统》是一个基于JAVA的信息管理系统,作为B/S结构的web数据库管理系统,本系统具有所有B/S结果系统的优点,同时又具有JAVA跨平台的优势。作为毕业设计,本系统达到了设计任务的基本要求,并在其上采用了更先进的语言,提供了更强大的扩展能力。作为一个完善的系统的稚形,本系统只要进入软件开发的螺旋法则,不久之后就可以进化为一个成熟的,能让最终用户所接受的系统。
本系统的设计是在齐兴斌老师的指导下完成的。经过一个学期的设计,基本完成了任务。设计过程中,齐老师给予了我极大的帮助与鼓励,在此,我对他的悉心指导表示衷心的感谢!
关键词
B/S模式 C/S模式 JAVA 数据库
2
Substation bus power balance in real-time monitoring system
Abstract
Substation in the current system still exist in C/S (client /server) model of web-based applications, the contents of this research is how to have the substation monitoring system from the C/S mode to B/S mode to achieve the specific process, \monitoring of substation busbar system balance\is a JAVA-based information management systems, as B / S structure of the web database management system, the system has all the B/S system, the advantages of the results, but also has the advantage of cross-platform JAVA . As a graduation project, the design of the system to meet the basic requirements of the task, and in its use of more advanced language, provides a more robust expansion of capacity. As a complete system of juvenile form, as long as the system enter the spiral software development law can be evolved soon to a mature and acceptable to allow the end-user systems.
The system is designed to qixingbin under the guidance of the teacher-qi completed. After one semester of design, has basically completed its task. The design process QI teacher gave me great help and encouragement in this, I told him the guidance to express my heartfelt thanks!
Key words
B/S mode C/S mode JAVA Database
3
目 录
引 言 ...................................................................... 6 第一章 可行性分析 .......................................................... 7
1.1 分析目前系统 ........................................................ 7 1.2操作可行性分析 ....................................................... 8 1.3新系统带来的影响 ..................................................... 8 1.4 技术可行性分析 ...................................................... 9 1.5经济可行性分析 ....................................................... 9 第二章 需求分析 ............................................................ 10
2.1系统背景概述 ........................................................ 10
2.1.1目标 .......................................................... 10 2.1.2运行环境 ...................................................... 10 2.1.3条件与限制 .................................................... 10 2.2数据描述 ............................................................ 10
2.2.1静态数据 ...................................................... 10 2.2.2动态数据 ...................................................... 10 2.2.3数据采集 ...................................................... 11 2.3功能需求 ............................................................ 11
2.3.1功能划分 ...................................................... 11 2.3.2功能描述 ...................................................... 12 2.4性能需求 ............................................................ 14
2.4.1.数据精准度 .................................................... 14 2.4.2时间特性 ...................................................... 14 2.4.3适应性 ........................................................ 14 2.5运行需求 ............................................................ 14 2.6其它需求 ............................................................ 15 第三章 总体设计 ............................................................ 16
3.1系统总体流程 ........................................................ 16 3.2接口设计 ............................................................ 18 3.3数据结构设计 ........................................................ 18 3.4运行设计 ............................................................ 23 3.5出错处理设计 ........................................................ 23 第四章 详细设计 ............................................................ 24
4.1 总体结构 ........................................................... 24
4.1.1系统管理模块 .................................................. 24 4.1.2母线电量平衡管理 .............................................. 26 4.1.3退补电量管理模块 .............................................. 27 4.1.4系统数据管理模块 .............................................. 28 4.2模块详细设计 ........................................................ 28
4.2.1系统管理 ...................................................... 28 4.2.2母线电量平衡管理 .............................................. 33 4.2.3退补电量管理 .................................................. 36 4.2.4系统数据管理 .................................................. 37
4
4.2.5 信息提示管理 .................................................. 37
第五章 编码实现 ............................................................ 38
5.1程序设计语言介绍 .................................................... 38
5.1.1 Java简介 ..................................................... 38 5.1.2 MVC设计模式简介 .............................................. 39 5.1.3 流行框架简介 .................................................. 39
毕业总结 ................................................................... 45 参看文献 ................................................................... 46 附 录 ..................................................................... 47
5
百度搜索“77cn”或“免费范文网”即可找到本站免费阅读全部范文。收藏本站方便下次阅读,免费范文网,提供经典小说综合文库毕业设计论文2.1在线全文阅读。
相关推荐: