资源描述:
《毕业论文范文——JSP在线学习系统设计》由会员上传分享,免费在线阅读,更多相关内容在学术论文-天天文库。
1、摘 要通过在线学习系统的建设,完成了对于在线学习课程的远程化授课。可以使学生不受时间空间的限制,通过在线对于这门课程进行学习。建立起了基于B/C的在线化在线学习系统。本系统采用当前最流行的JSP在线编程技术,可以实现数据的高效、动态、交互访问,具有强大的Server/Client交互能力。本文中所做的主要工作:介绍Win2000+JSP(J2DK+TOMCAT)系统并且嵌入JAVABEAN的一般原理;阐述整个在线学习系统的概要设计,系统结构及工作原理;分析了系统实现中的特殊性、难点和重点;详细设计实现学院介绍、在线学习资源、
2、课程表、课堂在线学习、在线答疑、其他课程、课件下载、留言反馈、站内搜索、公告专栏、友情链接、校园风景、新闻中心、栏目导航等程序模块;各个模块的具体实现,且分析并解决实现中的若干技术问题;建立完整的实验系统,进行测试并分析结果。关键字:JAVABEANJSP在线在线学习JAVASCRIPTJDBC45AbstractThroughtheoperatingsystemteachingwebsiteconstruction,completedlong-distancehastaughtregardingtheoperatingsy
3、stemcurriculum,wasallowedtocausethestudentwithoutthetimespacelimit,andcarriedonthestudythroughthenetworkregardingthiscurriculum.EstablishedbasedontheB/Cnetworkteachingsystem.ThiswebsiteusesthecurrentmostpopularJSPnetworkprogrammingtechnology,mayrealizethedatatobehi
4、ghlyeffective,dynamically,alternatelyvisits,andhastheformidableServer/Clientinteractiveability.Inthisarticledoesmainwork:IntroducedWin2000+JSP(J2DK+TOMCAT)thesystemandtoinsertJAVABEANthegeneralprinciple;Elaboratestheentireoperatingsystemteachingwebsiteoutlinedesign
5、,thesystemstructureandtheprincipleofwork;Hasanalyzedinthesystemrealizationparticularity,thedifficultyandkey;Thedetaileddesignrealizationinstituteintroduced,intheteachingresources,theclassschedule,theclassroominstruction,theon-lineQ/A,othercurricula,classdownloading
6、,themessagefeedback,thestationsearch,programmoduleandsoonannouncementcolumn,friendshiplink,campusscenery,newscenter,columnnavigation;Eachmoduleconcreterealization,alsoinanalysisandsolutionrealizationcertaintechnicalquestions;Theestablishmentintegrityexperimentalweb
7、site,carriesonthetestandtheanalysisresult.Keywords:JAVABEANJSPNetworkteachingJAVASCRIPTJDBC45目 录摘 要IABSTRACTII目 录III引 言1第1章JSP简介31.1JSP与本系统的开发31.2对于ASP,PHP,JSP进行比较51.3利用JDBC访问数据库6第2章系统需求分析112.1与传统在线学习的比较112.2系统的流程12第3章系统概要设计153.1综合管理系统结构153.2后台管理系统结构153.3系统建设模式16第4
8、章数据库设计184.1数据库分析184.2数据库实体关系设计184.3系统数据字典20第5章系统详细设计225.1登陆模块的设计225.2课堂在线学习模块的设计225.3留言反馈模块设计265.4数据库的连接29第6章系统功能的实现316.1登陆版块的实现316.2主要信息版块的实现326