摘要
本文将介绍怎样用ASP开发东阳恒古木艺网的流程,其开发主要包括后台数据库的建立和维护以及前端应用程序的开发两个方面。对于前者要求建立起数据一致性和完整性强、数据安全性好的库,数据库使用Access数据库。而对于后者则要求应用程序功能完备,易使用等特点,使用Macromedia Dreamweaver8 开发工具。东阳恒古木艺网站主要包括了新闻中心模块、产品展示模块、留言版模块、在线购物模块、管理模块,具体操作简单、界面美观、方便易用、系统安全性高、运行稳定等特点。本文简要介绍了东阳恒古木艺网的项目背景和意义,着重阐述了该平台的设计实现过程以及相关的技术简介;从系统的需求分析、模块设计、数据库设计到系统实现等各个环节都进行了详尽的分析和描述,尤其是数据窗口这一能方便而简洁操纵数据库的智能化对象,首先在短时间内建立系统应用原型,然后,对初始原型系统进行需求迭代,不断修正和改进,直到形成用户满意的可行系统。
关键词 木艺网 ASP 数据库
Abstract
This paper will introduce how to use ASP development of Dongyang Heng Yi Gu Mu network processes, including the development of its database background to the establishment and maintenance, and front-end application development aspects. With regard to the former request to establish data consistency and integrity of strong, good for data security, the use of the database Access database. For the latter request applications fully functional, easy to use, and other characteristics, the use of Macromedia Dreamweaver8 development tools. Dongyang Heng Yi Gu Mu sites including the main press center of the module, product display module, message boards module, online shopping module, management module, the specific simple, attractive interface, easy-to-use, the system safe and stable operation, and other characteristics. This paper introduces the Dongyang Heng Yi Gu Mu network background and significance of the project, the platform focuses on the design and implementation process and the associated technical briefings; from the system needs analysis, modular design, database design to systems, and other links have carried out A detailed analysis and description, in particular the data window this concise and easy to manipulate the intelligence database objects, the first in a short period of time to establish systems of the prototype, and then, the initial prototype system needs iteration, and constantly revised and improved, Until the formation of a viable system user satisfaction.
Keywords Wooden ASP network database
目 录
引言 1
第一章 概述 2
1.1课题背景 2
1.2 相关技术介绍 2
1.2.1 ASP技术简介 3
1.2.2 IIS简介 3
1.2.3 IIS与ASP的结合 3
1.2.4 MACROMEDIA DREAMWEAVER MX 2004简介: 3
1.2.5 ACCESS简介 4
1.3 开发设计思想 4
第二章 系统分析 5
2.1 系统目标分析 5
2.2 系统功能及系统介绍 5
第三章 系统设计 6
3.1 系统功能模块设计 6
3.2 数据库概述 6
3.3 数据库设计 7
3.3.1 数据库概念结构设计 8
3.3.2 数据库逻辑结构设计 9
3.3.3数据库表设计格式说明 9
3.3.4 数据字典支持软件 12
3.3.5 数据字典设计 12
第四章 详细设计 15
4.1 用户/管理员界面设计 15
4.1.1 用户/管理员登陆界面设计 15
4.1.2 用户管理界面设计 16
4.2 产品管理界面设计 18
4.2.1产品查询界面设计 18
4.2.2产品添加界面设计 19
4.3 新闻管理界面设计 20
4.4 订单管理界面设计 21
4.4.1 订单生成界面设计 21
结 论 25
参考文献 26
致 谢 27
引言
如今,互连网对企业来说已经不再是新鲜的事物了,大多数的企业都已经建立了自己的网站。随着互连网的快速发展,网络已成为人们生活的一部分。电子商务、网络营销已不在只是被炒做的概念,人们对其的认识也在深入。
不仅仅是大企业需要网站来开展电子商务,中小企业一样也迫切需要自己的企业网站用以实现宣传和联系客户等许多传统媒介无法完成的目标。本人这次为东阳恒古木艺公司建立企业网站,从前期的准备和调查到资料的搜集整理,网页的制作,网站的上传经历了一个多月的时间,深刻体会到网站的建设要有系统的理论指导。搭建网站模型需要各方面的信息,而如何在网页上正确明晰地表达企业的信息,使企业达到宣传的目的,对建设好企业网站是有非常大的意义的。可以说,有正确的建站思路再配合下文所讲的具有普遍性的建站原理才能创造出真正的企业网站,而不是只在技术上苦苦追求完美,堆砌出华丽却没有实际意义的工艺品。
新的技术总是带来新的机遇。企业迫切需要充分利用网络,加速培养自身的学习能力,捕捉市场变化的机遇,积极吸取新知识并制定相应的战略,重组资源,调整自己的行动。这样企业才能应变灵活,不断提高竞争优势。
本文首先介绍了ASP技术的工作原理、工作过程及其运行环境和ASP文件的编程特点,以及如何较好地配置ASP的需求环境,既使大家对ASP有更好的了解,同时也有利于更好地使用ASP技术。其次,介绍了Access数据库,包括Access数据库数据类型和数据表,对Access数据库数据操作的核心概念,即数据的添加、删除、修改和查询进行了简单的介绍。再加上使用Macromedia公司的Dreamweaver MX2004作为前台网站页面的开发制作工具。利用这些工具,开发出一个完整的功能完善的公司网站。