{$cfg_webname}
主页 > 计算机 > JAVA >

停车场自助系统设计实现(Java Android,MySQL)

来源:56doc.com  资料编号:5D27722 资料等级:★★★★★ %E8%B5%84%E6%96%99%E7%BC%96%E5%8F%B7%EF%BC%9A5D27722
资料以网页介绍的为准,下载后不会有水印.资料仅供学习参考之用. 帮助
资料介绍

停车场自助系统设计实现(Java Android,MySQL)(论文说明书10000字,程序代码)     
摘  要
随着智能手机技术的迅速发展,人们生活中越来越依赖手机,手机软件也是层出不穷,特别是利用网络进行交互的软件越来越多,用户也广泛地使用手机进行在线服务,为了用户可以随时使用在线停车服务,我专为安卓用户开发了停车场自助系统。
在研究停车场自助系统之前,应首先确定开发使用的工具和思路,开发时各项流程 ,预测项目的开发难度以及可行性。
停车自助系统主要从细节上考虑系统功能,确定要实现哪些模块,然后针对模块设计相应的接口。同时,还需要考虑将对用户友好的功能和页面结合的最佳方法,让用户能随时查看关于停车的相应信息。
停车场自助系统的开发利分析功能调整与停车场自助的实际需求相结合,讨论了使用Android开发的停车场自助系统。
关键词:停车场自助系统;Mysql;Java;Android
 
Abstract
With the rapid development of smart phone technology, people are increasingly relying on mobile phones in their daily lives, as well as mobile phone software is also emerging. In particular, more and more software is being used to interact with the Internet. Users also use mobile phones for online services, so that users can use them at any time. Online parking service, I developed a parking self-service system for Android users.
Before researching the parking lot self-service system, you should first determine the tools and ideas for development, the various processes during development, and predict the difficulty and feasibility of project development.
The parking self-service system mainly considers the system functions from the details, determines which modules to implement, and then designs the corresponding interfaces for the modules. At the same time, you need to consider the best way to combine user-friendly features and pages so that users can view the relevant information about parking at any time.
The development of the parking lot self-service system utilizes the existing mature technology reference, the source code is used as a template, the analysis function adjustment is combined with the actual needs of the parking lot self-service, and the parking lot self-service system developed by Android is discussed.
Keywords: Parking self-service system; Mysql; Java; The Android

停车场自助系统主要包含两部分:用户端、管理员端和停车场数据库。用户端主要应用Java Android的前端与后端开发。管理员端主要利用Java web开发的网页组成,停车场数据库运用了Servelet,运行在Java applet上,使用MySQL进行数据库管理。三者通过http协议进行通讯。平台美工是运用ps,静态内容制作使用Java web语言,都取得了不错的成果。
系统主要分为两个用户角色,管理员、用户员,用户角色不同所操作的功能模块不同。
用户功能模块:用户可以查看车位、在线预约、我的预约、个人信息等模块的相应操作
管理员功能主要有:车位管理、用户管理、用户预约管理等功能模块的相应操作
 



停车场自助系统设计实现(Java Android,MySQL)
停车场自助系统设计实现(Java Android,MySQL)
停车场自助系统设计实现(Java Android,MySQL)
停车场自助系统设计实现(Java Android,MySQL)
停车场自助系统设计实现(Java Android,MySQL)
停车场自助系统设计实现(Java Android,MySQL)


目录
1  引言    4
1.1  课题意义    4
1.2  国内外研究现状    4
1.3 系统开发主要内容    4
1.4 组织结构    5
2 相关技术简介    6
2.1  Java技术综述    6
2.2  Android技术    6
2.3  MYSQL数据库    7
2.4  Myecipse简介    7
3  需求分析与系统设计    8
3.1  需求分析    8
3.1.1技术可行性:    8
3.1.2经济可行性    8
3.1.3操作可行性    8
3.1.4社会因素可行性    9
3.1.5法律可行性    9
3.1.6  功能需求    10
3.1.7  系统UML用例分析    10
3.2 系统的设计    12
3.2.1  系统设计结构    12
3.2.2  数据库设计原则    12
3.2.3  数据库表    14
4系统实现    15
4.1  用户功能实现    15
4.1.1  用户注册登录界面    15
4.1.2  用户操作界面    17
4.2 管理员功能实现    20
4.2.1  管理员登录页面    20
4.2.2  管理员界面    20
5 系统测试    22
5.1系统测试的目的    22
5.2系统测试性能及分析    22
5.2.1测试策略    22
5.2.2测试性能及分析    23
5.3测试结果    23
结 论    24
参考文献    25
致 谢    28

推荐资料