资源描述:
《asp精品课程系统-论文-by_gnksguybb》由会员上传分享,免费在线阅读,更多相关内容在学术论文-天天文库。
1、..精品课程系统........摘要随着互联网技术的迅猛发展,网络给人们带来了很多便利,比如人们借助于网络进行在线课程教学。精品课程网第一步要做的就是将教学内容在网上发布,用户则选择自己需要的课件资源进行下载、考试、课程答疑、bbs交流、成绩查询等。本文提出并设计实现了基于WEB的精品课程系统,本系统提供课件的上传和下载,上传方式是无组件上传。客户端脚本采用VBScript编写,可适用于包括IE在内的所有支持VBScript的浏览器。系统平台设计时,采用的是DreamweaverMX为开发工具,利用ASP技术,以ACCESS数据库作为后台
2、数据库,WEB服务采用Win2000平台的IIS实现。系统有一个功能强大的后台管理系统:可以进行学生的管理,公告管理,试题管理,资源下载管理,试卷管理,讨论管理。本系统由用户注册与登录模块、功能模块、资源上传与下载功能模块、学生考试搜索模块、密码验证模块等模块组成,用户只需要通过浏览器访问就可以实现操作。关键词:精品课程系统;数据库;ASP....WiththerapiddevelopmentofInternettechnology,thenetworkgaverisetoalotofconvenience;suchpeoplearete
3、achingonlinecourseshelpofthenetwork.Coursesnetfirststepistopublishcoursecontentonline;userswillchoosetheircoursewaretodownload,test,programQ,bbsexchange,andresultinquiry.ThispaperproposeandimplementasystembasedonWEB-qualitycourse,thissystemoffersuploadanddownloadcoursewar
4、e,uploadsarenotcomponentsofupload.Client-sidescriptwrittenusingVBScript,applicabletoall,includingsupportforVBScript,includingIEbrowser.Platformdesign,usingtheDreamweaverMXdevelopmenttoolsfortheuseofASPtechnologytothedatabaseofACCESS,WEBservices,Win2000platformusingIIStoac
5、hieve.Systemhasapowerfulbackofficesystem:canthestudent’smanagement,announcedmanagement,testmanagement,resourcedownloadmanagement,papermanagement,anddiscussmanagement.Thesystemconsistsofuserregistrationandloginmodule,functionmodule,resourceuploadanddownloadmodule,studentst
6、estsearchmodule,thepasswordauthenticationmodulemodules,usersneedonlyabrowsertoaccessoperationcanbeachieved.Keywords:qualitycoursesystem;database;ASP....目录第1章引言6第2章系统开发技术简介72.1HTML语言72.2ASP技术82.2.1ASP的工作原理82.2.2ASP的优势92.3ADO102.4ACCESS112.5MacromediaDreamweaverMX200411第3章系
7、统需求分析122.1系统的性能要求122.2系统功能需求分析122.2.1功能划分122.2.2功能描述122.3用例模型142.3.1普通用户用例图142.3.2学生用例图142.3.3管理员用例图152.4活动图172.5数据流图17第4章系统设计194.1系统结构设计194.2系统数据模型设计194.2.1E-R图194.2.2关系模型214.3数据库中表的设计223.3.1schoolwork_admin表的设计223.3.2schoolwork_student表的设计223.3.3student_doexam表的设计233.3.
8、4student_examlist表的设计233.3.5zuoye表的设计233.3.6zuoyeupload表的设计243.3.7exam_tiku表的设计243.3.8bbs表的设计243