摘 要
随着计算机技术发展,计算机系统的应用已延伸到社会的各个领域,大量基于网络的广泛应用给生活带来了十分的便利。所以把高校成绩分析与现在网络相结合,利用计算机搭建高校成绩分析系统,实现高校成绩分析的信息化。则对于进一步提高高校成绩分析管理发展,丰富高校成绩分析管理经验能起到不少的促进作用。
本文阐述的是一个高校成绩分析系统的设计与实现,对于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. So the university performance analysis and the current network combination, using the computer to build the university performance analysis system, to achieve the university performance analysis information. It can further improve the development of academic performance analysis and management and enrich the experience of academic performance analysis and management.
This paper describes the design and implementation of a college performance analysis system, for Python, B/S structure, MySql more in-depth study and application. 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 to develop a personal center, student management, teacher management, announcement information management, subject information management, student performance management, online test management, test item management, examination management and other functions of the system, finally the system for the corresponding test, test system whether there are problems and test user rights to optimize the system. Finally, the system achieves the desired goal.
Key words: university achievement; 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 B/S架构 9
3 系统分析 10
3.1可行性分析 10
3.1.1经济可行性 10
3.1.2技术可行性 10
3.1.3运行可行性 10
3.2系统用例分析 10
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 系统的实现 24
5.1系统登录模块实现 24
5.2管理员模块实现 24
5.3教师模块实现 28
5.4学生模块实现 29
6系统测试 31
6.1系统测试的目的 31
6.2软件测试过程 31
6.3测试用例 32
结论 34
致谢 35
参考文献 36
高校成绩分析系统综合网络空间开发设计要求。目的是将高校成绩分析从传统管理方式转换为在网上管理,完成高校成绩分析管理的方便快捷、安全性高、交易规范做了保障,目标明确。高校成绩分析系统可以将功能划分为管理员功能、学生功能和教师功能。
(1)、管理员关键功能包含个人中心、学生管理、教师管理、公告信息管理、科目信息管理、学生成绩管理、在线测试管理、试题管理、考试管理等进行管理。(2)、教师关键功能包含个人中心、公告信息管理、学生成绩管理、在线测试管理、试题管理、考试管理等功能。(3)、学生关键功能包含个人中心、公告信息管理、学生成绩管理、考试管理等功能。
标签:management,管理,Python,高校,系统,system,源码,毕业设计,成绩 From: https://blog.51cto.com/u_15745565/8407919