基于JSP的网上花店管理系统的设计与实现 毕业论文.doc
文本预览下载声明
基于JSP的网上花店管理系统的设计与实现
摘 要:本系统网上花店管理系统是一个模拟网上购物系统,分为前台和后台两部分,前台为用户设计,后台为管理员设计。前台可以实现用户的注册、登录信息购物车在线留言板等功能;后台可实现管理员登录用户信息管理订单商品理功能。系统构架清晰,界面友好,操作灵活
关键词:网上花店管理系统;JSP;MySQL
Based on JSP online flower shop management system design and implementation
Undergraduate: Miao wen
Supervisor: Wang Zheng cai
Abstract: This system USES the JSP development technology, USES MyEclipse8.0 as a platform, Tomcat6.2 as a server, using MySQL database as the database system. Online flower shop management system management system is a simulated online shopping system, divided into two parts, the front desk and backstage at the front desk for the user design, background designs for the administrator. The front desk can realize the user register, login, information announcement, shopping cart, online message boards, and other functions; The background which can realize the administrator login, user information management, public announcement management, order management, commodity management, etc. With strong visibility, low design cost, high profit, good system security and maintain the advantages of convenient and quick, the system architecture is clear, friendly interface, flexible operation.
Key words: Online flower shop management system ;JSP ;MySQL
目录
1 绪论 5
1.1 系统开发背景 5
1.2 系统开发的意义 5
1.3 系统设计目标 5
2 系统开发工具 6
2.1 JSP概述及特点 6
2.2 MySQL概述及特点 6
2.4 Tomcat概述及特点 6
3 数据库设计 7
3.1数据库表的设计 7
3.1.1用户信息表(user) 7
3.1.2购物车信息表(cart) 7
3.1.3商品信息表(flower) 7
3.1.4商品类别表(flower type) 8
3.1.5订单表(order) 8
3.1.6留言表(bbstitle) 8
4 系统的功能分析 8
4.1系统总体结构 8
4.2 前台功能分析 9
4.3后台功能分析 10
5 系统的设计与实现 11
5.1前台主要页面设计与实现 11
5.1.1系统前台的流程分析 11
5.1.3用户注册/登录 15
5.1.5购物车 19
5.1.6在线留言 20
5.2后台主要页面设计与实现 22
5.2.1管理员登录 22
5.2.2用户管理 23
5.2.3留言板管理 24
5.2.4公告管理 25
5.2.5订单管理 26
5.2.6商品管理 28
6 系统的测试 28
6.1系统测试目标 28
6.2系统的具体测试及总结 29
总结 30
参考文献 31
致 谢 32
1 绪论
1.1 系统开发背景
互联网的出现给人们的工作和生活带来了很大的好处,人们的交流活动不再受时间和地域距离的限制。网上商品买卖活动的逐渐增多了,网上开店已经成为了一个当今很热门的话题。网上开店不仅给消费者带来了方便,也给商家带来了很多利益。消费者不走出家门,在家打开电脑上网,就可以随意的挑选自己想要的商品,商家不用花费大量
显示全部