计算机应用 | 古代文学 | 市场营销 | 生命科学 | 交通物流 | 财务管理 | 历史学 | 毕业 | 哲学 | 政治 | 财税 | 经济 | 金融 | 审计 | 法学 | 护理学 | 国际经济与贸易
计算机软件 | 新闻传播 | 电子商务 | 土木工程 | 临床医学 | 旅游管理 | 建筑学 | 文学 | 化学 | 数学 | 物理 | 地理 | 理工 | 生命 | 文化 | 企业管理 | 电子信息工程
计算机网络 | 语言文学 | 信息安全 | 工程力学 | 工商管理 | 经济管理 | 计算机 | 机电 | 材料 | 医学 | 药学 | 会计 | 硕士 | 法律 | MBA
现当代文学 | 英美文学 | 通讯工程 | 网络工程 | 行政管理 | 公共管理 | 自动化 | 艺术 | 音乐 | 舞蹈 | 美术 | 本科 | 教育 | 英语 |

网上图书超市JSP+SQL网络毕业论文

2014-08-27 01:04
导读:计算机网络论文论文,网上图书超市JSP+SQL网络毕业论文怎么写,格式要求,写法技巧,科教论文网展示的这篇文章是很好的参考:毕业
毕业

网上图书超市
 

摘要:电子商务是1种基于Web平台的新型商务模式,它利用了互联网丰富的资源成功达到了商业交易的目的,能够使服务商与顾客之间进行方便快捷的多样化的商务功能。
本文主要介绍了网上图书超市系统的实现过程。系统采用JAVA服务器端技术即JSP技术,基于瘦客户端的Browser/Server的模式开发。采用Dreamwaver MX 2004作为前台开发工具,以JDK作为JavaBean、servlet的开发工具,Microsoft SQL Server 2000 作为后台数据库的开发工具。在Windows XP系统中使用ODBC-JDBC连接桥技术进行数据库连接。系统由网站前台和后台构成。前台主要包括用户注册与登录、图书展台、网上调查、购物车、收银台、订单查询等模块。后台主要包括管理员登录、图书管理、用户管理、订单管理、公告管理、投票管理等模块。实现了基本的用户购书流程,包括用户注册、登录、查看图书信息、填写、查看、修改和提交订单、结帐、执行送货等功能。
关键词:JSP技术;网上书市;电子商务。
BOOK SUPERMARKET ON LINE
 

Abstract: Electronic commerce is one kind based on the Web platform new commercial pattern, it used the Internet rich resources success to achieve the commercial trade goal, could cause between the service provider and the customer carries on the convenience quick diversification the commercial function.
This article mainly introduced on the net the books supermarket system realization process. The system uses the JAVA server end technology is the JSP technology, based on thin client side Browser/Servers pattern development.
Uses Dreamwaver Mx 2004 to take the onstage development kit, by Jbuilder 2006 took JavaBean, the servlet development kit, Microsoft SQL Server 2000 takes the backstage database the development kit. System uses the ODBC-JDBC connection bridge technology in Windows in the XP to carry on the database connection.

(科教作文网 zw.nseac.com整理)

The system constitutes by the website onstage and the backstage. The onstage mainly includes the user registration with to register, on the books booth, the net investigates, the shopping cart, receives modules and so on silver Taiwan, order form inquiry. The backstage mainly includes the manager to register, modules and so on books management, user management, order form management, announcement management, voting management. This system realized the basic user purchase books flow, the user registration, has registered, the examination books information, fills in, the examination, revises and submits the order form, paying up, the execution delivers goods and so on the functions.
Key words: JSP Technology; Book Supermarket; Electronic Commerce.

目录
前言 5
1 开发环境与相关技术 6
1.1 JSP技术介绍[1] 6
1.1.1 JSP的主要技术 6
1.1.2 JSP技术的特点 6
1.1.3 JSP的运行原理 6
1.2 MICROSOFT SQL SERVER 2000简介[3] 7
1.3 TOMCAT服务器的介绍 7
1.4 JDBC简介[4] 7
1.5 编译运行环境 8
1.5.1下载软件[5] 8
1.5.2 配置JSDK 8
1.5.3 测试Java环境 8
1.5.4 安装Tomcat 9
2 需求分析 10
2.1总体分析[6] 10
2.1.1系统目标 10
2.1.2 系统分析 10
2.2 基本数据流图[5] 10
2.3 B/S模式[6] 12
2.4 建立站点 [7] 12
3 概要设计 13
3.1功能结构设计 13
3.3功能模块的划分 14
3.3.1用户模块 14
3.3.2 图书模块 14
3.3.3 购物车模块 15
3.3.4 订单模块 15
3.3.5 投票模块 15
3.3.6 公告信息 15
4 数据库设计 16
4.1 数据库的分析[7] 16
4.2 数据库表的设计[8] 17
4.3 视图设计[9] 20
5 系统设计与实现 21
5.1 编写JAVABEAN[10] 21
5.2 网站前台开发 23
5.2.1 网站前台页面 23
5.2.2 用户实现过程 24

(科教范文网http://fw.nseac.com)

5.2.3 新书上架实现过程 26
5.2.4 图书分类实现过程[11] 26
5.2.5 购物车实现过程 27
5.2.6 生成订单实现过程[13] 30
5.2.7 订单查询实现过程 34
5.2.8 销售排行实现过程 34
5.3 网站后台开发 35
5.3.1 后台设计分析[14] 35
5.3.2 后台登录实现过程 35
5.3.3 图书管理实现过程[15] 35
5.3.4 用户管理实现过程[14] 41
5.3.5 订单管理实现过程[15] 42
5.3.6 投票管理实现过程[16] 44
5.3.7 公告管理实现过程 44
5.3.8 管理员退出系统实现 45
结论 46
参考文献 47
致谢词 48

前言
随着Internet的日益盛行,利用无国界、无区域界限的Internet来销售商品或服务,已经成为商品交易的新选择。从国际上召开的1系列关于“如何利用Internet 制造商机”等讨论会的踊跃现象可以证明,电子商店已经或即将成为1个浪潮。这种商品交易方式的优越性也日益被更多的人所理解,并且这些观念正在以难以想象的加速度传播到世界的各个角落。
电子商务的确是1个有着巨大生命力的新生事物,通过这条全球信息高速公路,它能使企业的管理内核变小、经营外延扩大。在减少企业运行成本、提高企业运行效率的同时,极大地扩大企业的市场覆盖面、增加企业的赢利机会。

    上一篇:校园信息门户的设计与实现网络毕业论文 下一篇:没有了