题 目
系 别
班 级姓 名
学 号
答辩时间
本科生毕业论文
基于Android的学生宿舍管理系统的实现
计算机科学与技术
计算机科学与技术082班级
0
目 录
摘要 ................................................................ 1 Abstract ............................................................ 1 1 研究背景 .......................................................... 1
1.1 智能手机的发展现状 .......................................... 1 1.2 Android系统的崛起 ........................................... 1 1.3 Android系统的优势 ........................................... 2
1.3.1 开放性 ................................................ 2 1.3.2 挣脱束缚 .............................................. 2 1.3.3 丰富的硬件 ............................................ 3 1.3.4 应用程序发展迅速 ...................................... 3
2 系统需求分析 ...................................................... 3
2.1 基本功能需求 ................................................ 3 2.2 用户界面需求 ................................................ 3 2.3 网络数据存储方案的选择 ...................................... 4 2.4 数据库模型分析 .............................................. 4 2.5 环境 ........................................................ 4 3 服务端接口开发 .................................................... 5
3.1 Ruby简介 .................................................... 5 3.2 Rails 简介 .................................................. 5 3.3 接口体系 .................................................... 5 3.4 重要的自定义接口 ............................................ 6
3.4.1 用户认证接口 .......................................... 6 3.4.2 按楼号读取宿舍列表接口 ................................ 6 3.4.3 按宿舍号查学生的信息接口 .............................. 7 3.5 接口测试 .................................................... 7 4 手机宿舍管理系统的基础框架 ........................................ 7
4.1 框架结构 .................................................... 8
1
4.2 RESTFUL风格 ................................................. 8 4.3 CRUD的封装 .................................................. 9
4.3.1 创建操作 .............................................. 9 4.3.2 更新操作 ............................................. 10 4.3.3 删除操作 ............................................. 11 4.3.4 读取操作 ............................................. 12 4.4 基础Activity ............................................... 12 5 宿舍管理系统的主要功能 ........................................... 13
5.1 登陆功能 ................................................... 13 5.2 修改密码功能 ............................................... 15 5.3 系统设置功能 ............................................... 16 5.4 统计信息功能 ............................................... 17 5.5 查找功能 ................................................... 18 5.6 学生浏览功能 ............................................... 18 5.7 宿舍浏览功能 ............................................... 20 6 结论 ............................................................. 22
6.1 手机宿舍管理系统的优点 ..................................... 22 6.2 手机宿舍管理系统存在的一些不足 ............................. 22 6.3 总结 ....................................................... 22 6.4 Android的未来前景 .......................................... 22 谢 辞 ........................................................... 24 参考文献 ........................................................... 25
2
基于Android的学生宿舍管理系统的实现
王西迪 指导教师:陈燕红
摘要:当前,移动互联网的的高速发展、智能手机的出现,预示着移动信息时代的到来。方便快捷的智能手机成了人们必不可少的工具。本文详细阐述了基于Android平台开发的手机宿舍管理系统的设计与实现。该系统适用于宿舍管理员对宿舍进行管理,使用简单方便。可以肯定此类软件将是未来管理系统的趋势。 关键词:Android;移动互联网;手机宿舍管理系统
Based on Android Dormitory Management System
WANG-XiDi Tutor:Cheng-YanHong
Abstract:At present, the rapid development of mobile Internet, intelligent mobile phone appears, heralded the arrival of the era of mobile information.Convenient intelligent mobile phone has become an indispensable tool.This article elaborated based on the Android platform for the development of mobile phone hostel management system design and implementation.The system applies to the dormitory administrator of the dormitory management, the use of simple and convenient.Certainly this kind of software is the future trend of management system.
Key words: Android;Mobile Internet;Dormitory management system of
mobile phone
1
相关推荐: