搜索资源列表
University-library-system
- 现以图书馆系统管理程序为例,在校生不必局限与只有去图书馆才能查询资料。管理员也可以将大部分的工作转移到移动设备上。本次主要介绍开发大学图书管理系统的学生端和管理端应用的技术。-Now is the library system management procedure as an example, students need not limited to only go to the library to inquires the material. Administrators can als
LibarayClient
- 一个图书馆管理系统的手机客户端,是基于android2.3的,里面是源码 -A library management system, mobile client, is based on android2.3, and which is the source
src
- 大学图书馆管理系统软件,可以用来查询学生所借图书,预约图书,账户登录-University Library management system software can be used to check students borrow books, appointment books, account login, etc.
szlib-master
- 深圳图书馆管理系统android客户端,深圳图书馆管理系统android客户端。-Shenzhen android client library management system, library management system in Shenzhen android client.
library_android
- 这是一个基于android的图书馆管理系统软件,能较好地实现电子图书馆的功能,例如查找图书,借阅,提醒归还等等。希望对大家有所帮助。-This is an android based library management system software, to achieve better electronic library functions, such as finding books, borrow, reminded return and so on. We want to help.
mobilelibrary
- 本项目是一套基于安卓的图书馆管理系统,包括jsp服务端源码,安卓客户端源码和mysql数据库。-This project is an Android-based library management system, including the jsp server source code, the source code of Android client and mysql .
AndroidLIB
- 这是一款网站客户端开发的案例,该案例实现了用到了图书馆的一些数据,图书馆用的系统又没提供数据接口,所以老规矩,用HttpClient和Jsoup这两大开源工程上,用Android手机来模拟图书馆查询的请求与响应,网站是学校的图书馆网:lib.gdou.edu.cn-This is a web client development case, the case of the used data the library, the library in the system and did not
librarysearch
- 广东海洋大学图书馆安卓源码可以获取网站(http://210.38.138.1:81/)上的图书信息,直接通过get/post模拟浏览器与网站交互,非json或webview方式,获取到返回html字符串再去取里面的元素,本项目的服务端是asp.net写的实现了图书系统的登录查询等,在做与asp.net网站交互的朋友可以看一下,登录部分因为我没有测试帐号所以就没有测试。不过项目很多地方没有做异常处理,返回空数据的时候应用会直接异常停止退出-Guangdong Ocean University L
StudentBookSystem_a5
- 直连mysql的图书馆管理系统源码是一个Android直连mysql的图书管理系统,遗憾的是,目前只有Android客户端,作者没有把数据库导出来跟客户端放在一起,有兴趣和mysql基础的朋友可以根据DBUtil.java类里面的表名和字段名新建一个mysql数据库,关于Android上是否可以直连mysql数据库网上一直有争议,甚至某大神放话“想Android直连mysql的都是猴子请来的逗逼”,的却即使Android可以直连mysql也是存在很多安全隐患的,因为密码需要写死在程序里面,别人反