郑州大学西亚斯国际学院毕业设计(论文)
Android系统的SIAS图书搜索软件的开发应用
姓 名:
指导教师:
院 系:
专 业:
完成日期: 2014年4月22日
摘 要
传统WEB应用只能在PC机上使用,不能做到随时随地的使用,为了解决这样的不足,基于Android平台的图书馆管理系统客户端就应运而生。本设计阐述了在Android平台下图书馆管理系统的设计与实现过程,其目的是让人们能够在基于Google Android平台的移动设备上享用传统WEB上图书馆管理系统的基本功能。本系统采用C/S结构, MVC软件开发模式,使用android布局技术完成UI的设计,基于Java语言开发完成,在不同型号的设备模拟器上测试通过。系统实现了用户注册、登录、查询图书以及学生用户管理和SIAS图书搜索软件等功能。
本系统采用C/S结构,后台服务器使用Servlet编写服务器,同时用Tomcat发布服务,前台客户端环境使用的是ANDROID控件。通过JDBC来调用Oracle数据库,来实现手机客户端与服务器之间数据传输。
关键词: Android;SIAS图书搜索软件;智能手机平台
ABSTRACT
Traditional WEB application can only be used on a PC, can not be done anywhere, anytime use, came into being in order to solve the lack of client library management system based on the Android platform. The design of the Android platform library management system design and implementation process, and its purpose is to allow people to enjoy the basic functions of the traditional WEB library management system to mobile devices based on Google's Android platform. The system uses the C / S structure, MVC software development mode to use android layout techniques to complete the design of the UI, based on the Java language developed, through tests on the different types of equipment simulator. The system user registration, login, query books and student user management and library management functions.
The system uses the C / S structure, server backend server written using Servlet using Tomcat publishing service, front desk client environment using ANDROID controls. To call an Oracle database via JDBC, to achieve data transmission between the mobile client and the server.
Key words: Android; library management; intelligent mobile phone platform
目录
摘 要 2
ABSTRACT 3
目录 5
第一章 绪论 6
1.1只能手机平台简介 6
1.2 Android简介 6
1.3SIAS图书搜索软件系统简介 7
第二章 系统分析设计 8
2.1系统分析 8
2.2系统具体功能 8
2.3系统模块设计 10
第三章 数据库分析与设计 11
3.1 数据库需求分析 11
3.2 数据库概念结构设计 12
第四章 系统详细设计与实现 16
4.1程序界面设计 16
4.2文件资源结构 18
4.3核心代码 21
第五章 系统测试 37