雷震网上购书系统
Abstract
With the development of information technology, all kinds of industries are using computer technology, network era has come, has been a part of modern people. The development of network technology has become a top priority, and at the same time has become a source of business profits. Online bookstores system is using asp.net technology to build an online bookstore on the Internet, so that some clubs can buy their favorite books on the Internet, dont go to the bookstore buy books. This paper first to resolve the need to use technology of this system and the running environment. The development of language is used in this system, asp.net and SQL Server 2008 database, and Web page making and so on. After the online bookstores system was analyzed, and the bookstor *景先生毕设|www.jxszl.com +Q: ¥351916072¥
e system design idea, realize the purpose and the basic framework of the bookstore system have been adjusted. Finally to the front desk page, the background of this system, and the realization of the database and the design of applications has carried on the comprehensive analysis. This system is eventually to achieve a system for online bookstores, through an online bookstore and build a simple and convenient information platform between users. Users can register, login, and on the platform to buy books.
Key Words: VisualStudio2010;SQL Server 2008;Online Bookstore System
一、引言
(一)开发背景
互联网络现在已经覆盖了几乎整个地球,人们已经进入了互联网时代,现在很多的商店都是以网络的形式开的,已经逐步取代现有的广场商店,这样就可以使用户们不用走出门外购买自己的想要的东西,比如衣服、书籍、吃的、喝的等等东西。网上书店也在这时成功的崛起了,随着世界第一家网上书店的成立,为很多人建立了典范,成功的带动了一些想要运用网络盈利的商人。
本论文主要是对网上购书系统进行了深度的解读,以便为以后的网上购书系统的开发建立坚实的基础,同时以网上购物的流程来初步构建了网上购书系统,将购买书籍的步骤和流程进行了初步的搭建和实现。
同时使用Asp.net和SQL Server 2008技术来开发网上购书系统,同时开发网上购书系统设立其系统本质上的与其他系统的差别,使其具有更好的实用性、价值性和优越性,为将来的网上购书系统建立良好的基础。
(二)选题意义
本论文主要是让更多的书友可以更方便的浏览、购买自己喜爱的书籍,这样既轻松又方便。本系统运用了Asp.net和数据库2008技术建立了网上购书系统,让该系统提供一个可以浏览、购买书籍平台。
(三)设计目标
网上购书系统是一个可以给广大用户提供更方便更实惠的平台,如果商场的书店可以运用网上购书系统,那样会使得书店的收益变得更加高,而本次课题的研究对我来说也是一个检验,验证自己是否具有开发项目的能力。
(四)开发技术
SQL Server 2008,是Microsoft研发并发布出来的,它可以对数据进行组织和管理。同时它可以将一些结构化文档数据存放到数据库中,同时可以对数据进行增加、删除、修改等一系列的操作。同时也可以与VS链接起来,运用VS来读取数据库中的东西,这种技术非常高端。
Asp.net技术,它是VS和C#中的核心语言,同时也是本次实现系统关键性语言。Asp.net可以与数据库进行链接,读取数据库中的信息,这样就方便该系统的运行,从而更好地去实现我们想要实现的东西。现在在IT行业里,基本上都是运用Asp.net语言,正式因为人们看中了他独特的技术,是的该系统可以正常运行,从而使得我们可以更好地开发软件。
二、系统分析与设计
(一)系统功能需求
网上购书系统的主要功能如下:
用户注册:用户在首页点注册按钮,进入注册页面,根据注册页面的要求填写信息,完成注册,数据库将用户注册的信息录入,实现其注册功能;
用户登录:用户根据自己注册的账号,进行登录;
商品信息:从数据库读取这些书籍的具体信息陈列在商品信息的页面,以供用户浏览;
购物车:用户可以浏览商品的信息查看自己喜爱的图书,然后点击购买,尽可以添加到购物车里面了,在购物车里面还可以挑选自己最想买的书籍,进行选择性结算;
订单管理:用户可以查看自己购买的书籍,查看是否发货;
用户评论:用户可以在收到自己所要购买的东西后进行评论,同时也可以查看该商品的评论信息;
用户头像设置:在评论的时候会显示该用户的头像,用户可以在“头像设置”页面更改自己的头像。
(二)系统分析图
1、实体对象模型:主要就是四个用户功能之间的联系和用户各自的功能的实现,如图2-1所示:
商品表:商品ID,商品名称,商品原价,商品现价,商品图片,商品简介,上市时间
评价表:会员ID,等级,评论标题,评论内容,会员编号,评论时间
订单表:订单号,会员ID,总价,订单状态,下单时间,到货时间
数据库的逻辑结构设计
表1 书籍类型表(tb_ BookStyle1)
ClassName
varchar
50
否
主键
书籍ID
否
原文链接:http://www.jxszl.com/jsj/rjgc/31278.html