摘 要
本设计的主题是网络图书交易系统的设计与开发。系统基于ASP技术和SQL Server数据库技术进行开发,然后运用Dreamweaver对页面进行美化。本次设计主要把系统分为前台系统和后台系统两个模块。
在前台系统中有六个子模块,分别是用户注册登陆、用户图书管理、对图书或用户信息浏览和查询、购物篮、新闻中心和留言板。后台系统中有订单管理、运输管理、图书管理、管理员管理、新闻管理、用户留言管理六个子模块。在用户注册模块中,特别加强了用户注册信息验证的严格性;在图书或用户信息浏览和查询模块中,用户可以对图书进行浏览检索,查看图书及用户的详细资料;在图书管理模块中,用户可以发布和管理自己公司生产的产品。在后台系统中,系统管理员可以对已注册的用户进行审查,并对提交的订单进行处理;可以对现有的图书管理;同时还可以对新闻、运输方式和用户留言进行管理。
整个系统功能流畅,从操作简便、界面友好、灵活实用的要求出发,实现企业和企业之间在线交易。使用户之间的交易能够更加方便和快捷。
关键词: 网络图书交易 电子商务 网络安全性
Abstract
This paper describes the developing process of a B2B online trading systems. The system is based on ASP and SQL Server database development technology, then I used Dreamweaver which made pages more beautiful. The system includes two modules which are the foreground system and the background system.
There are six modules in the foreground of my system, they are users registering and landing, users merchandise management, Browsing and querying commodity or business information, shopping basket, information centers and message boards. In the background system, there are six modules too, which are orders management, transport management, merchandise management, administrator management, news management. In the module of users registering, in particular, I strengthen the user registration information to the strict certification; in the module of browsing and querying commodity or business information, users can browse and search for products, views products and the business details; in commodity management module, businesses can issue and manage their own company's products. In the background system, the system administrator has to be a registered user to review and submit orders for processing; the system administrator also can manage existing products, site news, transporting ways and customers voice mail.
Characterized by easy operation, friendly interface, strong flexibility, and applicability, the whole system has smooth functions, thus enabling to realize online B2B trade and making the trade more convenient and prompt among merchants.
Key words: BOOKSELL ON LINE Electronic Commerce Site Security
目 录
摘 要... I
Abstract. II
第一章 概 述... 1
1.1 开发背景... 1
1.2 项目设计目标... 1
1.3 系统功能概述... 1
第二章 技术分析... 2
2.1开发技术分析... 2
2.2操作可行性分析... 2
2.3运行环境要求... 2
第三章 系统设计... 3
3.1 系统功能模块设计... 3
3.1.1 前台系统模块设计... 3
3.1.2 后台系统模块设计... 3
3.2 系统数据库设计... 4
3.3网站功能模块图... 8
3.4 网站流程图... 9
第四章 系统详细设计与实现... 10
4.1前台系统的界面及代码实现... 10
4.1.1 用户注册、登陆界面... 10
4.1.2 用户添加、管理图书界面... 13
4.1.3 查询图书、用户信息界面... 14
4.1.4 购物车界面... 17
4.1.5 我的订单界面... 19
4.2 后台系统的界面及代码实现... 20
4.2.1 订单管理模块... 20
4.2.2 图书管理模块... 23
第五章 系统调试与运行... 26
5.1 测试方法... 26
5.2 错误调试... 26
第六章 开发总结... 27
6.1 系统特点... 27
6.2 开发体会... 27
致谢... 28
参考文献:... 29