基于web的大学本科跳蚤市场的设计与实现大学生毕业论文(设计).doc
文本预览下载声明
本科生毕业设计
基于WEB的大学跳蚤市场的设计与实现
DESIGN AND IMPLEMENTATION OF UNIVERSITIES’ FLEA MARKET BASED ON WEB
目 录
摘 要: 1
关 键 词: 1
1 前言 2
1.1 研究背景及意义 2
1.2 国内外研究现状 2
1.3 可行性分析 3
1.3.1 经济可行性 3
1.4 本设计所用技术的简介 3
1.4.1 MVC设计模式概述 3
1.4.2 常见web开发语言mvc框架 6
1.4.3 本设计实现mvc的技术 6
2 系统需求分析 6
2.1 需求调研 6
2.2 业务流程分析 7
2.3 系统数据流图 7
2.4 系统功能需求分析 8
2.4.1 功能划分 8
2.4.2 功能描述 9
3 系统设计 10
3.1 系统总体结构设计 10
3.2 数据库表的设计 10
3.3 系统开发与运行环境确定 12
3.3.1 系统开发环境 12
3.3.2 系统运行环境 12
3.4 系统实现的若干关键技术 13
3.4.1 jsp与tomcat技术 13
3.4.2 JDBC简介 13
4 详细设计 14
4.1 系统登录模块模块简介 14
4.2 模块体系结构 15
4.3 运行图 15
4.4 设计说明 16
4.4.1 新用户注册子模块 17
4.4.2 用户登录子模块 18
4.4.3 商品发布模块 19
4.4.4 商品搜索模块 20
4.4.5 查看商品详细信息模块 22
4.4.6 管理员管理模块 24
5 测试 29
6 总结 29
参考文献 29
致 谢 31
基于web的大学跳蚤市场的设计与实现
学 生:樊子彬
指导老师:周小云
(湖南农业大学信息科学技术学院,长沙 410128)
摘 要:随着Internet的使用越来越广泛,网络跳蚤市场已成为很多大学生进行物品交易的一个平台。它为供需双方提供了极为便利的二手物品信息交流,特别是对于广大青年学生,这种经济型消费模式更是受到推崇。本设计遵循了模块化设计的原则,将一个完整的大学生购物网站分解为各个模块,然后逐一实现各个模块的功能,最后把各个模块组装到一起构成了一个完整的二手购物网站。本系统采用MVC的设计模式进行设计,用jsp+servlet+JavaBean的开发方式来实现此模式, 以MyEclipse作为主要的开发工具,很好的实现了一个购物网站基本的功能,很好地体现了MVC设计模式的思想。
关 键 词:购物网站;MVC;MyEclipse
DESIGN AND IMPLEMENTATION OF UNIVERSITIES’ FLEA MARKET BASED ON WEB
Student: Fan Zibin
Tutor: Zhou Xiaoyun
(College of Information Science and Technology, Hunan Agricultural University, Changsha 410128,China)Abstract: As the Internet used more widely,the network flea market has become a platform of trading goods for many college student. It provides a very convenient platform for both supply and demand to exchange of information, especially for the young students, this economic model is admired.This design follows the principles of modular design. The shopping site break down into various modules and then one by one to achieve the functions of each module, and finally to assemble the modules together constitute a complete second-hand shopping site.The system uses the MVC designing pattern to design.The jsp + servlet + JavaBean are developed to implement this model
显示全部