摘要Android是一款基于Linux修订版本的移动操作系统,它是一个真正意义上的开放性移动设备综合平台,其开源性使得开发者可以方便和自由地添加各种各样的特色功能。当今社会的生活节奏越来越快,传统人才招聘方式耗时耗力,一款移动端的智能招聘软件无论是对于求职者还是招聘方,都能起到提高工作效率的作用。83537
该软件针对市场需求实现了一个基于Android平台的人才招聘软件。本软件利用Android SDK设计客户端,用于手机客户端的UI界面设计,PHP用于后台管理,从客户端接收请求从而实现对数据库的直接操作,通过JSON数据返回给客户端,数据库的选择方面采用了较为轻便的MySQL进行存储。该软件将PHP页面作为客户端与数据库通信的桥梁,经测试响应速度较为满意,能够在Android手机上流畅运行和使用各项功能。
毕业设计说明书外文摘要
Title Design and Implementation of Recruitment Application based on Android Platform
Abstract Android is a Linux-based mobile operating system revision。 It is an openness mobile device comprehensive platform in a real sense。 Due to its openness, developers can add various features expediently and freely。 With the acceleration of modern living rhythm, traditional recruitment requires much time and effort, so a smart recruitment application on a mobile terminal plays an important role in the improvement of work efficiency for job seekers and recruiters。
This application accomplishes a recruitment application based on Android platform to meet the market demand。 The application uses Android SDK to design the client which is responsible for the UI。 PHP takes charge of back-staged management, and the request is received from the client and the database is operated subsequently。 After that it returns JSON data to the client。 MySQL is employed for data storage。 The application uses PHP page for the bridge between the client and the database。 After testing, it’s response speed is satisfactory。 It also runs smoothly and its various functions can be performed successfully。
Keywords Android E-Recruit PHP
目 次
1 引言 1
1。1 研究背景与目的 1
1。1。1 网上招聘 1
1。1。2 Android平台介绍 1
1。2。1 网络招聘现状 3
1。2。2 Android应用现状 3
1。3 研究目的和内容 4
1。3。1 研究目的 4
1。3。2 研究的主要内容 4
1。4 本文组织结构 4
2 系统需求分析 5
2。1 功能需求分析 5
2。2 数据库需求分析 5
2。3 开发环境 6
3 系统概要设计 7
3。1 总体功能 7
3。2 数据库设计 8
4 详细设计 19
4。1 总体流程设计