社区管理系统的设计与实现---毕业论文.docx

上传人:滴答 文档编号:1273950 上传时间:2019-01-26 格式:DOCX 页数:80 大小:4.61MB
下载 相关 举报
社区管理系统的设计与实现---毕业论文.docx_第1页
第1页 / 共80页
社区管理系统的设计与实现---毕业论文.docx_第2页
第2页 / 共80页
社区管理系统的设计与实现---毕业论文.docx_第3页
第3页 / 共80页
社区管理系统的设计与实现---毕业论文.docx_第4页
第4页 / 共80页
社区管理系统的设计与实现---毕业论文.docx_第5页
第5页 / 共80页
点击查看更多>>
资源描述

1、 本 科 毕 业 论 文 社区管理系统的设计与实现 The Design and Implementation of Community Management System 姓 名: 学 号: 学 院:软件学院 系:软件工程 专 业:软件工程 年 级: 指导教师: 年 月 摘 要 众所周知,为了增强社区管理的实效性,便民性,节省管理成本,很多社区都启用了社区管理系统。 本系统是在对毕设老师提出确定需求的调研基础上设计开发的。系统开发采用 ASP.NET 技术。本文从以下几部分进行论述: 第一部分是引言:简要描述项目的背景 、开发意义和使用的工具 ,并且介绍了 开发流程以及作者负责的工作。 第二

2、部分是需求分析。分析并确定用户需求。 第三部分是系统的总体设计。确定用户需求后,明确系统工作环境和业务模块。在详细了解业务流程后,确定系统采用 B/S 架构部署,对进行数据库设计。在系统正式开发前,完成网站的建设。 第四部分是系统的详细设计。该部分详细描述了各模块包括的用例,各用例间关系,实体类,实体类之间关系,以及模块间关系。系统各模块的开发的基础和依据。 第五部分是系统的运行界面截图。 第六部分是结论。即对本项目的实践的一些总结和一些个人的体会心得。 本文在附录部分给出了 一些关键模块及特效的实现代码。 关键词: 社区管理; ASP.NET; B/S 架构 Abstract It is w

3、ell known that in order to enhance the effectiveness of community-based management, convenience, and savings in management costs, many communities have enabled the community management system. The system is based on the completion of the teacher needs to determine the basis of the research design de

4、veloped. System development using ASP.NET technology. This paper discusses the following parts: The first part is the introduction: a brief description of the project background, the development of the meaning and use tools, and introduced the development process, as well as the work of the author.

5、The second part is the needs analysis. Analysis and to identify customer needs. The third part is the overall design system. After the user needs to identify clearly the system working environment and business modules. Understanding of business processes in detail, the system uses to determine B / S

6、 structure of the deployment of database design. Formal development in the system before the completion of the construction site. The fourth part of the detailed design of the system. Part of a detailed description of the various modules, including the use case, the relationship between the use case

7、s, entity class, the relationship between the entity class, as well as the relationship between modules. System module based on the foundation and development. The fifth part of the operation of the system interface screenshot. The part six is the conclusion. That is, the practice of this project a

8、number of summary and some personal experience of experience. In this paper, are given in the Appendix part of some of the key modules and effects of the realization of the code. In addition, part of this paper is given in the appendix some of the key modules and effects of the realization of the co

9、de. Key words: Community management ; ASP.NET; B/S 目录 目录 第一章 引言 . 1 第一节 社区管理系统开发背景及其发展趋势 . 1 第二节 实现方法 与工具 . 2 第三节 项目开发任务 . 3 第四节 本文结构安排 . 4 第二章 需求分析 . 6 第三章 系统的总体设计 . 8 第一节 确定工作环境 . 8 3.1.1 硬件环境 . 8 3.1.2 软件环境 . 8 第 二 节 系统部署 . 8 第三节 系统框架与数据库设计 . 10 3.3.1 社区管理系统框架图和包图 . 10 3.3.2 确定数据表 . 12 3.3.3 数据访问

10、 . 19 第四节 其他功能 . 19 3.4.1 等额本息还贷法 . 19 3.4.2 等额本金还贷法 . 19 3.4.3 税费计算器计算方式 . 20 3.4.4 系统特点 . 20 第四章 系统的详细设计 . 21 第一节 用户模块 . 21 4.1.1 用户模块用例 . 21 4.1.2 出租出售模块实体类图 . 25 4.1.3 出租出售模块实体方法访问流程 . 26 第二节 管理员功能模块 . 27 4.2.1 管理员功能模块用例图与部分类图分析 . 27 4.2.2 会员管理实体类图分析 . 29 目录 4.2.3 会员管理实体方法访问流程 . 30 第五章 系统实现界面 .

11、31 第一节 登陆系统 . 31 5.1.1 会员登陆系统 . 31 5.1.2 管理员登陆系统 . 32 第二节 会员拥有权限的功能界面 . 34 5.2.1 注册部分 . 34 5.2.2 发布出租出售信息模块 . 35 5.2.3 发布求租求购信息界面实现 . 37 5.2.4 管理我的出租出售信息实现 . 38 5.2.5 管理我的求 租求购信息实现 . 39 5.2.6 申请的居家服务列表 . 40 5.2.7 会员信息修改部分 . 40 5.2.8 找密码操作实现 . 42 第三节 管理员拥有的功能实现 . 44 5.3.1 居家服务申请审核 . 44 5.3.2 会员管理 . 4

12、5 5.3.3 商业房贷利率管理 . 45 5.3.4 公积金房贷利率管理实现 . 46 5.3.5 添加利率界面实现 . 47 5.3.6 居家服务管理界面实现 . 47 5.3.7 添加公告界面实现 . 48 5.3.8 添加管理员界面实现 . 49 5.3.9 添加公共设施界面实现 . 49 5.3.10 修改管理员密码页面实现 . 50 第四节 游客浏览界面实现 . 51 5.4.1 系统的主页 . 51 5.4.2 其他页面 . 54 第六章 系统测试及项目总结 . 59 目录 第一节 系统测试 . 59 第二节 项目总结 . 61 参考文献 . 62 附 录 . 63 致 谢 .

13、71 Contents Contents Chapter 1 Introduction. 1 Section I Background. 1 Section II Methods and Tools . 2 Section III Project Development Tasks.3 Section IV Thesis Structure . 4 Chapter 2 Needs Analysis . 6 Chapter 3 System Design . 8 Section I Running Conditions .8 3.1.1 Hardware Conditions . 8 3.1.2

14、 Software Conditions . 8 Section II System Deployment.8 Section III System Framework and Database Design . 10 3.3.1 Community-based Management System Framework Map . 10 3.3.2 Data Tables . 12 3.3.3 Data Accessing . 19 Section IV Other Features . 19 3.4.1 Matching Principal and Interest Repayment Met

15、hod . 19 3.4.2 Equal Principal Repayment Method . 19 3.4.3 The Calculation of Taxes and Fees Calculator . . 20 3.4.4 System Features . 20 Chapter 4 Design Elucidation In Details . 21 Section I User Module . 21 4.1.1 Use Case of The User Module . 21 4.1.2 Class Diagram. 25 4.1.3 Entity Function Proce

16、dure . . 26 Section II Manager Module. 27 Contents 4.2.1 Use Case . 27 4.2.2 Class Diagram . . . 29 4.2.3 Entity Function Procedure . 30 Chapter 5 System Interface . 31 Section I Landing System . 31 5.1.1 Member Landing System . .31 5.1.2 Administrator Landing System . 32 Section II Introduce Member

17、 Authority . . 34 5.2.1 Registration . 34 5.2.2 Add Rental-Sale Information. 35 5.2.3 Add Lend-Buy Information . 37 5.2.4 Edit Rental-Sale Information . 38 5.2.5 Edit Lend-Buy Information. 39 5.2.6 Home Services List .40 5.2.7 Edit Member Information 40 5.2.8 Find Password . . 42 Section III Adminis

18、trator Privileges . 44 5.3.1 Home Services Check . 44 5.3.2 Member Management . 44 5.3.3 Commercial Mortgage Interest Rate Management . 45 5.3.4 Mortgage Interest Rates Provident Fund Management . 46 5.3.5 Add Rates. 47 5.3.6 Home Service Management. 47 5.3.7 Add Notices . 48 5.3.8 Add Administrator

19、 . 49 5.3.9 Add Public Facilities. 49 5.3.10 Administrator Password Modify. 50 Section IV Other Interface Introduction . 51 Contents 5.4.1 System Home . 51 5.4.2 Other Interfaces . 54 Chapter 6 Conclusions . 59 Section I System Testing . 59 Section II Summary . 61 References . .错误 !未定义书签。 Appendix . 63 Acknowledgements. 71 第一章 引言 1 第一章 引言 第一节 社区管理系统开发背景及其发展趋势 伴随着

展开阅读全文
相关资源
相关搜索

当前位置:首页 > 学术论文资料库 > 毕业论文

Copyright © 2018-2021 Wenke99.com All rights reserved

工信部备案号浙ICP备20026746号-2  

公安局备案号:浙公网安备33038302330469号

本站为C2C交文档易平台,即用户上传的文档直接卖给下载用户,本站只是网络服务中间平台,所有原创文档下载所得归上传人所有,若您发现上传作品侵犯了您的权利,请立刻联系网站客服并提供证据,平台将在3个工作日内予以改正。