摘要
固定资产借用管理平台设计的目的是为用户提供使用申请、故障报修、设备归还、意见反馈等管理方面的平台。
与PC端应用程序相比,固定资产借用管理平台的设计主要为管理员和用户提供便利。用户可以通过Android及时查看设备信息等。
固定资产借用管理平台是在Android操作系统下的应用平台。为防止出现兼容性及稳定性问题,框架选择的是springboot,Android与后台服务端之间的数据存储主要通过MySQL。用户在使用应用时产生的数据通过java等语言传递给数据库。通过此方式促进固定资产借用管理平台信息流动和数据传输效率,提供一个内容丰富、功能多样、易于操作的固定资产借用管理平台。
关键词:基于Android的固定资产借用管理平台;java语言;MySQL数据库
Abstract
Thepurposeofdesigningafixedassetborrowingmanagementplatformistoprovideuserswithaplatformformanagingusageapplications,faultrepairs,equipmentreturns,andfeedback.
ComparedtoPCapplications,thedesignofthefixedassetborrowingmanagementplatformmainlyprovidesconvenienceforadministratorsandusers.UserscanviewdeviceinformationinatimelymannerthroughAndroid.
ThefixedassetborrowingmanagementplatformisanapplicationplatformundertheAndroidoperatingsystem.Topreventcompatibilityandstabilityissues,theframeworkchoosesspringboot,andthedatastoragebetweenAndroidandthebackendserverismainlythroughMySQL.ThedatageneratedbyuserswhenusingtheapplicationistransmittedtothedatabasethroughlanguagessuchasJava.Bypromotingtheinformationflowanddatatransmissionefficiencyofthefixedassetborrowingmanagementplatforminthisway,weprovidearich,versatile,andeasytooperatefixedassetborrowingmanagementplatform.
Keywords:Androidbasedfixedassetborrowingmanagementplatform;Javalanguage;MySQLdatabase
目录
TOC\o1-3\h\u目录 I
一绪论 1
1.1研究意义 1
1.2系统设计目的 2
1.3系统设计思想 2
二系统开发环境及关键技术 3
2.1Java编程语言 3
2.2SpringBoot框架 3
2.3Android平台的架构 4
2.4MySQL数据库介绍 4
2.5系统开发环境 4
三系统的设计 5
3.1Android性能需求 5
3.2Android需求分析 6
3.3可行性分析 6
3.3.1经济可行性 6
3.3.2技术可行性 7
3.3.3社会可行性 7
3.4系统用例分析 7
3.5软硬件需求 8
3.6系统流程图 9
四系统设计 11
4.1系统设计总体描述 11
4.2数据库设计 12
4.2.1数据库系统 12
4.2.2数据库实体及属性 12
4.2.3数据库设计表 13
五系统的实现 14
5.1用户Android端功能的实现 14
5.1.1用户注册界面的实现 14
5.1.2用户登录界面的