论文格式
电气工程 会计论文 金融论文 国际贸易 财务管理 人力资源 轻化工程 德语论文 工程管理 文化产业管理 信息计算科学 电气自动化 历史论文
机械设计 电子通信 英语论文 物流论文 电子商务 法律论文 工商管理 旅游管理 市场营销 电视制片管理 材料科学工程 汉语言文学 免费获取
制药工程 生物工程 包装工程 模具设计 测控专业 工业工程 教育管理 行政管理 应用物理 电子信息工程 服装设计工程 教育技术学 论文降重
通信工程 电子机电 印刷工程 土木工程 交通工程 食品科学 艺术设计 新闻专业 信息管理 给水排水工程 化学工程工艺 推广赚积分 付款方式
  • 首页 |
  • 毕业论文 |
  • 论文格式 |
  • 个人简历 |
  • 工作总结 |
  • 入党申请书 |
  • 求职信 |
  • 入团申请书 |
  • 工作计划 |
  • 免费论文 |
  • 合作期刊 |
  • 论文同学网 |
搜索 高级搜索

当前位置:论文格式网 -> 毕业论文 -> 计算机论文
毕业论文标题:

基于BS架构的购物一条街网站设计与实现

 本文ID:LWGSW14477 价格:收费积分/100
扫一扫 扫一扫
本站会员可自行下载:下载地址 基于BS架构的购物一条街网站设计与实现 (收费:1000 积分)  

论文字数:18310,页数:49

摘要

 本购物一条街网站是基于JSP动态网页技术,运行在tomcat服务器上,采用B/S架构,并根据现有的网上购物系统的现状而设计开发的电子商务类网站。它不但可以扩大商家的规模和市场影响力,而且可以减少企业的经营成本,提高工作效率。
 本文首先介绍了网上购物类网站的现状及开发背景,然后论述了系统的设计目标,系统需求和总体设计方案,较详细的论述了系统的详细设计和实现。最后,本文对购物一条街进行了系统检测并提出了还需要改进的问题。
 本网站主要为会员提供了会员注册,购物车管理,商品浏览,下订单等功能,为管理员提供了商品管理,会员管理,订单管理等功能。在设计方面,本网站采用B/S三层结构,即MVC模式,使用JSP技术进行动态页面的设计,同时结合了HTML以及java script语言在页面上的应用。后台数据库管理选用的是当今流行的sql server数据库管理系统。

关键词:购物一条街网站,JSP,B/S架构,电子商务,sql server
ABSTRACT

 The shopping street website is based on a dynamic web page technology JSP, working on the tomcat server, adopting the B/S frame, and in accordance with the existing system, the status of online shopping and the design and development of e-commerce Website. It can not only expand the business scale and market influence, but also reduce operating costs and enhance efficiency.
 This paper first introduced the category of on-line shopping websites, as well as the development of the background of the status quo, and then discusses the system design objectives, system requirements and design program, a more detailed discussion of the detailed design of the system and the realization of. Finally, the paper on-line shopping site testing of the system and put forward the question of the need to improve.
 The main users of this Web site provides registered membership, shopping cart management, product browsing, submit the order and other functions, for administrator of commodity management, user management, order management and other functions. In terms of design, the use of this site B / S three-tier structure, namely, MVC model, the use of JSP technology for dynamic page design, while a combination of HTML and java script language in the application page. The database background uses the popular choice of the sql server 2005 database management system.
 
 Keywords: The Shopping Street Website, JSP, B/S framework, E-commerce
, sql server
目录

摘要 I
ABSTRACT II
第1章 引言 1
1.1 背景 1
 1.1.1网上购物的发展 1
 1.1.2购物网站开发技术的现状 1
1.2 购物网站的开发意义 2
1.3 研究内容和过程 3
1.4 本章小结 3
第2章 基于JSP技术的网站开发 4
2.1 MVC模式 4
 2.1.1 MVC模式介绍 4
 2.1.2 MVC的优势和特点分析 4
2.2 JDBC连接桥技术 5
 2.2.1 JDBC定义 5
 2.2.2 JDBC与ODBC和其他API比较 6
 2.2.3 JDBC对B/S和C/S模式 7
2.3 Servlet 7
2.4 开发环境 7
 2.4.1 MyEclips 7
 2.4.2 Dreamweaver 8
 2.4.2 SQl Server 8
2.5 本章小结 9
第3章 系统需求分析 10
3.1 网站功能需求分析 10
3.2 网站性能需求分析 10
3.3 网站设计的优势 11
3.4 网站设计的总体规则 11
3.5 本章小结 11
第4章 数据库设计 12
4.1 数据库分析 12
4.2 概念结构设计 13
4.3 逻辑结构设计 14
4.4 数据库安全性和完整性 18
 4.4.1 数据库的安全性 18
 4.4.2 数据完整性 18
4.5 本章小结 19
第5章 网站设计与实现 20
5.1 网站功能设计 20
 5.1.1 功能页面结构 20
 5.1.2 功能流程图 20
5.2 会员前台操作功能模块的实现 21
 5.2.1 数据库的连接 21
 5.2.2 会员登录操作模块的实现 22
 5.2.3 购物车模块的实现 26
 5.2.4 商品搜索模块的实现 30
 5.2.5 其他模块的实现 32
5.3 管理员后台管理功能模块的实现 33
 5.3.1 会员管理模块的实现 33
 5.3.2 商品管理模块的实现 36
 5.3.3 商品类别管理模块的实现 39
 5.3.4 订单管理模块的实现 40
5.4 本章小结 42
第6章 结束语 43
致谢 44
参考文献 45


相关论文
本论文在计算机论文栏目,由论文格式网整理,转载请注明来源www.lwgsw.com,更多论文,请点论文格式范文查看
上一篇:网上超市系统的设计与实现 下一篇:基于Java的智能网吧管理系统的设..
Tags:基于 架构 购物 一条街 网站设计 实现 【收藏】 【返回顶部】
最新文章
热门文章
计算机论文
推荐文章

本站部分文章来自网络,如发现侵犯了您的权益,请联系指出,本站及时确认删除 E-mail:349991040@qq.com

论文格式网(www.lwgsw.com--论文格式网拼音首字母组合)提供计算机论文毕业论文格式,论文格式范文,毕业论文范文

Copyright@ 2010-2018 LWGSW.com 论文格式网 版权所有 蜀ICP备09018832号