摘 要
近些年来,随着科技的飞速发展,互联网的普及逐渐延伸到各行各业中,给人们生活带来了十分的便利,考研学习系统利用计算机网络实现信息化管理,使整个考研学习系统的发展和服务水平有显著提升。
本文拟采用PyCharm开发工具,Python语言、Django框架进行开发,后台使用MySQL数据库进行信息管理,设计开发的考研学习系统。通过调研和分析,系统拥有管理员、教师和学生三个角色,主要具备注册登录、个人信息修改、课程信息管理、课程分类管理、考研资料管理、资料分类管理、报考志愿管理、学习论坛、试题测试管理、试题管理、系统管理、考试管理等功能模块。将纸质管理有效实现为在线管理,极大提高工作效率。
关键词:考研学习系统;Python语言;MySQL数据库;
Abstract
In recent years, with the rapid development of science and technology, the popularity of the Internet has gradually extended to all walks of life, bringing great convenience to people’s lives. The entrance examination and learning system uses computer network to achieve information management, which significantly improves the development and service level of the entire entrance examination and learning system.
This paper intends to use PyCharm development tool, Python language and Django framework for development, and use MySQL database for information management in the background to design and develop a postgraduate entrance examination learning system. Through research and analysis, the system has three roles of administrators, teachers and students, mainly with registration and login, personal information modification, course information management, course classification management, postgraduate entrance examination data management, data classification management, voluntary examination management, learning forum, test test management, test question management, system management, test management and other functional modules. The effective realization of paper management to online management, greatly improve work efficiency.
Key words: postgraduate entrance examination learning system; Python language; MySQL database;
目 录
目 录 I
第一章 概述 1
1.1研究背景 1
1.2研究目的及意义 2
1.3国内外发展现状 2
1.4 研究内容 3
1.5本文的结构 4
第二章 关键的技术介绍 4
2.1 Python语言 5
2.2 Django框架简介 5
2.3 MySQL简介 6
2.4 PyCharm开发环境 7
2.5 B/S架构 8
第三章 系统分析 9
3.1功能需求分析 10
3.2系统可行性分析 11
3.2.1技术可行性 12
3.2.2 经济可行性 13
3.2.3社会可行性 14
3.3系统用例图 15
3.4流程图设计 15
3.4.1 登录流程图 16
3.4.2 添加新用户流程图 17
第四章 系统概要设计 18
4.1系统设计原理 19
4.2功能模块设计 20
4.3 数据库设计 21
4.3.1数据库设计原则 22
4.3.2数据库E-R图设计 23
4.3.3数据库表结构设计 24
第五章 系统功能实现 25
5.1前台系统功能的实现 26
5.2后台管理员功能的实现 27
5.3后台教师功能的实现 27
第六章 系统测试 30
6.1系统测试的目的 31
6.2软件测试过程 32
6.3系统测试用例 33
结 论 34
致 谢 35
参考文献 36