移动图书馆服务系统设计与实现--客户端的开发[独家原创].doc
约41页DOC格式手机打开展开
移动图书馆服务系统设计与实现--客户端的开发[独家原创],移动图书馆服务系统设计与实现--客户端的开发9900字自己原创的毕业论文,已经通过校内系统检测,重复率低,仅在本站独家出售,大家放心下载使用摘要 传统web应用只能在pc机上使用,不能做到随时随地的使用,为了解决这样的不足,基于android平台的图书馆管理系统客户端就应运而生。在智能手机软件不断发展的今天,很多传统p...
内容介绍
此文档由会员 jiji888 发布
移动图书馆服务系统设计与实现--客户端的开发
9900字
自己原创的毕业论文,已经通过校内系统检测,重复率低,仅在本站独家出售,大家放心下载使用
摘要 传统WEB应用只能在PC机上使用,不能做到随时随地的使用,为了解决这样的不足,基于Android平台的图书馆管理系统客户端就应运而生。在智能手机软件不断发展的今天,很多传统PC机上的应用正在向智能手机客户端转移。基于Android平台和智能手机的移动图书馆系统实现了客户端与服务器的通讯,使得用户可以通过手机客户端访问和查询各类图书信息。本设计介绍了在Android平台下图书馆服务系统的设计与实现过程,设计了系统框架及功能模块,系统实现了用户注册、登录、个人中心以及图书挂失和留言板等功能。
关键词 Android 图书馆 客户端 数据库设计
Design and Realization of mobile library service system (Client)
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. With the development of smart phone,many traditional PC applications are being deployed to phone as clients.Based on Android and smart phone,mobile library system implements communication between client and server to provide users’ query and request. This paper expounds the workbench Android library management system design and implementation process, The system realizes the user register, login, inquires the books and the students' user management and library management etc.
Keywords Android; Library;Client; database design
目 录
第一章 前言 1
1.1 课题研究的背景及意义 1
1.2课题研究的现状 1
1.3 课题的内容 2
第二章 软件设计及开发工具介绍 3
2.1 总体设计 3
2.2 系统结构 3
2.3 开发工具介绍和关键技术 3
2.3.1 Eclipse的介绍 3
2.3.2 关键技术介绍 5
2.4Android平台的搭建 5
2.4.1下载SDK初始包 5
2.4.2安装和配置ADT 6
2.4.3配置Android虚拟机 6
第三章 系统功能设计 8
3.1 客户端功能 8
第四章 数据库结构设计 10
4.1数据库的设计 10
4.2 数据库逻辑结构设计 12
4.3 数据库物理结构设计 14
第五章 模块开发及编码实现 16
5.1 在Eclipse中创建项目 16
5.2 连接数据库 16
5.3 功能模块 17
5.3.1注册模块 17
5.3.2登录模块 18
5.3.3个人中心模块 19
5.3.4挂失图书信息模块 20
5.3.5留言板模块 21
5.4 具体功能界面 22
5.4.1注册界面 22
5.4.2登陆界面 23
5.4.3主界面 25
5.4.4个人中心界面 26
5.4.5图书挂失界面 26
5.4.6留言板界面 28
第六章 系统测试 30
6.1 用户注册测试 30
6.2 用户登录测试 31
6.3个人中心测试 32
6.4图书挂失测试 33
6.5留言板测试 34
第七章 总结与展望 35
参考文献 36
致 谢 37
9900字
自己原创的毕业论文,已经通过校内系统检测,重复率低,仅在本站独家出售,大家放心下载使用
摘要 传统WEB应用只能在PC机上使用,不能做到随时随地的使用,为了解决这样的不足,基于Android平台的图书馆管理系统客户端就应运而生。在智能手机软件不断发展的今天,很多传统PC机上的应用正在向智能手机客户端转移。基于Android平台和智能手机的移动图书馆系统实现了客户端与服务器的通讯,使得用户可以通过手机客户端访问和查询各类图书信息。本设计介绍了在Android平台下图书馆服务系统的设计与实现过程,设计了系统框架及功能模块,系统实现了用户注册、登录、个人中心以及图书挂失和留言板等功能。
关键词 Android 图书馆 客户端 数据库设计
Design and Realization of mobile library service system (Client)
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. With the development of smart phone,many traditional PC applications are being deployed to phone as clients.Based on Android and smart phone,mobile library system implements communication between client and server to provide users’ query and request. This paper expounds the workbench Android library management system design and implementation process, The system realizes the user register, login, inquires the books and the students' user management and library management etc.
Keywords Android; Library;Client; database design
目 录
第一章 前言 1
1.1 课题研究的背景及意义 1
1.2课题研究的现状 1
1.3 课题的内容 2
第二章 软件设计及开发工具介绍 3
2.1 总体设计 3
2.2 系统结构 3
2.3 开发工具介绍和关键技术 3
2.3.1 Eclipse的介绍 3
2.3.2 关键技术介绍 5
2.4Android平台的搭建 5
2.4.1下载SDK初始包 5
2.4.2安装和配置ADT 6
2.4.3配置Android虚拟机 6
第三章 系统功能设计 8
3.1 客户端功能 8
第四章 数据库结构设计 10
4.1数据库的设计 10
4.2 数据库逻辑结构设计 12
4.3 数据库物理结构设计 14
第五章 模块开发及编码实现 16
5.1 在Eclipse中创建项目 16
5.2 连接数据库 16
5.3 功能模块 17
5.3.1注册模块 17
5.3.2登录模块 18
5.3.3个人中心模块 19
5.3.4挂失图书信息模块 20
5.3.5留言板模块 21
5.4 具体功能界面 22
5.4.1注册界面 22
5.4.2登陆界面 23
5.4.3主界面 25
5.4.4个人中心界面 26
5.4.5图书挂失界面 26
5.4.6留言板界面 28
第六章 系统测试 30
6.1 用户注册测试 30
6.2 用户登录测试 31
6.3个人中心测试 32
6.4图书挂失测试 33
6.5留言板测试 34
第七章 总结与展望 35
参考文献 36
致 谢 37