本文首先研究并介绍国内外目前的背景和现状,在此基础上给出论文的主要研究内容,其次,对基于Android的校园二手交易App的需求进行了分析。再次对基于Android的校园二手交易App进行了总体设计,根据其总体设计、软件架构和总体功能模块进行了详细设计,作出了业务流程图以及数据流程图。总体上把基于Android的校园二手交易App分为web后台管理和app客户端端的实现,app端使用Android studio开发工具的xml方式进行原生开发,主要实现登录注册、首页、我的收藏、商品详情、首页侧边栏、发布挂售、购买、注销账号、IM聊天、个人信息界面、修改密码等功能,web后台管理端主要包括用户管理;运用Java web技术的ssm开发框架配合mysql数据库搭建了web后台管理端,并最后对基于Android的校园二手交易App的核心功能就行了测试。
关键词:二手交易、MySQL,Android Studio
This paper firstly studies and introduces the current background and current situation at home and abroad, and on this basis gives the main research content of the thesis, and secondly, analyzes the needs of the Android-based campus second-hand transaction App. The overall design of the campus second-hand trading App based on Android is carried out again. According to its overall design, software architecture and overall functional modules, a detailed design is carried out, and a business flow chart and a data flow chart are made. On the whole, the campus second-hand trading app based on Android is divided into web background management and app client implementation. The app end mainly includes login and registration, home page, my collection, product details, home page sidebar, release for sale, purchase, and logout. Account, IM chat, personal information interface, password modification and other functions, the web background management terminal mainly includes user management; using the ssm development framework of Java web technology and the mysql database to build the web background management terminal, and finally the Android-based campus second-hand transaction The core functions of the app are tested.
Keywords: Used Deals, MySQL, Android Studio
第1章 绪论 1
1.1 课题研究背景 1
1.2 课题研究意义 2
第2章 关键技术介绍 3
2.1 JAVA技术介绍 3
2.2 JAVA技术特点 3
2.3 JavaEE平台 3
2.4 MVC 框架 3
2.5 SSM 框架 3
2.5.1 Spring 4
2.5.2 Spring MVC 4
2.5.3 MyBatis 4
2.6 Android技术特点 4
2.7 MySQL数据库 6
第3章 系统分析 7
3.1系统可行性分析 7
3.1.1 技术可行性 7
3.1.2 操作可行性 7
3.1.3 经济可行性 7
3.2 系统功能需求分析 7
3.3系统用例分析 8
3.4系统流程分析 11
3.4.1 登录流程 11
3.4.2 发布商品流程 11
3.5系统运行环境 12
3.6 本章小结 12
第4章 系统设计 13
4.1 总体架构设计 13
4.2 系统功能模块设计 13
4.3 系统数据库设计 14
4.3.1 数据库概念模型 14
4.3.2 数据表字段设计 16
4.4 本章小结 18
第5章 系统实现 19
5.1数据库连接实现 19
5.2前台展示 19
5.2.1 注册 19
5.2.2 登录 20
5.2.2 首页 21
5.2.3 我的收藏 22
5.2.4 商品详情 23
5.2.5 首页侧边栏菜单 24
5.2.6 发布挂售 25
5.2.7 购买 26
5.2.8 注销账号 27
5.2.9 IM聊天界面 28
5.2.10 个人信息 29
5.2.11 修改密码 31
5.3本章小结 32
第6章 系统测试 33
6.1测试用例 33
6.2 测试结果分析 34
6.3 本章小结 34
第7章 总结与展望 35
7.1总结 35
7.2 展望 35
致 谢 36
参考文献 37