网站导航免费论文 原创论文 论文搜索 原创论文 网学软件 学术大家 资料中心 会员中心 问题解答 原创论文 大学论文导航 设计下载 最新论文 下载排行 原创论文
返回网学首页
网学联系
最新论文 推荐专题 热门论文 素材专题
当前位置: 网学 > 编程文档 > 其他类别 > 正文

在线图书销售系统的设计与实现

来源:http://myeducs.cn 联系QQ:点击这里给我发消息 作者: 用户投稿 来源: 网络 发布时间: 16/02/12

文章导读:在新的一年中,各位网友都进入紧张的学习或是工作阶段。网学的各位小编整理了其他类别-在线图书销售系统的设计与实现的相关内容供大家参考,祝大家在新的一年里工作和学习顺利!

论文字数:16315,页数:41

摘要

     近年来,随着信息的全球化和国际互联网的普及化,商业的运营模式和人们的消费观念也随之改变,电子商务已经成为一种时尚。图书信息易于判断和选择,所以适合于网上交易,因而“在线图书销售”成了电子商务的先锋。在线图书销售又名电子书店、网络书店虚拟书店,其内涵都一样,都是利用信息技术、数字技术、虚拟技术、网络技术在互联网或因特网上进行图书贸易的一种新型书店,是图书出版发行的另一个新型市场。在线图书销售的出现使人们足不出户就可以买到自己需要的图书,从而打破了传统书店的经营模式。
        为此本文设计的在线图书销售系统在实现一般网上销售图书的功能的基础上突出了书的信息服务,例如,提供详细的图书列表、提供方便的图书查询、提供最新引进的书信息等服务。通过这些信息服务把读者的注意力集中过来,以服务为带,把作者、出版社、书店、读者紧密地联系起来。另外,本设计在管理方面还突了“人性化”的特点,设计了方便的管理平台,即使你不是一个精通计算机的人也能很好地完成图书管理工作,例如新增图书、推荐图书、删除图书信息等工作。
        本系统的开发主要包括前台应用程序的开发和后台数据库的建立和维护两个方面
前者要求应用程序具有功能完备、易用等特点,后者要求建立数据的一致性和完整性
基于上述考虑本系统采用B/S模式架构,本系统的主要特点是:操作简便,平台适应性广在网站上的运行速度较快。

关键词:在线图书销售,购物车,B/S模式

 

 The Design and Realization of the On-line Bookstore System
 Abstract

 In recent years, along with the information globalization and the Internet universalization,
The commercial operation model and the people’s thought about consuming have changed a 
lot, and the electronic commerce has become a king of fashion, As the information of books  is easy to judge and choose, it fits the transaction on-line, and it is a new kind of bookstore in
which people have book trade on the Internet with information technology, digital technology,
virtual technology, net  technology,  it’s a kind of  new market for  the  book publishing. The appearance of on-line bookstore let people get what they need without walking out of the house, so that it breaks the mode of traditional bookstores. 
        So the system in the paper emphasizes the information service of books besides realizing
the function of selling  books on-line, for example, offers the details of the book list, offers the
convenient book searching, offers the newest  book  information and so on, and  concentrating 
the attention of the readers with these  information services, and  with the help  of the services,
join the writers, presses, bookstores and readers together tightly. In addition, the system emphasizes  the character  of   “humanity”  in  management, and  a  convenient  management  platform  is designed, even though you are not one who are good at computers, you can perfectly  complete  the book  management  as well, like adding  books,  recommending  books,  deleting  book information  and so on.  
       The development of this system mainly includes the two sides of the development of proscenium application program and the foundation and repair of database in the background.
To the first one, we need a full function and easy using program, to the second one, the consistence and the completes of data is needed to build up, Based on the consideration above, our system  adopts B/S model, the main character of this website is that convenient cooperating, extensive adaptation of  platform, and has a fast running speed.

Key words: On-line bookstore,shop car,B/S model

 

 目        录
1  绪论 1
1.1 项目背景 1
1.2关于本系统的基本介绍 2
1.3关于本系统的特点 3
1.4论文构成及研究内容 3
2  系统开发技术 4
2.1 JSP技术介绍 4
2.2 JSP在Web开发方面的优势 5
2.3 Access 简述 6
2.4 系统运行环境 7
 2.4.1 JDBC介绍 7
 2.4.2 连接数据库 10
 2.4.3 JSP运行环境安装及配置 10
3  在线图书销售系统分析与设计 11
3.1 需求分析 11
 3.1.1 系统安全性需求 11
 3.1.2 可维护性需求 11
 3.1.3 用户操作需求 11
 3.1.4 运行速度需求 11
 3.1.5 界面需求 11
3.2系统设计 12
 3.2.1 系统用例分析 12
 3.2.2 系统设计思想 13
 3.2.3 系统结构设计 14
 3.2.4 系统功能总体设计 14
 3.2.5 系统功能详细设计 15
3.3 数据库设计 17
 3.3.1 数据库需求分析 17
 3.3.2 数据库概念设计 17
 3.3.3 数据库逻辑设计 19
4  在线图书销售系统实现 23
4.1 系统功能实现 23
 4.1.1登录/注册模块 23
 4.1.2 购物车模块 23
 4.1.3 图书管理模块 25
 4.1.4 订单管理模块 26
 4.1.5 用户管理模块 26
 4.1.6公告管理模块 27
4.2  数据库有关类的实现 28
5   结论 32
6   致谢 34
7   参考文献 35

在线图书销售系统的设计与实现......
  • 上一篇资讯: [其他类别]
  • 版权所有 QQ:3710167 邮箱:3710167@qq.com 网学网 [Myeducs.cn] 您电脑的分辨率是 像素
    Copyright 2008-2015 myeducs.Cn www.myeducs.Cn All Rights Reserved 湘ICP备09003080号