论文格式
电气工程 会计论文 金融论文 国际贸易 财务管理 人力资源 轻化工程 德语论文 工程管理 文化产业管理 信息计算科学 电气自动化 历史论文
机械设计 电子通信 英语论文 物流论文 电子商务 法律论文 工商管理 旅游管理 市场营销 电视制片管理 材料科学工程 汉语言文学 免费获取
制药工程 生物工程 包装工程 模具设计 测控专业 工业工程 教育管理 行政管理 应用物理 电子信息工程 服装设计工程 教育技术学 论文降重
通信工程 电子机电 印刷工程 土木工程 交通工程 食品科学 艺术设计 新闻专业 信息管理 给水排水工程 化学工程工艺 推广赚积分 付款方式
  • 首页 |
  • 毕业论文 |
  • 论文格式 |
  • 个人简历 |
  • 工作总结 |
  • 入党申请书 |
  • 求职信 |
  • 入团申请书 |
  • 工作计划 |
  • 免费论文 |
  • 合作期刊 |
  • 论文同学网 |
搜索 高级搜索

当前位置:论文格式网 -> 毕业论文 -> 计算机论文
毕业论文标题:

小区人口管理系统

 本文ID:LWGSW103206 字数:22717,页数:88 价格:收费积分/100
扫一扫 扫一扫
本站会员可自行下载: 

论文字数:22717,页数:88

论文题目:小区人口信息管理系统设计


摘  要
 随着社会的发展和科学技术的进步,数字网络生活时代已经到来。实现社区人口信息与资料的计算机管理是一件非常有意义的工作。人们在社会交往与工作中会产生许多需要及时处理与保存的有关信息与资料,利用计算机系统可以实现有效的管理。本设计是利用数据库管理技术,建立具有一定管理与分析统计功能的社区人口信息管理软件。
 系统的主要功能包括系统登录模块、业主管理模块、物业工作人员管理模块、系统维护模块、报表打印。用户为管理员,其中管理员可以对住户进行管理,完成系统中的所有操作;能够对物业人员进行管理,也可以管理管理员账号。
 本系统采用B/S模式分析与设计方法。通过对系统业务流程的分析画出业务流程图。在此基础之上画出数据流图,并给出相关信息的数据字典。再细化数据流图来完成对系统主要功能模块的详细设计。同时通过E-R图实现对数据库的分析,并结合SQL Server 2008完成数据库的设计。在Myeclipse开发平台下,使用JSP+JavaBean+Servlet的经典MVC框架来完成对整个系统的开发。
 
关键词:人口信息管理;B/S;MVC

论文类型:应用研究

Thesis topic: the residential population information management system design

Abstract
 With the development of society and the progress of science and technology, the digital network era has come to life. Realization of the population of the community information and data management in computer is a very meaningful work. People in social intercourse and the work will produce many of the need for timely processing and preservation of the relevant information and data, using computer system can realize the effective management. This design is the use of database management technology, the establishment of a certain management and analysis of statistical features of the population of the community information management software.
 The main functions of the system include system login module, the management module, the property staff management module, system maintenance module, report printing. The user is an administrator, the administrator can manage to tenants, complete all system operation; to property in personnel management, but also can manage the administrator account.
 This system adopts B / S mode analysis and design method. Based on the analysis of business process map business processes. On the basis of drawing data flow diagram, and gives the relevant information in the data dictionary. Further data flow diagram to the completion of the main functions of the system modules of the detailed design. At the same time, through the E-R implementation of the database analysis, and combined with the SQL Server 2008database design. In the Myeclipse development platform, the use of JSP+JavaBean+Servlet classic MVC frame to complete the development of the whole system.
 
Key words: population information management; B / S; MVC

Type of thesis: software development

目    录

摘  要 IV
Abstract V
1  绪  论 1
1.1  课题背景 1
1.2  研究的目的和意义 1
1.3  项目描述 2
2  开发工具与环境简介 3
2.1  J2EE简介 3
2.2  MVC开发模式 4
2.3  开发工具 4
2.3.1  Tomcat简介 4
2.3.2  MyEclipse简介 5
2.4  数据库 5
2.5  系统平台 6
2.5.1  系统模式 6
2.5.2  硬件环境 6
2.5.3  软件环境 6
2.6  环境配置 6
2.6.1  MyEclips8.6 运行环境配置 6
2.6.2  tomcat6.0环境配置 7
3  系统分析 7
3.1  现状调查 7
3.2  可行性分析 7
3.2.1  技术可行性 7
3.2.2  经济可行性 7
3.2.3  操作可行性 8
3.3  需求分析 8
3.4  性能要求 8
3.5  系统业务流程图 9
3.6  系统数据流程图 9
3.7  系统数据字典 14
3.8  系统数据库的分析 16
4  系统设计 19
4.1  系统结构设计 19
4.2  系统规划与设计 19
4.2.1  系统功能概述 20
4.2.2  系统模块设计 20
4.3  数据结构设计 23
5  系统实现 26
5.1  登陆界面的设计与实现 26
5.2  字典维护管理界面的设计与实现 26
5.3  小区管理员管理界面的设计与实现 27
5.4  物业工作人员管理界面的设计与实现 29
5.5  业主基本信息管理界面的设计与实现 30
5.6  业主通讯录信息管理界面的设计与实现 31
5.7  报表资料管理界面的设计与实现 32
6  系统测试 34
6.1  系统测试的目的 34
6.2  系统测试的原则 34
6.3  测试的过程 34
6.3.1  功能测试 35
6.3.2  系统测试 35
6.4  主要功能测试 35
6.4.1  登录系统 35
6.4.2  业主信息管理 36
6.4.3  注销退出 38
7  结束语 40
致    谢 41
参考文献 42
附  录 43
附录1 程序清单 43
附录1.1  通讯录程序清单 43
附录1.2   业主信息程序清单 50
附录1.3  物业人员程序清单 61
附录1.4  管理员程序清单 66
附录1.5  数据字典程序清单 72
附录1.6  数据字典明细程序清单 74
附录1.7  连接数据库程序清单 79
附录1.8  JavaBean程序清单 84


相关论文
本论文在计算机论文栏目,由论文格式网整理,转载请注明来源www.lwgsw.com,更多论文,请点论文格式范文查看
上一篇:图书借阅信息管理系统 下一篇:网站后台管理系统开发探究
Tags: 【收藏】 【返回顶部】
最新文章
热门文章
计算机论文
推荐文章

本站部分文章来自网络,如发现侵犯了您的权益,请联系指出,本站及时确认删除 E-mail:349991040@qq.com

论文格式网(www.lwgsw.com--论文格式网拼音首字母组合)提供计算机论文毕业论文格式,论文格式范文,毕业论文范文

Copyright@ 2010-2018 LWGSW.com 论文格式网 版权所有 蜀ICP备09018832号