武汉工程大学邮电与信息工程学院
论文题目学 号学生姓名专业班级指导教师总评成绩毕业论文
基于Web的购物系统设计 王 振 计算机科学与技术01班 金国祥(教 授)
2014年6月5日
1002030121
武汉工程大学邮电与信息工程学院 毕业论文
目 录
摘 要 ......................................................................................................................................... II ABSTRACT ............................................................................................................................. III 第一章 绪 论 .......................................................................................................................... 1 1.1 购物系统背景和研究目的 ................................................................................................. 1 1.2 主要技术问题和内容 ......................................................................................................... 3 第二章 相关技术理论 ............................................................................................................ 5 2.1 JAVA语言简介 ...................................................................................................................... 5 2.2 JSP技术介绍 ....................................................................................................................... 6 2.3 MYSQL数据库介绍 ............................................................................................................ 7 2.4 开发工具和开发环境介绍 ................................................................................................. 7 第三章 系统概要设计 .......................................................................................................... 11 3.1 系统的可行性分析 ........................................................................................................... 11 3.2 系统需求分析 ................................................................................................................... 11 3.3 购物系统总体功能架构设计 ........................................................................................... 12 第四章 系统详细设计 .......................................................................................................... 15 4.1 数据库设计 ....................................................................................................................... 15 4.2 功能模块设计 ................................................................................................................... 16 4.3 系统实现 ........................................................................................................................... 17 第五章 系统测试 .................................................................................................................. 21 5.1 系统测试原理及测试原则 ............................................................................................... 21 5.2 系统测试方法 ................................................................................................................... 22 5.3 购物系统案例测试 ........................................................................................................... 22 总 结 ........................................................................................................................................ 25 致 谢 ........................................................................................................................................ 27 参考文献 .................................................................................................................................. 29
- I -
武汉工程大学邮电与信息工程学院 毕业论文
摘 要
本次系统设计使用Java Web开发技术开发系统的用户主界面,Java语言开发系统的后台管理部分,对购物系统进行需求分析,确定系统的功能后,搭建系统的开发环境,开始着手开始编写代码对系统的每个模块实现,购物系统具有用户登录、用户注册、商品浏览、商品查询、购物车功能,用户只有在注册了账号并且正确登录以后才能使用购物车,点击商品链接就会显示商品的详细信息,在查询框中输入商品名称点击查询就能查询到指定商品信息,点击购物车将需要购买的商品添加到购物车中保存方便购买和下次登录查看收藏的商品,管理员端能够对用户和信息商品进行管理。系统主界面使用Java Bean + JSP进行设计;阐述了整个页面系统结构及工作原理;分析了系统实现中的特殊性、难点和重点;设计实现了用户注册/登录、查询、购物车等功能;实现了管理员对网站的系统管理;解决开发中的技术难点;初步完成购物系统并进行测试。
关键词:网页开发;购物系统;开发平台;数据库
- II -
武汉工程大学邮电与信息工程学院 毕业论文
Abstract
The main user interface is designed with Java Web technology. Background management system is developed by java language, shopping system needs analysis to determine the function of the system and build system development environment .Each module of the system is implemented by java code, shopping system includes user login, user registration, browse merchandise ,merchandise information, shopping cart .Users only properly has registered and logged in and that can use shopping cart, click on the product will display the product details information .When the product name is entered in the query box and click the query button will be able to query the specified product information , we use shopping cart button to add the purchase items to the shopping cart and save facilitate the purchase when we login again that we can view the collection of goods . Administrators can manage user information and merchandise information. Main interface designs with Java Bean and JSP technology. It elaborates entire page system structure and working principle ; it analyses the specificity , difficulty and key point to achieve the system ; we implements user registration and login , search, shopping cart and other functions ; we achieve the administrator management function ; I solve technical difficulties in development and initially complete shopping system.
Keywords:Webpage development;Shopping mall system;Development platform;Database
- III -
相关推荐: