1、 摘 要 随着互联网上商品零售额的迅速增长,许多中小型企业开始考虑建立自己的电子商务站点,通过 互联网,即使是小公司也可能接触到世界上任何地方的客户。同时,用户通过互联网购买东西比 起其他任何一种方式都方便的多。电子商务的出现使得卖家和买家实现双赢。 本文首先介绍选题的背景及意义,对开发所采用的技术进行了介绍,然后对所开发的系统进行了 需求分析,概要设计,最后编程实现所要求的功能。 此次毕业设计的系统功能模块分为管理员模块、用户模块。管理员模块实现商品管理、商品类的 管理、用户管理、订单管理和管理员管理等功能。用户模块实现个人信息管理,购物车管理,网 站留言,订单查看,客服联系功能,搜索功能以
2、及注册登录等功能。 根据需求分析的结果,分析待开发系统中需要的数据,并依此设计数据库。 设计好数据库后编程实现所需的功能。由于编程中需频繁访问数据库,因此在设计中编写了访问 数据库的类,以后当需要访问数据库时直接调用此类来实现访问数据库。编程中最关键的地方在 于购物车的实现,在本设计中,本人建立一个哈希表用于存储购物车的信息,当用户提交订单时 将购物车中的信息转存到数据库中的订单表,同时删除购物车中的信息。 系统开发完成后,对系统进行了测试。测试结果表明,本系统实现了需求分析所定义的功能。 关键词:网上购物,SQL Server2005 ,ASP.NET Abstract With the r
3、apid growth of the Internet commodity retail sales , many small and medium-sized enterprise began to consider to build theirown e-commerce site, through the Internet, even small companies may be connect with the customers anywhere in the world. Meanwhile, users can get a lower price and much more co
4、nvenient than any other way of trade.The appearof electronic business makes sellers and buyers to achieve a win-win situation. This tutorial firstly introduces the background and significance of topic and then the technology of development, and then the development of system of the requirement analysis, general design, finally the programming required functions. The graduate design system function module can be divided into administrator module, user module. Administrator module carry out commo