当前位置 : 主页 > 编程语言 > python >

基于Python技术的营养信息管理系统

来源:互联网 收集:自由互联 发布时间:2022-06-15
1世纪的今天,随着社会的不断发展与进步,人们对于信息科学化的认识,已由低层次向高层次发展,由原来的感性认识向理性认识提高,管理工作的重要性已逐渐被人们所认识,科学化

1世纪的今天,随着社会的不断发展与进步,人们对于信息科学化的认识,已由低层次向高层次发展,由原来的感性认识向理性认识提高,管理工作的重要性已逐渐被人们所认识,科学化的管理,使信息存储达到准确、快速、完善,并能提高工作管理效率,促进其发展。

论文对营养信息管理系统进行了介绍,包括他的现状,还有涉及的开发背景,然后还对系统的设计目标进行了论述,还有系统的需求,以及整个的设计方案,对系统的设计以及实现,也都论述的比较细致,最后对营养信息管理系统进行了一些具体测试。

本文以Python为开发技术,实现了一个营养信息管理系统。营养信息管理系统分为管理员和用户功能模块。管理员可以进行食品信息管理、类别列表、友情链接列表、用户列表等。用户可以管理谷类、干豆类、蔬菜类、肉类、水果类、坚果类、鱼类等。通过这些功能模块的设计,基本上实现了整个营养信息的管理过程。

具体在系统设计上,采用了B/S的结构,和django框架,同时,也使用Python语言技术在动态页面上进行了设计,后台上采用MySQL 数据库,是一个非常优秀的营养信息管理系统。

关键词 :营养信息管理;Python语言;MySQL;B/S结构;django

基于Python技术的营养信息管理系统_后端

 基于Python技术的营养信息管理系统_mysql_02

 

Abstract

Today in the 21st century, with the continuous development of society and progress, people for the understanding of the scientific information that has been developed from low level to high level development, from perceptual knowledge to rational knowledge, the importance of management work has been gradually known by people, scientific management, to store information accurate, fast, perfect, and can improve the work efficiency of management, promote its development.

Papers on nutritional information management system are introduced, including his status, and involves the development background, and then has carried on the elaboration to the design of system target, and the demand of the system, and the whole design scheme of the system design and implementation, are also discussed more meticulous, finally nutrition information management system for the specific test.

In this paper, a nutrition information management system is implemented using Python as the development technology. Nutrition information management system is divided into administrator and user functional modules. The administrator can conduct food information management, category list, friendship link list, user list and so on. Users can manage cereals, dried beans, vegetables, meat, fruits, nuts, fish, etc. Through the design of these functional modules, the whole nutritional information management process is basically realized.

In terms of system design, B/S structure and Django framework are adopted. Meanwhile, Python language technology is also used to design on dynamic pages. MySQL database is adopted on the back platform, which is a very excellent nutrition information management system.

Key words: Nutrition information management; The Python language. MySQL; B/S structure; django

目    录

1 概述 1

1.1课题背景及意义 1

1.2 国内外研究现状 1

1.3 本课题主要工作 2

2 系统开发环境 3

2.1 Python语言介绍 3

2.2 MySQL数据库 4

2.3 B/S结构 5

2.4 django框架 5

3 系统分析 6

3.1 可行性分析 6

3.1.1 技术可行性 6

3.1.2操作可行性 6

3.1.3 经济可行性 6

3.1.4 法律可行性 7

3.2系统流程设计 7

3.2.1系统开发流程 7

3.2.2 用户登录流程 8

3.2.3 系统操作流程 8

3.2.4 添加信息流程 9

3.2.5 修改信息流程 10

3.2.6 删除信息流程 10

3.3系统用例分析 11

3.3.1管理员用例图 11

3.3.2用户用例图 12

4 系统设计 13

4.1 系统概述 13

4.2 系统结构设计 13

4.3数据库设计 14

4.3.1 数据库设计原则 14

4.3.2 数据库实体 14

4.3.3 数据库表设计 15

5系统界面设计 17

5.1 用户功能模块的实现 17

5.1.1首页界面 17

5.1.2 用户登录界面 17

5.1.3 用户注册界面 18

5.2管理员功能模块的实现 18

5.2.1食品信息管理界面 18

5.2.2类别列表界面 19

5.2.3友情链接列表界面 19

5.2.4用户列表界面 19

6系统测试 20

6.1测试环境与条件 20

6.2功能测试 20

6.3安全测试 21

6.4可用性测试 21

6.5性能测试 21

6.6用例测试 22

6.7测试结果分析 22

结    论 23

致    谢 24

参考文献 25

网友评论