基于安卓系统的地铁AFC员工信息管理系统的设计与实现

 2022-07-20 02:07

论文总字数:24736字

摘 要

当今世界,随着科学技术的不断进步、发展,政府、企业、个人对于信息资源的依赖程度都在逐渐增加。随着移动终端在我们的日常生活中占据越来越重要的位置,现代人的学习、生活、休闲都离不开手机的使用。因此,想要提高企业的日常事务管理中最基础的员工信息管理的业务处理效率和便捷性,就要依靠信息管理从电脑端走向移动端的时代变迁。如何通过信息管理移动化来实现企业管理效率和质量的提高,是政府、企业、个人共同面对的一种严峻挑战。员工信息管理的工作十分繁琐,要求很高的正确率以保证企业正常运行和信息安全,而利用信息化软件将很大程度上减轻管理人员的公作负担。同时,鉴于安卓手机的便携与普遍性,开发用于员工信息管理系统的安卓系统应用软件是必然趋势。

本毕业设计的任务是设计一款基于Android平台的AFC员工信息管理软件,并且利用PC机上的数据库管理系统(DBMS)作为数据库,部署于相应服务器,与手机客户端进行数据交互。首先,本文进行项目背景和项目目标、意义的介绍。之后简单介绍安卓系统框架,并对本次项目所使用的开发平台、数据库MySQL进行简单的说明。接着从用户、性能、功能三个角度完成了需求分析,并以此为前提进行系统总体设计、E-R图设计、数据表构建。然后对数据库、服务器、客户端三方面相应功能及三者之间的连接实现进行介绍。最后,通过安卓真机测试验证系统功能,并对本次毕设进行总结。

关键词:Android,Eclipse,MySQL,Tomcat,员工信息管理

Abstract

In today's world,with the continuous advancement and development of science and technology,the dependence of government,enterprises and individuals on information resources gradually increases.With the mobile terminal occupying an increasingly important position in our daily life,modern people's learning,living and leisure are inseparable from the use of mobile phones.Therefore,if we want to improve the efficiency and convenience of the most basic employee information management in affairs management,we must rely on the change of information management from the computer side to the mobile side.How to achieve the improvement of enterprise management through the mobilization of information management is a severe challenge faced by the government,enterprises and individuals.The work of employee information management is very tedious and requires a high accuracy rate to ensure the normal operation of the enterprise and information security.At the same time,in view of the portable and universal nature of Android phones,it is an inevitable trend to develop Android system application software for employee information management systems.

The task of the graduation project is to design an AFC employee information management software based on the Android platform.First of all,the project background,project goals and significance are introduced in paper.After that,the Android system framework and database used in this project are briefly explained.Then, from the three perspectives of user,performance and function,the analysis of requirements is completed.Based on this,the overall system design,E-R diagram design and data table construction are performed.Then,the corresponding functions of the database,server and client are introduced.Finally,the test of the system function through Android real machine and the summary of the project are conducted.

KEY WORDS: Android, Eclipse, MySQL, Tomcat, Employee Information management.

目 录

摘 要 I

Abstract II

第一章 绪论 1

1.1 项目背景 1

1.2 课题目标及意义 1

1.2.1 课题目标 1

1.2.2 课题意义 1

1.3 运行环境 2

1.3.1 客户端运行环境 2

1.3.2 服务器运行环境 2

1.4 论文主要研究内容 2

1.5 论文主要结构 2

第二章 技术介绍 4

2.1 安卓系统简介 4

2.1.1 安卓的系统架构 4

2.1.2 平台优势 5

2.2 开发工具 5

2.2.1 平台介绍 5

2.2.2 搭建开发平台 6

2.3 MySQL 8

2.3.1 认识MySQL 8

2.3.2 JDBC访问MySQL数据库 8

第三章 系统需求分析 10

3.1 用户需求分析 10

3.1.1 普通员工 10

3.1.2 管理员 10

3.2 功能需求分析 11

3.3 性能需求分析 11

第四章 系统设计 13

4.1 系统总体设计 13

4.1.1 系统总体功能设计 13

4.1.2 系统实现流程设计 14

4.2 概念模型设计 14

4.3 数据库表的设计 15

第五章 系统功能实现 18

5.1 程序结构 18

5.1.1 客户端程序结构 18

5.1.2 服务器程序结构 19

5.2 程序流程 19

5.3 服务器搭建及部署 19

5.3.1 服务器搭建 19

5.3.2 服务器部署 20

5.4 数据库创建 20

5.4.1 数据库建立 20

5.4.2 数据表建立 21

5.5 客户端实现 21

5.5.1 用户登录模块 21

5.5.2 个人基本信息管理模块 22

5.5.3 工作记录管理模块 24

5.5.4 权限管理模块 25

5.5.5 部门员工管理模块 25

5.6 服务器与数据库连接 27

5.7 服务器与客户端连接 28

第六章 系统功能测试 30

6.1 软件测试的方法及意义 30

6.1.1 黑盒测试 30

6.1.2 白盒测试 30

6.2 软件测试准备 30

6.2.1 运行环境 30

6.2.2 客户端安装步骤 31

6.3 软件测试 31

6.3.1 普通员工 31

6.3.2 管理员 33

6.4 测试结果 37

第七章 总结与展望 38

7.1 完成的工作 38

7.2 不足之处 38

7.3 心得体会 39

致 谢 40

参考文献 41

绪论

项目背景

当今世界,随着科学技术的不断进步、发展,政府、企业、个人对于信息资源的依赖程度都在逐渐增加。随着移动终端在我们的日常生活中占据越来越重要的位置,现代人的学习、生活、休闲都离不开手机的使用。因此,想要提高企业的日常事务管理中最基础的员工信息管理的业务处理效率和便捷性,就要依靠信息管理从电脑端走向移动端的时代变迁。如何通过信息管理移动化来实现企业管理效率和质量的提高,是政府、企业、个人共同面对的一种严峻挑战。员工信息管理的工作十分繁琐,要求很高的正确率以保证企业正常运行和信息安全,而利用信息化软件将很大程度上减轻管理人员的工作负担。同时,鉴于安卓手机的便携与普遍性,开发用于员工信息管理系统的安卓系统应用软件是必然趋势。

办公自动化软件系统的优点是以网络互联为基础,可以让企业内部的信息能够迅速得到共享,使各项工作能够协同开展[1]。因此,把员工信息管理系统与移动终端应用相结合,能解决企业管理便携化的难题,有助于随时掌握员工信息、工作情况,提高企业管理的高效性与快捷性。

剩余内容已隐藏,请支付后下载全文,论文总字数:24736字

您需要先支付 80元 才能查看全部内容!立即支付

该课题毕业论文、开题报告、外文翻译、程序设计、图纸设计等资料可联系客服协助查找;