当前位置:首页 > 服装销售网站设计与实现 - 图文
基于JSP的服装销售网站设计与实现
摘 要
目前计算机网络技术得到飞速的发展,人们上互联网不单单只是为了浏览网站和收发邮件,日常生活中的各项活动,人们都力求通过网络远程完成,而购物对于人们来说是十分贴近生活的活动,网上购物自然成为了人们所追捧的时尚。随着互联网的逐步完善和数据库技术的发展,电子商务平台逐渐成为了广为接受的一项网络服务。
本课题基于JSP技术,设计实现了一个服装销售网站。该网站主要包含用户的登录和注册,登录后浏览商品、添加商品到购物车,然后下订单,最后结算、留言等模块;后台实现用户信息、订单、留言管理等功能。经测试该系统符合基本的服装饰品管理要求。此方案与现今网上已采用的一些方案相比,具有用户使用更简单,界面更直观等优点
关键词:网上商店;JSP;数据库
The Design and implementation of garment accessories shop management system base on JSP
Abstract:
Today,Computer network is developing faster and faster.By internet,people not only browse the websites,contact with each other by email,but also wish to live on internet.Shopping on internet become fashion.With the development of internet and database technology,more and more people can go shopping on internet now.
The paper is based on the JSP technology, the design and implementation of a management system of garment accessories shop. The system includes user login and registration, login browse merchandise, add items to the shopping cart, then under the orders, the final settlement, such as message module; the background to achieve the user information, order, message management and so on. After testing the system meets the basic requirements for the management of costume jewelry. With the current program has been used in online programs, user can use simpler, more intuitive interface advantages. Keywords: shopping-online;JSP;database
目 录
第1章 绪论 ........................................................................................................................................................ 1 1.1 课题背景 ..................................................................................................................................................... 1 1 .2 目的和意义 ................................................................................................................................................ 2 1 .3 本报告主要内容 ........................................................................................................................................ 2 第2章 技术方案................................................................................................................................................. 3 2.1 JSP技术简介 ............................................................................................................................................... 3 2.2 JDBC技术简介 ........................................................................................................................................... 4 2.2.1 JDBC概述 ........................................................................................................................................... 4 2.2.2 JDBC编程基本步骤 ........................................................................................................................... 4 2.3 ORACLE简介 ............................................................................................................................................. 5 2.3.1存储结构简介 ...................................................................................................................................... 5 2.3.2关系型数据库 ...................................................................................................................................... 5 第3章 系统分析................................................................................................................................................. 7 3.1可行性分析 .................................................................................................................................................. 7 3.1.1 经济可行性 ......................................................................................................................................... 7 3.1.2 技术可行性 ......................................................................................................................................... 7 3.2 服装在线销售需求分析 ............................................................................................................................ 8 3.3 数据流图 .................................................................................................................................................... 9 3.4主要模块流程图 ........................................................................................................................................ 13 3.4.1 后台:商品类别维护 ..................................................................................................................... 13 3.4.2前台购物 ............................................................................................................................................ 15 3.5 本章小结 ................................................................................................................................................... 15 第4章 总体设计............................................................................................................................................... 16 4.1 系统模块总体设计 ................................................................................................................................... 16 4.1.1 前台系统模块 ................................................................................................................................. 16 4.1.2 后台系统模块 ................................................................................................................................. 17 4.2 数据库设计 ............................................................................................................................................... 18 4.2.1 数据分析 ......................................................................................................................................... 18 4.2.2 数据库的详细设计 ......................................................................................................................... 19 4.3 本章小结 ................................................................................................................................................... 25 第5章 详细设计与实现 ................................................................................................................................... 26 5.1 系统运行平台设置 ................................................................................................................................... 26 5.1.1 硬件环境 ......................................................................................................................................... 26 5.1.2 软件环境 ......................................................................................................................................... 26 5.2 系统的功能实现及人机界面设计............................................................................................................ 26 5.2.1访问数据库 ........................................................................................................................................ 26 5.2.2 后台登陆界面及实现 ..................................................................................................................... 27
I
5.2.3 后台添加商品界面及实现 ............................................................................................................. 28 5.2.4 用户首页设计与实现 ..................................................................................................................... 29 5.2.5 服装详细信息的界面和实现 ......................................................................................................... 31 5.2.6 确认信息设计与实现 ..................................................................................................................... 32 5.2.7 购物车模块设计与实现 ................................................................................................................. 33 5.2.8 收藏夹的设计与实现 ..................................................................................................................... 34 5.2.9 查看订单模块设计与实现 ............................................................................................................. 35 5.2.10 检索商品设计与实现 ................................................................................................................... 36 5.2.11 评论的设计与实现........................................................................................................................ 37 5.2.12 留言板的设计与实现 ................................................................................................................... 38 5.2.13 订单信息管理设计与实现 ........................................................................................................... 39 5.2.14 操作订单设计与实现 ................................................................................................................... 40 5.2.15 查看留言板设计与实现 ............................................................................................................... 41 5.5 本章小结 ................................................................................................................................................... 42 第6章 系统测试................................................................................................................................................. 44 6.1 软件测试 ................................................................................................................................................... 44 6.2 本系统测试 ............................................................................................................................................... 44 6.2.1 测试环境简介 ................................................................................................................................... 44 6.2 系统的不足及修改方法 .......................................................................................................................... 45 6.3 系统的评价分析 ...................................................................................................................................... 45 6.3.1 实用性 ............................................................................................................................................... 45 6.3.2 可维护性 ........................................................................................................................................... 46 6.3.3 可扩展性 ........................................................................................................................................... 46 6.4本章小结 .................................................................................................................................................... 46 第7章 总结与展望........................................................................................................................................... 47 7.1 总结 ........................................................................................................................................................... 47 7.2 展望 ........................................................................................................................................................... 47 毕业设计体会 ...................................................................................................................................................... 48 致谢 ...................................................................................................................................................................... 49 参考文献 .............................................................................................................................................................. 50
II
共分享92篇相关文档