摘 要
随着科学技术的飞速发展,社会的方方面面、各行各业都在努力与现代的先进技术接轨,通过科技手段来提高自身的优势,培训中心管理当然也不能排除在外。培训中心管理系统是以实际运用为开发背景,运用软件工程开发方法,采用DJANGO框架技术构建的一个管理系统。整个开发过程首先对软件系统进行需求分析,得出系统的主要功能。接着对系统进行总体设计和详细设计。总体设计主要包括系统总体结构设计、系统数据结构设计、系统功能设计和系统安全设计等;详细设计主要包括模块实现的关键代码,系统数据库访问和主要功能模块的具体实现等。最后对系统进行功能测试,并对测试结果进行分析总结,及时改进系统中存在的不足,为以后的系统维护提供了方便,也为今后开发类似系统提供了借鉴和帮助。
本培训中心管理系统采用的数据库是Mysql,使用DJANGO框架技术开发。在设计过程中,充分保证了系统代码的良好可读性、实用性、易扩展性、通用性、便于后期维护、操作方便以及页面简洁等特点。
关键词:培训中心管理系统,Mysql DJANGO框架
ABSTRACT
With the rapid development of science and technology, all aspects of the society, all walks of life are trying to integrate with modern advanced technology, through scientific and technological means to improve their own advantages, training center management, of course, can not be excluded. Training center management system is a management system based on the practical application as the development background, using software engineering development methods, using DJANGO framework technology to build a management system. The whole development process first to the software system requirements analysis, the main functions of the system. Then the overall design and detailed design of the system. The overall design mainly includes system overall structure design, system data structure design, system function design and system safety design, etc. The detailed design mainly includes the key code of the module realization, the system database access and the concrete realization of the main functional modules. Finally, the function of the system is tested, and the test results are analyzed and summarized to timely improve the shortcomings of the system, which provides convenience for the future maintenance of the system, and also provides reference and help for the future development of similar systems.
This training center management system uses MYSQL database, using DJANGO framework technology development. In the design process, fully ensure that the system code is good readability, practicability, easy to expand, universal, easy to maintain, easy to operate and concise page and other characteristics.
Key words: Training center management system, MYSQL DJANGO framework
目 录
摘 要
ABSTRACT
目 录
第1章 绪论
1.1背景及意义
1.2 国内外研究概况
1.3 研究的内容
第2章 相关技术
2.1 B/S架构
2.2 Python简介
2.3 Django框架
2.4 MySQL 介绍
2.5 MySQL环境配置
第3章 系统分析
3.1 需求分析
3.2 系统可行性分析
3.2.1技术可行性:技术背景
3.2.2经济可行性
3.2.3操作可行性
3.3 项目设计目标与原则
3.4系统流程分析
3.4.1操作流程
3.4.2添加信息流程
3.4.3删除信息流程
第4章 系统设计
4.1 系统体系结构
4.2开发流程设计
4.3 数据库设计原则
4.4 数据表
第5章 系统详细设计
5.1系统功能模块
5.2管理员功能模块
5.3教师功能模块
5.4学生功能模块
第6章 系统测试
6.1系统测试的目的
6.2系统测试方法
6.3功能测试
结 论
致 谢
参考文献