摘  要

随着计算机技术发展,计算机系统的应用已延伸到社会的各个领域,大量基于网络的广泛应用给生活带来了十分的便利。所以把智慧社区内网管理与现在网络相结合,利用计算机搭建智慧社区内网平台,实现智慧社区内网的信息化。则对于进一步提高智慧社区内网管理发展,丰富智慧社区内网管理经验能起到不少的促进作用。

系统阐述的是一款基于数据可视化的智慧社区内网平台的设计与实现,对于Python、B/S结构、MySql进行了较为深入的学习与应用。主要针对系统的设计,描述,实现和分析与测试方面来表明开发的过程。开发中使用了 django框架和MySql数据库技术搭建系统的整体架构。利用这些技术结合实际需求开发了具有个人中心、住户管理、来访登记管理、出入登记管理、物业催缴管理、高危楼栋管理、系统管理等功能的系统,最后对系统进行相应的测试,测试系统有无存在问题以及测试用户权限来优化系统,最后系统达到预期目标。


关键字:智慧社区内网;Python; django;MySql数据库

 

Abstract

With the development of computer technology, the application of computer system has been extended to every field of society, a large number of wide application based on the network to life has brought very convenient. Therefore, the intelligent community Intranet management is combined with the current network, and the intelligent community Intranet platform is built by computer to realize the informatization of the intelligent community Intranet. It can further improve the management and development of smart community Intranet and enrich the management experience of smart community Intranet.

This paper systematically describes the design and implementation of an intelligent community Intranet platform based on data visualization, and has carried on a more in-depth study and application of Python, B/S structure and MySql. Mainly for the system design, description, implementation and analysis and testing aspects to show the development process. Development using django framework and MySql database technology to build the overall architecture of the system. Using these technologies combined with the actual needs of the development of a personal center, resident management, visit registration management, access registration management, property collection management, high risk building management, system management and other functions of the system, and finally the system is tested to test whether there are problems in the system and test user rights to optimize the system, finally the system to achieve the desired goal.


Key words: intelligent community Intranet; Python; django; MySql database


目    录


1  概    述 5

1.1研究背景 5

1.2研究意义 5

1.3研究内容 5

2  关键技术介绍 7

2.1 PYTHON语言简介 7

2.2 MySql数据库 7

2.3 DJANGO框架 8

2.4 Hadoop介绍 9

2.5 Scrapy介绍 9

2.6 B/S架构 10

3  系统分析 11

3.1可行性分析 11

3.1.1经济可行性 11

3.1.2技术可行性 11

3.1.3运行可行性 11

3.2系统用例分析 11

3.3流程设计 12

3.3.1程序流程图设计 12

3.3.2添加信息流程图设计 13

3.3.3删除信息流程图设计 14

4  系统的设计 15

4.1系统总功能模块设计 15

4.2系统数据库设计 15

4.2.1数据库系统概要设计 15

4.2.2 E-R模型结构设计 15

4.3数据表设计 17

5  系统的实现 23

5.1系统功能实现 23

5.2后台模块实现 24

5.2.1管理员功能实现 24

5.2.2住户功能实现 28

6系统测试 30

6.1系统测试的目的 30

6.2软件测试过程 30

6.3测试用例 31

结论 33

致谢 34

参考文献 35

 

智慧社区内网平台综合网络空间开发设计要求。目的是将传统管理方式转换为在网上管理,完成智慧社区内网管理的方便快捷、安全性高、交易规范做了保障,目标明确。智慧社区内网平台可以将功能划分为管理员功能和住户功能。

(1)、管理员关键功能包含系统首页、个人中心、住户管理、来访登记管理、出入登记管理、物业催缴管理、高危楼栋管理、系统管理等进行管理。

(2)、住户关键功能包含系统首页、个人中心、物业催缴管理、高危楼栋管理等功能。

基于数据可视化的智慧社区内网平台-计算机毕业设计源码+LW文档_流程图

基于数据可视化的智慧社区内网平台-计算机毕业设计源码+LW文档_流程图_02

基于数据可视化的智慧社区内网平台-计算机毕业设计源码+LW文档_流程图_03

基于数据可视化的智慧社区内网平台-计算机毕业设计源码+LW文档_Python_04