文档介绍:基于ASP的农产品交易平台设计与实现
专业:计算机科学与技术班级:计061本姓名:XXX 指导教师:XXX
摘要本系统以ASP为开发技术,结合JavaScript作为客户端脚本语言,ESS数据库实现了一个虚拟的农产品交易平台平台系统。本系统实现了以下功能:后台管理主要包括分类管理、新闻管理、用户管理和留言管理;前台有功能有商品管理和购买商品模块包括查看商品列表、查询商品信息、查看商品信息、购买商品、新闻查看等模块。
关键词ASP ACCESS农产品交易平台
Based on ASP agricultural trading platform design and implementation
puter Science and Technology Class:J061 Name:YetiantianInstructor:Wangxuanyong
Abstract This system is developed with ASP technology, combined with JavaScript as client scripts, Microsoft product of pany is to achieve a virtual ACCESS database platform system of agricultural trading platform. This system has the following functions: background management including classified management, news management, user management and message management, There in front of the functions of modity management and purchase module modity list, inquires modity information, commodity information, purchase, Check news modules and so on.
ESSAgricultural tra
目录
引言 1
1 系统开发技术简介 1
ASP技术 1
ADO 1
ACCESS 1
Macromedia Dreamweaver 8 1
2 系统需求分析 1
系统的性能要求 1
系统功能需求分析 1
业务流程分析 1
功能划分 1
功能描述 1
3 系统设计 1
后台管理模块 1
前台用户模块 1
数据库中表的设计 1
网站基本信息表aboutus的设计 1
订单流水表dingdan表的设计 1
留言信息表guest表的设计 1
产品分类表leibie表的设计 1
新闻信息表news表的设计 1
商品内容表products表的设计 1
注册用户表userinfo表的设计 1
4 系统实现 1
模块设计 1
首页 1
行业新闻 1
供应信息 1
产品搜索模块 1
产品分类模块 1
在线求购模块 1
登录模块 1
用户资料修改模块 1
订单查询模块 1
分类管理模块 1
用户管理模块 1
留言管理模块 1
结论 1
参考文献 1
致谢 1
表目录
表1- 1ADO重要的对象 3
表3- 1aboutus表 7
表3- 2diingdan表 8
表3- 3guest表 8
表3- 4leibie表 9
表3- 5news表 9
表3- 6products表 9
表3- 7userinfo表 10
图目录
图2- 1业务流程图 5
图3- 1后台管理模块界面的系统功能模块图 7
图3- 2前台管理模块界面的系统功能模块图 7
图4- 1首页 11
图4- 2行业新闻 12
图4- 3供应信息 14
图4- 4产品搜索模块 15
图4- 5产品分类模块 17
图4- 6在线求购模块 19
图4- 7登录模块板 20
图4- 8注册页面 20
图4- 9普通用户模块 21
图4- 10管理员模块 21
图4- 11用户资料修改模块 22
图4- 12订单查询模块 24
图4- 13分类管理图