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

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

网上图书销售系统的设计与实现

 本文ID:LWGSW14115 价格:收费积分/100
扫一扫 扫一扫
本站会员可自行下载:下载地址 网上图书销售系统的设计与实现 (收费:1000 积分)  

论文字数:16808,页数:47 

[摘要]伴随着Internet的迅速发展,电子商务将成为21世纪主流的商业模式之一。网上书店是随着计算机技术和网络技术的发展而出现的一种新型图书销售渠道。依靠计算机网络,以通讯技术为基础,实现图书销售的网上交易。网上书店同传统的店面书店相比,网上书店的经营方式和销售渠道是全新的;它24小时的全天候和全方位服务是传统书店所不能比及的,成本低廉更是开设网上书店的主要原因。而与其他商品相比,书籍运送几乎不怕碰撞碎裂,不具时效性,同时书本具有功能单一,形式简单,易于判断和选择而独具优势,最适合于网上交易;再次是单价低,降低了消费者第一次在网络购物的门槛,所以网上书店成了电子商务的先锋。
 本文首先简述网上购书的历史背景,接着陈述了设计的原理和设计所采用的工具,工具包括JSP 、Dreamweaver MX 、Microsoft SQL2000、java script ;首先对系统进行需求分析,得出了购书系统的结构图,然后接着详细的描述实现了一个网上书店全程购物系统解决方案。
 [关键词] 电子商务;电子书店;JSP;Dreamweaver MX

 

Abstract:We make great strides before being accompanied by Internet, e-commerce will become the mainstream of the 21st century business model. With the online bookstore is the network technology and the emergence of a new type of library development sales channels. Through the combination with electronic forms of communication, rely on computer networks for communications technology as a basis for the realization of the online bookselling transactions. Online bookshop compared with the traditional storefront bookshop, online bookstore's mode of operation and marketing channels is a brand-new; Its 24-hour, all-weather and all-round service is not over and bookstore shops; Low cost is the main reason for the creation of online bookstore. Compared with other commodities, almost no books of collisions fragmentation, without limitation; Meanwhile a function of a single book, a simple form, and unique advantages and options to determine the most suitable for online transactions; Again is at the low and lower consumer shopping network in the first threshold, the online bookshop has become the vanguard of e-commerce.
  The first online ordering process described, followed by the presentation of the design principles and design tools used, including JSP, Dreamweaver MX, Microsoft SQL2000, java script; After entering the preparation part of the system here needs analysis, given the shopping process, and data flow; The following is the full  text of the main part of the realization of a detailed online bookstore full shopping system solutions.  
 Keyword: E-commerce; Electronic bookshop;JSP;Dreamweaver MX 


目  录
1引言   1
2 概述 1
3 系统分析 1
3.1 可行性分析 1
3.2需求分析 1
4 概要设计 2
4.1 系统设计目标 2
4.2 系统设计思想 2
4.3 系统功能模块划分 2
4.4系统结构设计 3
4.5系统功能简介 4
4.5.1系统基本功能 4
4.6 数据库设计 5
4.6.1 数据库需求分析 5
4.6.2 数据库概念结构设计 5
4.7  数据库逻辑结构设计 7
5 详细设计 9
5.1 开发技术简介 9
5.1.1 JSP简介 9
5.1.2 JSP的运行原理 9
5.1.3 JSP页面的组成 10
5.1.4 JavaBean技术介绍 10
5.1.5 JSP 的运行环境 10
5.2 系统主要文件 11
5.3 详细设计及说明 11
5.3.2字符处理Bean的编写 12
5.3.3实现用户实体的Bean 14
5.3.4实现图书实体的Bean 15
5.3.5 实现图书分类实体Bean 16
5.3.6实现订单实体Bean 16
5.3.7 实现订单列表的Bean 17
5.3.8 实现购物车实体的Bean 18
5.3.9 管理用户登录Bean的编写 18
5.3.10管理图书Bean的编写 20
5.3.11管理图书分类Bean 25
5.3.12管理用户的Bean 26
5.3.13管理订单的Bean 26
5.4客户界面设计 30
5.4.1界面头、界面尾设计 30
5.4.2用户登陆模块设计 30
5.4.3在线购书功能模块设计 31
5.4.4我的购物车功能模块设计 31
5.4.5订单信息功能模块设计 34
5.5管理界面设计 35
5.5.1界面头、界面尾设计 35
5.5.2管理员登陆功能模块设计 35
5.5.3现有图书管理功能模块设计 36
5.5.4订单管理功能模块设计 37
5.5.5用户管理功能模块设计 38
6 系统使用 38
6.1服务器的配置及环境的搭建 38
6.2 进入前台 40
6.3  进入后台 41
7 总结 41
参考文献 43
附录
附录A 使用手册
附录B 英文参考文献
附录C 参考文献译文


相关论文
本论文在计算机论文栏目,由论文格式网整理,转载请注明来源www.lwgsw.com,更多论文,请点论文格式范文查看
上一篇:基于JSP的网上购物系统的设计与实.. 下一篇:基于ASP的论坛的设计与实现
Tags:网上 图书销售 系统 设计 实现 【收藏】 【返回顶部】
最新文章
热门文章
计算机论文
推荐文章

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

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

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