基于Android平台的图书管理系统手机客户端开发(含外文翻译)

  • 格式:doc
  • 大小:6.89 MB
  • 文档页数:65

下载文档原格式

  / 65
  1. 1、下载文档前请自行甄别文档内容的完整性,平台不提供额外的编辑、内容补充、找答案等附加服务。
  2. 2、"仅部分预览"的文档,不可在线预览部分如存在完整性等问题,可反馈申请退款(可完整预览的文档不适用该条件!)。
  3. 3、如文档侵犯您的权益,请联系客服反馈,我们会尽快为您处理(人工客服工作时间:9:00-18:30)。

基于Android平台的图书管理系统手机客户端开发

基于Android平台的图书管理系统手机客户端开发此文档为WORD格式,下载后可随意编辑

2017年9月修订

摘要

传统WEB应用只能在PC机上使用,不能做到随时随地的使用,为了解决这样的不足,基于Android平台的图书馆管理系统客户端就应运而生。本设计阐述了在Android平台下图书馆管理系统的设计与实现过程,其目的是让人们能够在基于Google Android平台的移动设备上享用传统WEB上图书馆管理系统的基本功能。本系统采用C/S结构,MVC软件开发模式,使用android布局技术完成UI的设计,基于Java语言开发完成,在不同型号的设备模拟器上测试通过。系统实现了用户注册、登录、查询图书以及学生用户管理和图书管理等功能。“操作简单,功能实用”这是本软件设计的核心理念,本系统力求创造最好的用户体验。

关键词:图书馆管理系统;ANDROID;客户端;数据库设计;服务器端

Abstract

The WEB application can only in traditional PC use, can't do it at any time and place to use, in order to solve the shortage of such, based on the Android platform of library management system client is made. This paper expounds the workbench Android library management system design and implementation process, and its purpose is to let people can be based on the Google Android platform of mobile devices to enjoy the traditional WEB on the basic functions of the library management system. The system USES the C/S structure, MVC software development model, use android UI design layout complete technology, based on the Java language development completed, in different types of equipment simulator test is passed. The system realizes the user register, login, inquires the books and the students' user management and library management etc. Function. "The operation is simple, functional practical" this is the core idea of the software design, this system is the best tries to create user experience.

Key words: library management system; ANDROID; client; database design; server

目录

摘要.......................................................................... I ABSTRACT.................................................................... I 第1章前言. (1)

1.1课题研究的目的及意义 (1)

1.2课题的现状 (1)

1.3课题的内容 (1)

第2章软件设计及开发工具介绍 (1)

2.1总体设计 (1)

2.2系统结构 (1)

2.3开发工具介绍和关键技术 (1)

2.3.1 Eclipse的介绍 (1)

2.3.2 MyEclipse与Tomcat介绍 (4)

2.3.3 关键技术介绍 (5)

第3章系统功能设计 (1)

3.1前台管理 (1)

3.1.1 注册 (1)

3.1.2 用户登录 (1)

3.1.3 图书查询 (1)

3.1.4 用户管理 (2)

3.1.5 图书管理 (2)

3.2后台管理 (2)

3.2.1 注册管理 (2)

3.2.2登录管理 (2)

3.2.3 图书查询管理 (3)

3.2.4 用户管理 (3)

3.2.5 图书管理 (3)

第4章数据库结构设计 (3)

4.1服务器端数据库设计 (3)

4.1.1 数据库逻辑结构设计 (4)

4.1.2数据库物理结构设计 (6)

第5章模块开发及编码实现 (1)

5.1服务器端的设计---搭建JA V A WEB服务器 (1)

5.2连接数据库模块 (1)

5.3服务器功能模块 (2)

5.3.1 注册模块 (2)

5.3.2 登录模块 (3)

5.3.3 书籍查询模块 (4)

5.3.4 特定用户查询模块 (5)

5.3.5 查询所有用户模块 (6)

5.3.6 添加书籍模块 (7)

5.4客户端的设计---设计ANDROID UI界面 (8)

5.5具体功能模块 (9)

5.5.1 注册界面 (9)

5.5.2 登录界面 (12)

5.5.3 学生用户书籍查询界面 (14)

5.5.4 管理员界面 (15)

5.5.5 管理学生用户界面 (16)

5.5.6 管理图书界面 (17)

5.5.7 图书增加界面 (18)

第6章系统测试 (1)

6.1用户注册测试 (1)

6.2用户登录测试 (1)

6.3图书查询测试 (3)

6.4用户管理测试 (3)

6.5书籍管理测试 (4)

总结 (6)

参考文献 (1)

附录一核心代码 (1)

附录二外文文献(原文) (1)

附录三外文文献(译文) (1)

致谢 (1)