婴幼早期教育网站系统开发
摘 要
  随着计算机技术和网络信息化的发展,为了提倡婴幼儿早期教育,特搭建了一个集知识、咨询、交流为一体的平台。本服务性网站,主要用于发布各种婴幼教育知识、在新闻知识和相关公告等,同时开设留言栏和论坛,为会员提供一个相互交流的窗口,加强会员与网站之间,会员与会员之间信息共享和互动交流。
  本文首先对系统的特点和要求进行了分析,明确了系统开发的总体目标,说明了开发工具ASP的特性和选择。继而在充分考虑系统问题的基础上针对其特点给出了系统流程分析和相应的系统结构设计,提出了可供采用的系统部署方案。根据这些设计要求和系统的特点,选择了合适的数据库,并对其结构进行了分析和设计了系统所用到的各表。
  为了考虑系统开发和维护的方便,特设计了系统通用文件。接着,对系统的功能进行了设计,设计了前台栏目和后台栏目两大部分。然后对这两部分进行了详细设计,前台包含会员、知识两大模块,后台分成了信息处理、资料管理、活动和数据查询等四大模块。再对各模块分别展开,并采用ASP技术实现了各个具体小模块的功能。同时,对各个小模块进行界面设计及完善。最后给出本文的总结。
  【关键词】婴幼儿,ASP,教育网站
  
Baby-site early education system development
Abstract
  With computer technology and the development of information networks, in order to promote infant and early childhood education, built a special set of knowledge, consulting, integrated platform for the exchange. This service sites, mainly for infants and Education issued a variety of knowledge, knowledge and information related announcement, at the same time set up message boards and forums for members to provide a window of interaction to strengthen member of the site between the Member and Member Information sharing and interaction between the exchanges.
In this paper, the system features and requirements of the analysis, clearly the system's overall development objectives, a description of the ASP development tools and options. Then in full consideration of the question on the basis of their characteristics is given for the system flow analysis and the corresponding system architecture design, made available the deployment programme. According to these requirements and system design features, choose the appropriate databases, and the structure of the analysis and design of the system used by each side.
In order to consider the systems development and maintenance of convenience, the special design of the system common document. Then, the system features a design, the design of future columns and background of most of the two columns. Then the two parts of the detailed design, the outlook includes members of two modules of knowledge, into the background information processing, information management, data query and activities such as the four modules. To the various modules were launched and adopt the ASP technology has all the functions of specific small modules. At the same time, various small module interface design and sound. Finally, the paper concluded.
【Keywords】Infants and young children;ASP; education web site
  
目录
摘 要 I
Abstract II
1 绪论 1
1.1系统开发的背景 1
1.2系统概述 1
2 ASP开发工具和数据库概述 3
2.1 ASP语言概述和特点 3
2.2使用ADO操纵数据库 3
2.2.1什么是ADO 4
2.2.2 ADO的内置类 4
2.2.3在ASP中使用ADO操纵数据库 5
2.3 SQL Server 2000 简介 6
2.4系统开发环境和运行环境 6
3系统分析 7
3.1需求分析 7
3.2系统流程分析 7
3.3系统结构设计 7
3.4数据库设计 8
3.4.1数据库结构分析 8
3.4.2数据库设计 10
3.5系统通用文件设计 12
4系统详细设计 13
4.1网站系统前台模块 13
4.1.1网站首页模块设计 13
4.1.2网站会员模块设计 13
4.1.3网站知识模块设计 14
4.2网站后台模块设计 16
4.2.1后台信息处理模块 16
4.2.2后台系统资料管理 16
4.2.3后台业务活动模块 17
4.2.4 后台数据查询模块 18
5系统实现与功能展示 19
5.1网站前台功能实现 19
5.1.1网站首页模块功能实现 19
5.1.2网站会员模块功能展示 21
5.1.3网站知识模块功能展示 25
5.2网站后台功能实现 28
5.2.1后台信息处理模块功能实现 28
5.2.2后台系统资料管理功能实现 30
5.2.3后台业务活动模块功能展示 34
5.2.4后台数据查询模块功能展示 36
6总结 37
参考文献 38
1 绪论
1.1系统开发的背景
  近年来,随着以INTERNET为代表的信息技术的迅猛发展与应用,人们的社会生活,诸如人际交流、信息获取、思维习惯、教育手段乃至商业生活中的商业形态与商业模式等,都发生了变革性的发展与飞跃。可以说WEB技术已经渗透到了人类社会生活的方方面面,越来越多的人,越来越多的人类社会活动,都不可避免地与互联网紧密连接到了一起。他们只是需要它作为一个便捷的、直观的信息交互平台而存在。这个交互平台最直观面向群众的,便是五光十色、林林总总的网站。网站通过设计人员加诸的种种信息内容、交互方式、鲜明的艺术风格,表现各自的主题,吸引并吸纳主要目标用户,通过受众的肯定凸显其存在的价值和意义。商业网站正是在此基础上实现了对外宣传的窗口,并实现了跟顾客的紧密联系[1]。
  为此建立了婴幼早期教育网站,主要用于发布知识信息,相关公告和行业动态,加强会员对本知识的了解和信任,提高工作效率和知识关注;查看会员活动信息;开放论坛,为会员提供个相互交流的窗口,加强会员与本网站之间,会员与会员之间信息共享和互动交流;拓宽服务渠道从而加强与会员之间的联系等。
1.2系统概述
  婴幼早期教育网站是一个基于B/S结构的网站系统,下面就系统开发的总体目标、知识面向的用户群体和知识中的角色加以说明[2]。
  1、总体目标
  网页设计艺术效果要求[3]:
  ①符合婴幼教育知识网站页面设计的审美标准和艺术效果。
  ②动画、文字、表格等设计精美。
  ③网站结构、网站栏目提示简单明了,栏目设置层次分明,以使各栏目查找方便简单,使会员能很快找到所需信息。
  ④充分的体现人性化设计[4]。
  系统的设计开发要达到以下总体目标:
  ①用于发布知识信息,相关公告和行业动态;
  ②开放论坛,为会员提供一个相互交流的窗口,加强会员与网站之间,会员与会员之间信息共享和互动交流;
  ③查看会员活动信息;
  ④查看知识基本信息并进行网上预定,拓宽服务渠道从而加强与顾客之间的联
  • 大家都分享一下了,你好意思不点吗?点一下又不会怀孕

创意是网站设计的生命之源,好的创意能更加还原于真实。更加吸引浏览者的注意力.