{$cfg_webname}
主页 > 计算机 > Python >

基于Python语言下Django框架的适老化(老年人)系统设计

来源:56doc.com  资料编号:5D20878 资料等级:★★★★★ %E8%B5%84%E6%96%99%E7%BC%96%E5%8F%B7%EF%BC%9A5D20878
资料以网页介绍的为准,下载后不会有水印.资料仅供学习参考之用. 帮助
资料介绍

基于Python语言下Django框架的适老化(老年人)系统设计(论文12000字,外文翻译,参考代码)
摘要:随着互联网不断的发展,网络的使用已经成为了每个人日常生活中不可或缺的一部分,而同时,互联网使用群体老龄化的问题也逐渐出现。互联网在老年人群体中的使用,能够有效提高老年人的社会联结,减少老年人厌倦与孤独的情感。本文主要介绍的是基于Python语言下应用Django框架的适老化系统的设计与实现。该系统主要实现了为老年人服务并适用于老年人的几个模块,包括:登陆注册模块、后台管理模块、实时天气查询模块、新闻爬取模块以及记事本模块。以方便老年人使用为基本原则,为老年人互联网生活提供了便利,实现了天气查询功能、公众号文章的爬取与浏览功能以及重要事项记录等多个功能。适老化系统的开发能够帮助老年人更好更方便的适应互联网环境,有助于丰富中老年人生活,拓展其社交网络,改善其生活品质,为老年人提供一个与互联网生活接轨的桥梁。
关键词:适老化系统 ;Python ;Django ;MySQL

Design and Implementation of Ageing-Friendly System Based on Django Framework in Python Language
Abstract: With the continuous development of the Internet, the Internet has played an indispensable role in people’s daily life, meanwhile, the aging problem of Internet users has gradually emerged.   The use of the Internet in the elderly can effectively improve the social connection of the elderly and reduce their feelings of boredom and loneliness. This thesis mainly introduces the design and implementation of ageing-friendly system based on Django framework in Python language. The system mainly implements several modules for the elderly, including login registration module, background management module, real-time weather query module, news gathering module and notebook module. In order to obey the basic principle, facilitating the elderly to use the Internet, it achieves the functions of weather query, gathering and browsing of public documents, and recording of important items, which provides convenience for the Internet life of the elderly. The development of the aging system can help the elderly adapt to the Internet environment better and more conveniently, which enriches their lives, expands their social networks, improves their quality of life, and offers them a bridge to connect with the Internet.
Key words: Appropriate aging ; Python ; Django ; MySQL
 

基于Python语言下Django框架的适老化系统设计
基于Python语言下Django框架的适老化系统设计
基于Python语言下Django框架的适老化系统设计
基于Python语言下Django框架的适老化系统设计
基于Python语言下Django框架的适老化系统设计


目 录
1.概述    6
1.1选题背景    6
1.2适老化系统的发展现状    6
1.2.1国内现状    6
1.2.2国外现状    6
1.2.3适老化系统的发展不足    7
1.3 研究适老化系统的目的及意义    7
2. 系统规划    8
2.1 系统开发环境    8
2.1.1 MySQL    8
2.1.2 Python简介    8
2.1.3 Django简介    8
2.2 适老化系统可行性分析    9
2.2.1社会环境的可行性    9
2.2.2技术上的可行性    10
2.2.3经济上的可行性    10
3. 系统分析    10
3.1 适老化系统的业务流程分析    10
3.1.1管理员管理业务流程图    11
3.1.2用户登录注册业务流程图    12
3.1.3用户实时天气查询业务流程图    13
3.1.4新闻浏览业务流程图    14
3.1.5个人记事簿业务流程图    15
3.2 适老化系统的数据流程分析    16
3.2.1系统顶层数据流图    16
3.2.2系统一层数据流图    17
3.2.3系统二层数据流图    17
3.3 系统数据字典    20
4. 系统设计    22
4.1 适老化系统的总体功能结构设计    22
4.2 数据库设计    22
4.2.1 数据库概念结构设计    23
4.2.2 数据库逻辑结构设计    25
4.3 程序流程图    27
4.3.1 登陆注册程序流程    27
4.3.2 管理员后台管理流程    27
4.3.3 实时天气查询程序流程    28
4.3.4 新闻浏览程序流程    29
4.3.5 个人记事簿程序流程    29
4.4 程序界面设计    30
4.4.1 用户界面设计    30
4.4.2 管理员界面设计    32
5. 系统实现    33
5.1 系统MTV层的实现    33
5.1.1系统M(model)层的实现    33
5.1.2系统T(template)层的实现    34
5.1.3系统V(view)层的实现    35
5.2 系统关键模块的实现    36
5.2.1实时天气查询模块的实现    36
5.2.2新闻爬取模块的实现    37
5.2.3哈希模块的实现    38
6. 结语    38
参考文献    39
致谢    41

推荐资料