s
(2014)届本科生毕业设计(论文)
题 专 院 学 姓 指 导
目 基于JSP的网上花店管理系统的设计与实现 业 计算机科学与技术 系 数学与计算机科学学院 号 1008040442 名 缪文 教 师 王正才
二0一四 年 五 月
绵阳师范学院2014届本科毕业设计(论文)
基于JSP的网上花店管理系统的设计与实现
学生:缪文 指导老师:王正才
摘 要:本系统采用JSP开发技术,使用MyEclipse8.0作为平台,Tomcat6.2作为服务器,使用MySQL数据库作为系统数据库。网上花店管理系统是一个模拟网上购物系统,分为前台和后台两部分,前台为用户设计,后台为管理员设计。前台可以实现用户的注册、登录、信息公告、购物车、在线留言板等功能;后台可实现管理员登录、用户信息管理、公告管理、订单管理、商品管理等功能。具有可视性强、设计成本小、利润高、系统安全性好、维护方便快捷等优点,系统构架清晰,界面友好,操作灵活。
关键词:网上花店管理系统;JSP;MySQL
第 1 页
绵阳师范学院2014届本科毕业设计(论文)
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
第 2 页
绵阳师范学院2014届本科毕业设计(论文)
目录
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留言板管理 ............................................ 25 5.2.4公告管理 .............................................. 26 5.2.5订单管理 .............................................. 27 5.2.6商品管理 .............................................. 29
6 系统的测试....................................................... 29
6.1系统测试目标................................................ 29 6.2系统的具体测试及总结........................................ 30 总结............................................................... 30
第 3 页
绵阳师范学院2014届本科毕业设计(论文)
参考文献........................................................... 31 致 谢............................................................. 32
第 4 页