1、 毕业设计 题 目 基于Android平台的图书管理系统手机客户端开发 学生姓名 xxx 学 号 专业班级 通信工程 指导教师 xxx 学 院 计算机与通信 答辩日期 2012 年 6 月 I 摘摘 要要 传统 WEB 应用只能在 PC 机上使用,不能做到随时随地的使用,为了解决这样的不足, 基于 Android 平台的图书馆管理系统客户端就应运而生。本设计阐述了在 Android 平台下图 书馆管理系统的设计与实现过程,其目的是让人们能够在基于 Google Android 平台的移动设 备上享用传统 WEB 上图书馆管理系统的基本功能。本系统采用 C/S 结构, MVC 软件开发 模式,使
2、用 android 布局技术完成 UI 的设计,基于 Java 语言开发完成,在不同型号的设备模 拟器上测试通过。系统实现了用户注册、登录、查询图书以及学生用户管理和图书管理等功 能。 “操作简单,功能实用”这是本软件设计的核心理念,本系统力求创造最好的用户体验。 关键词:关键词:图书馆管理系统;ANDROID;客户端;数据库设计;服务器端 Abstract II The WEB application can only in traditional PC use, cant do it at any time and place to use, in order to solve the s
3、hortage 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 t
4、he 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.
5、 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 :
6、library management system; ANDROID; client; database design; server 目目 录录 摘 要 I III ABSTRACT I 第 1 章 前 言 . 1 1.1 课题研究的目的及意义 . 1 1.2 课题的现状 . 1 1.3 课题的内容 . 1 第 2 章 软件设计及开发工具介绍 2 2.1 总体设计 . 3 2.2 系统结构 . 3 2.3 开发工具介绍和关键技术 . 3 2.3.1 Eclipse 的介绍 3 2.3.2 MyEclipse 与 Tomcat 介绍 5 2.3.3 关键技术介绍 7 第 3 章 系统功能设计 7 3.1 前台管理 . 7 3.1.1 注册 8 3.1.2 用户登录 8 3.1.3 图书查询 8 3.1.4 用户管理 8 3.1.5 图书管理 8 3.2 后台管理 . 9 3.2.1 注册管理 9 3.2.2 登录管理 9 3.2.3 图书查询管理 9 3.2.4 用户管理 . 10 3.2.5 图书管理 . 10 第 4 章