电费征缴系统的设计与实现[数据库+源代码+文献及翻译+毕业设计报告].rar
电费征缴系统的设计与实现[数据库+源代码+文献及翻译+毕业设计报告],电费征缴系统的设计与实现【数据库+源代码+文献及翻译+毕业设计报告】摘 要为了突破手工缴费模式,经过多年的电力信息化建设,电力企业已经建成了一系列服务于多方面的计算机信息系统。电费征缴系统这种新的缴费方式使原来供电企业直管直抄不断上升趋势的居民客户的缴费难问题得以解决。本系统包括电力收费部门所必须的缴费用户的开户登记,...
该文档为压缩文件,包含的文件列表如下:
内容介绍
原文档由会员 bshhty 发布电费征缴系统的设计与实现【数据库+源代码+文献及翻译+毕业设计报告】
摘 要
为了突破手工缴费模式,经过多年的电力信息化建设,电力企业已经建成了一系列服务于多方面的计算机信息系统。电费征缴系统这种新的缴费方式使原来供电企业直管直抄不断上升趋势的居民客户的缴费难问题得以解决。
本系统包括电力收费部门所必须的缴费用户的开户登记,用户缴费,用户和费用余额查询等功能。系统可以安全、快捷、一目了然的查询用电费用发生情况、欠费情况和账户资金情况,并进行电费的缴纳。
根据实际需求,电费征缴系统这个项目采用了JSP技术,在Windows XP操作系统环境下,使用JSP技术设计完成,并使用SQL Server 2000建设网络数据库。本系统采用JDBC接口连接数据库,整个开发过程是在JSP页面上进行,WEB工具采用Tomcat。通过B/S模式(浏览器/服务器模式)进行前台后台的操作,对用户及时地进行添加,删除,查询。
本系统具有多方面特点:系统功能完备,使用方便简捷,人性化的用户界面,大大减少了操作人员的工作负担。该系统详尽描述了开发电费征缴系统的全过程。
关键词: 开户登记;JSP技术;电费征缴;
Abstract
In order to break manual paying mode ,and after many years electric power information construction, the electric power enterprise has already completed a series of services to the production, the marketing and so on the various computer information system. The electrical bill newly pays expenses information this kind to pay expenses the way to cause the original power supply enterprise ascending pipe straight to copy the unceasing trend of escalation the inhabitant customer to pay expenses the difficult question to be able to solve.
This system is including the electric power charge department must pays expenses the user to open a bank account the registration, the user pays expenses, function and so on remaining sum inquiry. The system may the security, quick, the clear inquiry use electricity the expense to have the situation, the situation and the account fund situation, and carries on the electrical bill paying.
According to the actual demand, the project of the electrical bill system adopts the JSP technology, in Windows under the XP operating system environment, and use SQL Server 2000 to build the network database. This system uses JDBC interface to connect the database, the entire development process is in the JSP page, WEB tools uses Tomcat. Through the B/S to operate in the front and the background, and users timely to add, delete, query.
This system has the various characteristic: System function complete, easy to operate simple and direct, the human nature user contact surface, greatly reduced operator's work load. This system is described the development process of the electrical bill system.
Key word: the user to open a bank; JSP; the electrical bill paying
目 录
引 言 1
第一章 系统开发相关技术介绍 3
1.1系统设计的相关知识介绍 3
1.1.1 JSP 3
1.1.2 MyEclipse简介 3
1.1.3 JDBC 4
1.1.4 SQL Server 2000 5
1.1.5 JDK简介 6
1.1.6 Tomcat简介 7
1.2系统环境配置 7
1.2.1 JDK配置 7
1.2.2 SQL Server 2000配置 9
第二章 电费征缴系统概述 10
2.1系统功能概述 10
2.2需求分析 10
2.2.1系统目标 10
2.2.2功能实现 10
2.3系统设计 11
2.3.1电费征缴系统功能模块结构图 11
2.3.2电费征缴系统流程图 13
第三章 数据库设计 14
3.1数据库分析 14
3.2数据库概念设计 14
3.3数据库逻辑结构 15
3.3.1数据表的结构图 15
3.3.2数据库表 16
第四章 公共类设计 17
4.1数据库相关类 17
4.2获取时间类 19
第五章 系统设计实现 21
5.1页面概述 21
5.2 后台页面设计 21
5.3 前台页面设计 27
结 论 32
参考文献 33
谢 辞 34