毕业论文

打赏
当前位置: 毕业论文 > 计算机论文 >

python+mysql人事管理系统开发

时间:2019-02-14 19:20来源:毕业论文
分析了该系统所需的技术和总体需求,设计了数据库表结构和详细功能模块,阐述了环境配置、代码结构、系统实现以及后期测试等方面的内容。该系统采用基于python的DJANGO框架进行设

摘要:    本课题旨在设计一个操作简便、界面友好并且安全可靠的人事管理系统,主要功能包括:员工个人信息的增删改查,管理人员对员工的部门配置、收发公告等,员工可以查看自己的考勤记录等服务,基本上可以满足大多数企业对于人事管理的需求。本论文分析了该系统所需的技术和总体需求,设计了数据库表结构和详细功能模块,阐述了环境配置、代码结构、系统实现以及后期测试等方面的内容。该系统采用基于python的DJANGO框架进行设计,采用现今主流的B/S架构,前端界面展示采用Bootstrap解决方案,数据存储采用MYSQL数据库。33240
毕业论文关键词:    人事管理系统;python;B/S架构
The Development of the Personnel Management System
Abstract:     A personnel Management system with the following features is designed: easy to operate, user-friendly, safe and reliabe. The following functions are achieved in this system: searching, adding, deleting and updating of the employee’s information; configuring the staff and broadcasting notice by the department managers; checking the attendance records by the employees and other services. Most business needs for personnel management can be met in this system. In this paper, the required technique and the overall demand are analysized, the table structure in the database and the detailed functional module are designed, and the following aspects are summarized: environment configuration, code structure, system implementation, program testing and so on. The design of the system is based on the python DJANGO framework, adopts today's prevailing B / S Mode, applys the Bootstrap solutions to display the front-end, and adopts MYSQL database for the data storage.
Keywords:    Personnel Management System; python; B/S Mode
目录
摘要    i
Abstract    i
目录    ii
1    绪论    1
1.1    课题的目的和意义    1
1.2    国内外研究现状与水平    1
1.3    发展趋势和未来的市场占有    2
1.4    论文组织结构    3
2    分析    4
2.1    所需技术分析    4
2.1.1    Python 编程语言与DJANGO 框架    4
2.1.2    B/S架构    5
2.1.3    MYSQL    6
2.1.4    Bootstrap与JQUERY    6
2.2    系统需求分析    6
2.2.2    系统概述    7
2.2.3    系统目的    7
2.3    模块功能分析    7
2.3.1    系统用户管理    8
2.3.2    员工信息管理    8
2.3.3    员工综合管理    8
2.3.4    公告通知管理    8
2.4    系统安全性分析    8
3    设计    9
3.1    环境配置    9
3.2    流程图设计    9
3.3    数据库表结构设计    10
3.3.1    数据库连接    11
3.3.2    Django ORM实现    11
3.3.3    表结构设计    12
3.4    功能模块设计    16
3.4.1    登录模块    18
3.4.2    系统用户管理    18 python+mysql人事管理系统开发:http://www.751com.cn/jisuanji/lunwen_30210.html
------分隔线----------------------------
推荐内容