目 录
中文摘要 III
英文摘要 IV
1 引言 1
1.1 研究背景与意义 1
1.2全球电子商务的发展情况 2
1.3目前校园闲置交易 2
1.4 研究内容及组织结构 3
1.4.1 研究内容 3
1.4.2 论文组织结构 3
2 系统开发工具及平台 4
2.1 开发工具及技术 4
2.1.1 Java技术简介 4
2.1.2 Mysql 5
2.1.3 B/S与C/S模式分析 6
2.2 系统运行环境 6
2.2.1 软件运行平台 6
2.2.2 硬件运行平台 7
3 需求分析 8
3.1可行性分析 8
3.1.1技术可行性分析 8
3.1.2经济可行性分析 8
3.1.3社会可行性分析 8
3.2业务流程描述 9
3.3功能性需求 9
3.3.1普通用户用例图 10
3.3.2管理员用例图 11
3.3.3系统概念类图 11
3.4非功能性需求 12
3.5本章小结 13
4 系统设计 14
4.1设计思想 14
4.2功能模块设计 14
4.2.1 普通用户功能 14
4.2.2 管理员功能 15
4.3数据库设计 15
4.3.1概念结构设计 15
4.3.2逻辑结构设计 16
4.4本章小结 18
5 系统功能实现 19
5.1管理员登陆 19
5.2管理员模块 20
5.2.1物品类别管理 21
5.2.2物品信息管理 23
5.2.3用户信息管理 25
5.2.4系统公告管理 27
5.2.5订单管理 29
5.2.6销售统计分析 31
5.2.7聊天室管理 33
5.2.8修改密码 33
5.2.9退出系统 34
5.3普通用户模块 34
5.3.1系统主页面实现 34
5.3.2闲置物品类别查询 34
5.3.3用户购物 35
5.3.4购物车管理 36
5.3.5网站聊天室 37
5.4系统测试 38
5.4.1 用户注册 38
5.4.2购物功能模块 39
5.4.3管理员修改密码 39
5.5本章小结 39
6 总结与展望 40
6.1总结 40
6.2展望 40
致 谢 41
参考文献 42
基于JSP的闲置物品交易系统设计与实现
中文摘要
摘要:在互联网逐渐覆盖全球的今天,越来越多商家把目光投向电子商务这一块蛋糕,电子商务不仅降低了销售成本,节省了店面费用,还大大拉高了国内生产总值。而现在的校园闲置物品更是多不胜数,如何更好地对这些闲置物品进行有效的循环利用是校园信息化建设必须考虑的问题之一。因此,设计并实现了闲置物品交易系统应运而生。
本系统采用Myeclipse为集成开发环境,结合Mysql作为后台数据管理,并且使用主流的浏览器/服务器模式,最终开发出一个基于JSP技术的闲置物品交易系统。本系统将实现有两个主要功能模块,第一是用户使用模块,包括注册,登录,浏览,查看购物车,订单交易,查看订单等功能;第二是管理员模块,包括对物品信息,用户信息,销售情况统计分析,公告信息和聊天室等管理功能。测试结果表明,本系统具有界面友好、简单适用等特点,满足校园闲置物品交易的需求。
关键词:闲置物品;交易平台;软件架构;电子商务
Design and implementation of idle goods trading system based on JSP
英文摘要
Abstract:In today's society where the internet is gradually covering the whole world, more and more merchants are looking at the cake of e - commerce, which not only reduces the sales cost, saves the store expenses, but also greatly increases the gross domestic product. Nowadays, there are numerous idle items in the campus, and how to effectively recycle these idle items is one of the problems that must be considered in the campus informatization construction. Therefore, the design and implementation of idle goods trading system came into being.
This system adopts myeclipse as the integrated development environment, combines MySQL as the background data management, and uses the mainstream browser / server architecture, and finally develops an idle item trading system based on JSP technology. This system will realize two main functional modules. the first one is the user's use module, which includes registering, logging in, browsing, viewing shopping carts, trading orders, viewing orders and other functions. The second is the administrator module, which includes the management of item information, user information, bulletin information and chat rooms, that is, viewing, adding, modifying and deleting operations. The test results show that this system has the characteristics of friendly interface, simplicity and applicability, and can meet the needs of idle goods trading on campus.
Keywords:Idle goods;Trading platform;Software architecture;Electronic commerce