网站地图| 免费获取|
毕业论文网
  • 网站首页|
  • 论文范文|
  • 论文降重|
  • 职称论文发表|
  • 合作期刊|
  • 论文下载|
  • 计算机论文|
  • 外文翻译|
  • 免费论文|
  • 原创论文|
  • 论文开题报告
搜索

当前位置:毕业论文网 -> 论文下载 -> 资料论文下载 -> 基于JSP技术的电脑配件交易平台开发
计算机论文资料| ASP设计| Delphi| VB设计| JSP设计| ASP.NET设计| VB.NET| java设计| VC| pb| VS| dreamweaver| c#.net| vf| VC++| 计算机论文范文| 论文下载| 自动化论文

基于JSP技术的电脑配件交易平台开发

本文ID:LW20008 字数:14879,页数:49 价格:¥50.00 → 信用说明

以下为论文简介,扫一扫付款马上可获取全文,付款金额见标题右下角。付款后请把付款结果截图及本篇论文的网址或者论文ID发给客服,客服核实后,马上将论文发到您的邮箱或者在线传送给您。客服QQ:17304545 点击这里给我发消息   微信:17304545 扫一扫 扫一扫
本站会员可自行下载:下载地址 基于JSP技术的电脑配件交易平台开发 (收费:5000 积分)  如何获取积分?
基于JSP技术的电脑配件交易平台开发

^论文字数:14879,页数:49

摘  要

 电子商务是信息时代的产物。许多发达国家的传统产业都在向电子商务转型,大型跨国公司几乎全部实现了企业的电子商务。电子商务开始流行起来,越来越多的商家在网上建立在线商店,向消费者展示出一种新颖的购物理念。
 基于JSP技术的电脑配件交易平台,在Eclipse开发环境下,采用JSP语言来实现。采用JSP语言来实现网站的动态性,使客户端的操作更加灵活生动。由于其用户对象主要是众多的企业与客户,交易过程会产生大量数据交换,这就要求系统要具备良好的数据处理能力,保证系统能够稳定、高效的运行。
 电脑配件交易平台的实现技术经过详细分析,采用了B/S结构,基于JSP+JavaBean技术、MyEclipse和SQL Server2000数据库开发。基本上所有的数据库操作和复杂的业务逻辑操作都通过JavaBean来实现。当今的Web开发虽然偏向MVC模式,但对于小型动态网站,JSP+JavaBean比较适用。此外,利用jspSmartUpload组件实现产品图片上传这一功能,使管理员上传产品以及叙述介绍产品更方便。
 
关键词 电子商务,电脑配件,B/S结构,JSP+JavaBean, SQL Server 2000
 
 
 
 ABSTRACT

 Electronic commerce is a product in information age. Many developed country's traditional industries to electronic commerce reforming, the large-scale Multinational corporation completely nearly have realized enterprise's electronic commerce. The electronic commerce starts to get up popularly, more and more merchants establish the on-line shops, suggest one kind of new shopping idea to the consumer.
 The platform of the computer fitting trades based on the JSP technology's, under the Eclipse development environment, it uses the JSP language to realize. Using the JSP language to realize the website dynamic, causes the client side the operation to be more nimble vividly. Because its user object is mainly the numerous enterprises and the customer, the transaction process will produce the mass data exchange, this request system must have the good data-handling capacity, the guarantee system can stabilize, the highly effective movement.
 The platform of the computer fitting trades to realize the technology to undergo the multianalysis, has used the B/S structure, based on the JSP+JavaBean technology, MyEclipse and SQL Server2000 database development. Basically all database operation and the complex service logical operation realizes through JavaBean. Although the now Web development is partial to the MVC pattern, regarding the small dynamic website, JSP+JavaBean is quite suitable. In addition, realizes the product picture using the jspSmartUpload module to upload this function, causes the manager to upload the product as well as the narration introduction product is more convenient.
  
 Keywords Electronic Commerce, Computer Fitting, B/S Structure, JSP+JavaBean, SQL Server 2000


目录

摘  要 I
ABSTRACT II
第1章 绪论 1
1.1 设计背景 1
1.2 研究内容 2
第2章 B/S结构系统技术介绍 3
2.1 JSP概述 3
2.1.1 JSP模式一 3
2.1.2 JSP模式二 4
2.2 B/S三层体系架构 5
2.2.1 B/S三层体系架构概念 5
2.2.2 B/S三层体系架构优点 6
2.3 平台开发环境介绍 6
2.3.1 Tomcat6.0 6
2.3.2 MyEclipse 6
2.3.3 SQL Server 2000 7
2.3.4 JavaBean技术 7
2.3.5 java script脚本语言 8
2.4 本章小结 8
第3章 系统总体设计分析 9
3.1 系统总体目标和功能需求分析 9
3.1.1 系统总体目标 9
3.1.2 系统功能需求及模块分析 9
3.2 系统总体流程图和业务流程分析 11
3.2.1 会员注册流程 11
3.2.2 购物流程 12
3.3 数据库设计 12
3.3.1 数据库设计过程 13
3.3.2 数据库需求分析 13
3.3.3 数据库概念结构设计 14
3.3.4 数据库逻辑结构设计 15
3.4 本章小结 19
第4章 系统模块设计与实现 21
4.1 通用模块设计 21
4.2 系统前台功能模块 22
4.2.1 平台主页面 22
4.2.2 用户注册模块 25
4.2.3 购物车模块 27
4.2.4 销售排行模块 29
4.3 后台功能模块 30
4.3.1 管理员登录界面 30
4.3.2 商品管理模块 31
4.3.3 会员管理模块 34
4.3.4 订单管理模块 36
4.3.5 公告管理模块 37
4.4 本章小结 38
第5章 平台运行与测试 40
5.1 测试项目 40
5.2 本章小结 43
第6章 结束语 44
致谢 45
参考文献 46

基于JSP技术的电脑配件交易平台开发由毕业论文网(www.huoyuandh.com)会员上传。
原创论文资料流程 相关论文
上一篇:基于约束的Delaunay三角剖分算法.. 下一篇:服装连锁店信息管理系统的设计与..
推荐论文 本专业最新论文
Tags:基于 JSP 技术 电脑配件 交易平台 开发 2011-05-31 09:56:23【返回顶部】
发表论文

联系方式 | 论文说明 | 网站地图 | 免费获取 | 钻石会员 | 硕士论文资料


毕业论文网提供论文范文,论文代发,原创论文资料

本站部分文章来自网友投稿上传,如发现侵犯了您的版权,请联系指出,本站及时确认并删除  E-mail: 17304545@qq.com

Copyright@ 2009-2020 毕业论文网 版权所有