资源描述:
《计算机专业英的教学网站的设计与开发精选》由会员上传分享,免费在线阅读,更多相关内容在应用文档-天天文库。
1、随风整理DOC文档资料《计算机专业英语》教学网站的设计与开发摘要随着科技的进步和计算机网络的飞速发展,教育在人们生活中开始占有很重要的地位。为了让人们的学习过程可以不受地域、时间限制,使得教学资源能在最大范围内实现共享,产生了网上教学系统。本网站前台采用Dreamweaver进行页面制作,后台由Access数据库支持,通过使用ASP技术实现动态网页的效果。整个计算机专业英语教学网站包含课程描述、教师队伍、课程建设、习题宝库、下载频道、公告栏、留言板、和师生论坛八个功能模块,本文主要针对我设计的这八个模块,
2、即课程描述、教师队伍、课程建设、习题宝库、下载频道、公告栏、留言板、和师生论坛八个模块的设计与实现进行了论述。通过使用本网站学习计算机专业英语,可以更方便、更灵活、更有效地掌握计算机专业英语课程的知识点、重点和难点,是有效使用互联网的一种体现,具有较高的实用价值。关键词教学网站;计算机专业英语;ASP;Access随风整理DOC文档资料AbstractWithprogressintechnologyandtherapiddevelopmentincomputernetwork,educationbecom
3、esveryimportantineverydaylife.Inordertoavoidtheprogressesbeingrestrictedinthezoneortime,theonlineteachingandlearningsystemsisintroducedintoeducation.Thiswebsite’sfrontdeskadoptsDreamweavertocarryonthepageanimation,thebackstageissupportedbyAccessdatabase,t
4、hroughusingtheresultofthedynamicwebpageofASPtechnology,reachtheoperationtothedatabaseinordertotherequestfortheuser.ProcedureteachingwebsitesofwholeComputerProfessionalEnglishincludesnineparts:thecoursedescription,teacherranks,constructionofcourse,theonlin
5、eschool,bulletinboard,downloadchannel,webforumforteachersandstudents,messageboard.thistextismainlytotalkaboutfourpartsofthem,theyaretheoursedescription,teacherranks,webforumforteachersandstudents,messageboard.UsingthiswebsitetostudytheComputerOrganization
6、Principlescangraspsomeofknowledge,focalpointanddifficultpointofcourseoftheComputerOrganizationPrinciplesmoreconvenient,moreflexibleandmoreeffectively,itisakindofembodimentusingInterneteffectively,havehigherpracticalvalue.KeywordsTeachingwebsites;ComputerP
7、rofessionalEnglish;ASP;Access随风整理DOC文档资料目录摘要IAbstractII第1章绪论11.1课程开发背景11.2课程开发的现实意义11.3相关课题发展现状21.4系统目标3第2章系统开发技术简介42.1HTML语言42.2ASP技术52.2.1ASP工作原理52.2.2ASP的优势62.3ADO技术简介72.4ACCESS数据库介绍82.5MacromediaDreamweaverMX2004软件说明8第3章系统概要设计93.1系统结构设计93.2系统功能说明103.3
8、运行环境113.3.1服务器端113.3.2客户端11第4章数据库设计124.1数据库分析124.2数据库中表的设计144.2.1user表的设计144.2.2article表的设计154.2.3reply表的设计154.2.4area表的设计16随风整理DOC文档资料4.2.5board表的设计164.2.6admin表的设计174.2.7dd表的设计17第5章系统详细设计195.1网站主页的设计195.1.1主页的设计19