《电子商务网站当当网毕业设计论文(孙金福)》由会员分享,可在线阅读,更多相关《电子商务网站当当网毕业设计论文(孙金福)(43页珍藏版)》请在金锄头文库上搜索。
1、 摘 要 随着网络、通信和信息技术的发展,商业空间发展到全球规模,这使得任何一个商业组织都必须调整自己的运营模式和产业结构,以适应新的市场发展的需要。因此,任何一个企业要在21世纪生存,就必须迅速地改变传统的经营观念,跟上当今世界发展的最新潮流,加入到电子商务大潮中。本系统采用B/S三层架构,主要实现前台交易系统和后台管理系统。前台交易系统主要包括用户管理、商品展示、书城快讯、我的订单、购物车管理,后台管理系统主要包括用户管理、订单管理、类别管理、商品管理。系统主要采用了MVC软件架构思想,融入了Struts1、JSP、Ajax、JQuery等典型WEB开发相关技术,同时采用MySql数据库和
2、主流服务器Tomcat。系统的各个模块设计合理,尤其是业务方法利用接口理念,这样让系统很灵活,具备了良好的扩展性。 经过不断的改进和调试,系统逐渐完善,最终完成了一个标准化的电子商务交易平台。 关键词:电子商务 JSP 网上购物 I Abstract With the development of network,communication and information technology today,commercial space developments to the global scale.This makes any business group have had to adj
3、ust their operation mode and industrial structure, so as to adapt to new market development needs.Therefore, in order to survive in the 21st century, any enterprise must quickly change the traditional management idea and keep up with the latest trend in the development of the world today, joining th
4、e tide of electronic commerce.The system uses B/S three layer structure and mainly realizes the front desk trading system and background management system.Front desk trading system mainly include user management, commodity exhibition, mall news,My orders and shopping cart management.Background manag
5、ement system mainly include user management, order management,category management,commodities management. The system mainly adopts MVC software architecture and blends in Struts1 thought, JSP, Ajax, JQuery and some other typical WEB technologies, as well as using MySql database and the mainstream se
6、rver Tomcat.Each module of the system is designed reasonablely, especially business methods using interface, so let the system have good flexible expandability.After continuous improvement and debugging,the system is improved gradually and finally become a standardized electronic business transactio
7、n platform. Key words: E-commerce Java Server Pages Online shoppingII 目 录第1章 引言 . 11.1 课题意义 . 11.2 国III第5章 前台模块设计与实现 . 245.1 用户模块 . 245.1.1 用户注册 . 245.1.2 用户登录 . 295.1.3 用户个人信息中心. 305.1.4 用户登出 . 335.2 主页模块 . 335.2.1 分类浏览 . 335.2.2 商品检索 . 355.2.3 书城快讯 . 375.3 购物车模块 . 375.4 我的订单 . 425.4.1 订单列表生成 . 435
8、.4.2 填写收件人地址 . 445.4.3 订单确认 . 45第6章 后台模块设计与实现 . 476.1.系统后台框架设计 . 476.1.1管理员的设计 . 476.1.2 系统后台主页面设计 . 486.1.3 管理员登出 . 506.2 用户管理 . 506.2.1 用户查询 . 506.2.2 用户搜索 . 516.3 订单管理 . 536.3.1 订单查询 . 536.3.2 购物明细表 . 536.3.3 单个用户订单查询. 546.4 商品管理 . 546.4.1 商品查询 . 556.4.2 修改商品分类 . 55 IV6.4.3 添加新商品 . 566.5 类别管理 . 586.5.1 类别查询 . 596.5.2 类别删除 . 596.5.3 添加新类别 . 60第7章 系统测试 . 627.1 单元测试 . 627.1.1 注册模块测试 . 627.1.2 登录模块测试 . 627.1.3 购物车模块测试 . 627.1.4 分类数目统计 . 637.1.5 类别添加测试