优秀的毕业设计论文网
计算机 JAVA 电子信息 单片机 机械机电 模具 土木工程 建筑结构 论文
热门搜索词:网络 ASP.NET 汽车 电气 数控 PLC

小区物业管理系统的设计与实现(JSP SQL2000)

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

摘  要 [资料来源:http://THINK58.com]


随着我国经济发展和城市开发,住宅小区越来越成为居住的主流,小区物业管理是针对当代社会这一市场需要应运而生的,用计算机操作的小区物业管理系统是为小区管理者和小区用户更好的维护各项物业管理业务处理工作而开发这样一套小区物业管理系统软件成为很有必要的事情。本文以JSP设计为起点,对目前JSP所采用的技术和思想进行对比论证,并深刻的阐述了采用JSP+SQL SERVER 2000数据库技术实现小区物业管理系统的优点,着重介绍了小区物业管理系统要实现的功能、业务流程、系统流程、数据库设计、功能模块设计、实现、运行、和维护等一系列开发流程,最后对设计中所遇到的难题进行重点介绍、分析和解决的办法,同时对系统实现后所运行的结果进行定性分析并提出结论。
[关键字]: 小区物业、管理系统、用户 [资料来源:http://THINK58.com]


ABSTRACT

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

  [版权所有:http://think58.com]

   Along with Chinas economic development and urban development, residential quarters have increasingly become the mainstream of living, Area property management contemporary society is against the needs of the market came into being, with computer-operated district property management system for district managers and district users to better safeguard the property management business processing and the development of such a district property management system software necessary things. Based JSP design as a starting point, right now adopted by the JSP technology and ideas comparison and analysis, and profoundly expounded by using JSP + SQL Server 2000 database technology to achieve district property management system Marketing the merits highlighting the district property management system to achieve the functions, and business processes, system processes, database design, function module design, implementation, operation, maintenance and development of a series of processes, Finally, the design of the problems encountered were introduced, analysis and solution. Meanwhile realization of the system after the operating results of qualitative analysis and conclusions. [来源:http://www.think58.com]
 [Keyword] : Area property management system, users [来源:http://www.think58.com]

 

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

目  录
摘  要 I
第一章 引言 1
1.1背景 2
1.2系统的意义和目标 2
1.4 作者的主要贡献 8
1.5 前景展望 8
第二章 使用工具或开发环境的描述 9
2.1 数据库平台 9
2.2 开发软件 9
2.3 软件介绍 9
2.3.1 Java Server Page 简介 9
1. 用户的普遍性 10
2.功能的完整性 10
3.工具的易用性 11
2.3.2 Microsoft SQLServer2000 简介 13
1.使信息更易于查找和使用 14
2.支持 Web 功能的信息共享 14
3.用于信息管理的强大解决方案 14
4.改变了数据库窗口 14
5.提供名称自动更正功能 14
6.具有子数据表功能 14
7.方便快捷 15
8.数据访问页功能 15
9.共享组件的集成 15
10.Microsoft SQL Server 交互性 15
第三章  需求调查 16
3.1用户需求分析 16
3.2系统功能需求分析 16
3.3性能需求分析 17
第四章 数据库设计 18
4.1数据(处理)流程分析 18
4.2全局E-R图 19
第五章  系统设计 20
5.1 整体结构设计 20
5.2 主要结构(或功能)的设计 22

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

5.3各种功能 23
5.4操作界面设计和代码 23
封面与代码 23
第六章 结论与体会 38
参考文献 39
致谢 40

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

.1数据(处理)流程分析
系统采用模块化程序设计方法,既便于系统功能的各种组合和修改,又便于未参与开发的技术维护人员补充、维护。在系统功能分析的基础上,考虑JAVA SERVER PAGE程序编制的特点,得到如下所示的系统流程图。(如图4-1) [资料来源:http://think58.com]


 
数据流程图 (图4-1)

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

毕业设计(www.think58.com)