毕 业 设 计
题 目:
校园代购服务订单管理系统
作 者:
学 号 :
所属学院:
专业年级:
学校导师:
职 称:
班级导师:
职 称:
完成时间:
目 录
摘 要 .....................................................................................................................I
Abstract .................................................................................................................II
第 1 章 前 言 ......................................................................................................3
1.1 研究背景 ....................................................3
1.2 研究现状 ....................................................3
1.3 系统开发目标 ................................................3
第 2 章 系统开发环境 ...........................................................................................5
2.1 java 简介 ..................................................................................................5
2.2 Mysql 数据库 ............................................................................................6
2.3 B/S 结构 ....................................................................................................7
2.4 SSM 三大框架 ............................................................................................7
第 3 章 需求分析 ..................................................................................................9
3.1 需求分析 ....................................................9
3.2 系统可行性分析 ..............................................9
3.3 项目设计目标与原则 ..........................................9
3.4 系统流程分析 ...............................................10
第 4 章 架构设计 ................................................................................................12
4.1 系统体系结构 ...............................................12
4.2 数据库实体设计 .............................................13
4.3 数据库表设计 ...............................................15
第 5 章 系统实现 ................................................................................................17
5.1 管理员登陆 .................................................17
5.2 管理员功能模块 .............................................19
5.3 前台首页功能模块 ...........................................19
5.4 用户功能模块 ...............................................19
5.5 接单员功能模块 .............................................19
第 6 章 系统测试 ................................................................................................23
6.1 测试目的 ...................................................23
6.2 测试方法 ...................................................23
6.3 功能测试 ...................................................24
6.4 测试结论 ...................................................25
第 7 章 结 论 ......................................................................................................26
参考文献 ...............................................................................................................27
致 谢 ...................................................................................................................28
4
摘 要
在新发展的时代,众多的软件被开发出来,给用户带来了很大的选择余地,而且学
生越来越追求更个性的需求。在这种时代背景下,学生对校园代购服务订单管理越来越
重视,更好的实现校园代购服务的有效发挥,本文将通过校园代购服务订单管理系统的
信息,分析在日常生活中对代购服务存在哪些问题探讨出进一步提升工作效率,管理能
力的对策。
系统采用了 java 技术,将所有模块采用以浏览器交互的模式,选择 MySQL 作为系
统的数据库,开发工具选择 eclipse 来进行系统的设计。基本实现了校园代购服务订单
管理系统应有的主要功能模块,本系统有管理员、用户及接单员,管理员:首页、个人
中心、用户管理、接单员管理、业务类型管理、服务业务管理、下单信息管理、退单信
息管理、接单信息管理、接单结算管理、留言板管理、系统管理;接单员;首页、个人
中心、下单信息管理、接单信息管理、接单结算管理;用户;首页、个人中心、下单信
息管理、退单信息管理、接单信息管理;前台首页;首页、服务业务、校园资讯、留言
反馈、个人中心、后台管理等功能。
对系统进行测试后,改善了程序逻辑和代码。同时确保系统中所有的程序都能正常
运行,所有的功能都能操作,本系统的开发获取校园代购服务订单管理系统信息能够更
加方便快捷,同时也使校园代购服务订单管理系统信息变的更加系统化、有序化。系统
界面较友好,易于操作。
关键词:校园代购服务订单管理系统;java 技术 ;Mysql 数据库;Java 语言
5
Abstract
In the new era, many software has been developed, which brings a lot of choice for users,
and students are increasingly pursuing more and more personalized needs. In this era, students
pay more and more attention to the management of campus agency service orders, and better
realize the effective performance of campus purchasing service. This paper will analyze the
problems existing in daily life through the information of the campus agency service order
management system, and discuss the countermeasures to further improve the work efficiency
and management ability.
The system adopts Java technology, all modules adopt the mode of browser interaction,
MySQL as the database of the system, and eclipse is selected as the development tool to
design the system. The main function modules of the campus purchase order management
system are basically realized. The system includes administrator, user and receipt clerk. The
administrator includes home page, personal center, user management, receipt manager
management, business type management, service business management, order information
management, return information management, receipt information management, receipt
settlement management, message board management, system management The functions of
the front page, personal center, single order information management, receipt information
management and receipt settlement management; users; home page, personal center, single
order information management, return information management, receipt information
management; front page; front page; home page, service business, campus information,
message feedback, personal Center, background management, etc
After testing the system, the program logic and code are improved. At the same time, all
the programs in the system can be operated normally, all functions can be operated. The
development of this system can obtain the information of the campus purchase service order
management system more convenient and fast, and also make the information of the campus
purchase order management system more systematic and orderly. The system interface is
friendly and easy to operate.
Keywords: order management system of campus purchasing service; Java technology;
MySQL database; Java language
第 1 章 前 言