客服一(QQ:40114597):
该资料价格:¥200
,查看汇款方式
ASP+ACCESS 网上拍卖系统的设计与实现
本系统开发工具:ASP + ACCESS
本设计包含内容:源代码 + 毕业论文 + 开题报告 + 答辩稿
论文大概:38页 1。35万
目 录
摘 要…………………………………………………………………………..…I
Abstract……………………………………………………………………….…II
绪 论…………………………………………………………………………….1
1 系统概述……………………………………………………………………...2
1.1 系统说明 2
1.2 系统设计原则 2
1.3 系统开发背景 2
1.4 系统开发目标 2
1.5 系统开发意义 4
2 系统开发环境介绍…………………………………………………………...5
2.1 系统环境配置 5
2.1.1系统开发环境要求 5
2.1.2系统运行环境要求 5
2.2服务器端脚本ASP 5
2.2.1 ASP的使用环境 5
2.2.2 Microsoft IIS的安装与配置 6
2.3后台数据库ACCESS 6
2.4网页制作工具Dreamweaver 7
2.5客户端多媒体交互技术Flash MX 7
3 系统总体设计及可行性分析………………………………………………...8
3.1系统总体结构图 8
3.2功能模块划分 8
3.1.1网站前台 9
3.1.2网站后台 9
3.3系统流程图 10
3.4 数据库E-R图 11
3.4系统数据表 12
3.5 可行性分析 14
3.5.1 技术的可行性分析 15
3.5.2 法律的可行性分析 15
4系统主要功能模块的设计与实现…………………………………………..16
4.1 会员注册模块 16
4.1.1注册界面 16
4.1.2 注册界面流程图 17
4.1.3关键代码 17
4.1.4 注册成功界面 18
4.2 商品展示模块 18
4.2.1 商品展示 18
4.2.2 填写商品信息 19
4.2.3 关键模块的审核 20
4.2.4 商品后台管理 21
4.3 商品竞价模块 21
4.3.1界面展示 22
4.3.2 关键代码 22
4.4 商品查询模块 23
4.4.1 查询图 23
4.4.2 界面展示 23
4.4.3 主要功能的实现 23
4.4.4 模块实现意义 24
4.5信用评价模块 24
4.5.1 设计界面 25
4.5.2 信用评价模块流程图 25
4.5.3 关键代码 26
4.5.4 功能模块意义 26
5 系统测试…………………………………………………………………….27
5.1系统测试方案 27
5.2系统调试 28
5.2.1网上调试 28
5.2.2系统各模块调试 28
5.3 调试过程中所遇问题及解决 29
总 结 30
致 谢 31
参考文献 32
摘 要
随着Internet的普及,互联网以一股巨大变革力量的面貌出现在商务关系领域。计算机网络为商务活动开辟了新的空间,提供了新的手段,同时为公司业务发展赋予了更多的机会,成为现代商务的潮流。网上拍卖是建立在电子网络技术上的一种全新的电子商务模式。即拍卖交易的中介——拍卖市场成了一个网站,拍卖师的职责由网站的程序来完成。这种交易模式大大提高了效率,降低了交易成本,使得小额商品也能够进行拍卖。拍卖是出卖者通过公开叫价的方式,将物品卖给出价最高的购买者的一种交易形式。
本系统以拍卖网站为平台实现主要功能。网站的整体结构设计是以一个普通用户的拍卖过程为基础的,用户通过注册登录可以浏览商品信息,同时也可以对商品竞价和发布商品信息。本设计使用Microsoft公司倡导的ASP作为开发工具,Access为后台数据库,构建一个小型的网上拍卖系统。ASP具有以下优势:有众多大软件公司支持、有众多开放性代码组织支持以及可以跨平台操作。
本系统的总体目标是:在计算机网络,数据库和开发平台上,利用现有的软件,配置相应的硬件设备,开发一个简单、实用、易维护、具有良好的人机交互界面的网上拍卖系统。主要实现会员注册、商品展示、商品竞价、商品查询以及信用评价五个功能。
关键字 网上拍卖;ASP;Access
Abstract
Along with the Internet universality, the Internet is appeared with a feature of huge change strength in the business connection realm. The computer network developed new space for the business activity, providing new means, meanwhile giving more opportunities for the company business development, becoming the current of modern business. Online auction on the net is a kind of all new electronic commerce mode which is based on a technique at the electronics network. Namely that the auction transaction intermediary - auctioned the market to become a website, and the work of auctioneer has completed by the website procedure. This kind of transaction pattern greatly enhanced the efficiency, reduced the transaction cost, and enables the jot commodity also to be able to carry on auctioning. The auction is one kind of transaction form that the betrayer sold to the goods bids the highest buyer through the way which publicly shouts out the price.
The system realizes the main function taking the auctions website as the platform. The website overall construction design takes a average consumer's auction process as the foundation, and the user can glance over the commodity information, compete the price to the commodity and the issue commodity information. This design uses ASP which Microsoft Corporation initiates to take the development kit, Access is the backstage database, constructs a small auction off system. Below ASP has this superiority, the multitudinous big software company to support, the multitudinous opening code organization support as well as may step the platform operation.
The system overall goal is that : On the computer network, the database and developing platform, using existing software, dispossessing the corresponding hardware equipment, developing a simply, practical, to be easy to maintain, to have the good man-machine interactive contact surface the auction off system. That mainly realizes the member registration, the commodity demonstrated, the commodity competes the price, the commodity inquiry as well as the credit appraises five functions.
Key words Online auction;ASP;Access;

