JSP在线学习系统 摘 要 Abstract毕业论文,课程设计,研究生文献

3995
    


来源:
Licence:
联系:
分类:
平台:
环境:
大小:
更新:
标签:
免费下载 ×

下载APP,支持永久资源免费下载

限免产品服务请联系qq:1585269081

下载APP
免费下载 ×

下载APP,支持永久资源免费下载

下载APP 免费下载
下载 ×

下载APP,资源永久免费


如果出现不能下载的情况,请联系站长,联系方式在下方。

免费下载 ×

下载论文助手APP,资源永久免费

免费获取

如果你已经登录仍然出现不能下载的情况,请【点击刷新】本页面或者联系站长


通过在线学习系统的建设,完成了对于在线学习课程的远程化授课。可以使学生不受时间空间的限制,通过在线对于这门课程进行学习。建立起了基于 B/C 的在线化在线学习系统。本 系统采用当前最流行的 JSP 在线编程技术,可以实现数据的高效、动态、交互访问,具有强大的 Server/Client 交互能力。 本文中所做的主要工作:介绍 Win2000 +JSP(J2DK+TOMCAT) 系统并且嵌入 JAVABEAN 的一般原理;阐述整个在线学习系统的概要设计,系统结构及工作原理;分析了系统实现中的特殊性、难点和重点;详细设计实现学院介绍、在线学习资源、课程表、课堂在线学习、在线答疑、其他课程、课件下载、留言反馈、站内搜索、公告专栏、友情链接、校园风景、新闻中心、栏目导航等程序模块; 各个模块的具体实现,且分析并解决实现中的若干技术问题;建立完整的实验系统,进行测试并分析结果。


关键字 : 在线学习系统    JSP   JSP在线学习系统


Abstract Through the operating system teaching website construction, completed long-distance has taught regarding the operating system curriculum, was allowed to cause the student without the time space limit, and carried on the study through the network regarding this curriculum. Established based on the B/C network teaching system. This website uses the current most popular JSP network programming technology, may realize the data to be highly effective, dynamically, alternately visits, and has the formidable Server/Client interactive ability. In this article does main work: Introduced Win2000 +JSP (J2DK+TOMCAT) the system and to insert JAVABEAN the general principle; Elaborates the entire operating system teaching website outline design, the system structure and the principle of work; Has analyzed in the system realization particularity, the difficulty and key; The detailed design realization institute introduced, in the teaching resources, the class schedule, the classroom instruction, the on-line Q/A, other curricula, class downloading, the message feedback, the station search, program module and so on announcement column, friendship link, campus scenery, news center, column navigation; Each module concrete realization, also in analysis and solution realization certain technical questions; The establishment integrity experimental website, carries on the test and the analysis result. Key words: JAVABEAN    JSP Network teaching    JAVASCRIPT    JDBC 目 录 摘 要 I Abstract II 目 录 III 引 言 1 第1章  JSP简介 3 1.1 JSP与本系统的开发 3 1.2 对于ASP,PHP,JSP进行比较 5 1.3 利用JDBC访问数据库 6 第2章 系统需求分析 11 2.1与传统在线学习的比较 11 2.2系统的流程 12 第3章 系统概要设计 15 3.1综合管理系统结构 15 3.2后台管理系统结构 15 3.3系统建设模式 16 第4章 数据库设计 18 4.1数据库分析 18 4.2数据库实体关系设计 18 4.3系统数据字典 20 第5章 系统详细设计 22 5.1登陆模块的设计 22 5.2课堂在线学习模块的设计 22 5.3留言反馈模块设计 26 5.4数据库的连接 29 第6章 系统功能的实现 31 6.1登陆版块的实现 31 6.2主要信息版块的实现 32 6.2.1在线学习资源版块的实现 32 6.2.2课程表版块的实现 32 6.2.3其他课程版块的实现 33 6.3课堂在线学习版块的实现 33 6.4课件下载版块的实现 37 6.5留言反馈版块的实现 38 第7章 系统的安全性 40 第8章 系统开发难点与技巧 42 结 论 44 参考文献 45 附 录 46 谢 辞 48


Through the operating system teaching website construction, completed long-distance has taught regarding the operating system curriculum, was allowed to cause the student without the time space limit, and carried on the study through the network regarding this curriculum. Established based on the B/C network teaching system. This website uses the current most popular JSP network programming technology, may realize the data to be highly effective, dynamically, alternately visits, and has the formidable Server/Client interactive ability. In this article does main work: Introduced Win2000 +JSP (J2DK+TOMCAT) the system and to insert JAVABEAN the general principle; Elaborates the entire operating system teaching website outline design, the system structure and the principle of work; Has analyzed in the system realization particularity, the difficulty and key; The detailed design realization institute introduced, in the teaching resources, the class schedule, the classroom instruction, the on-line Q/A, other curricula, class downloading, the message feedback, the station search, program module and so on announcement column, friendship link, campus scenery, news center, column navigation; Each module concrete realization, also in analysis and solution realization certain technical questions; The establishment integrity experimental website, carries on the test and the analysis result.


Key words: JAVABEAN    JSP Network teaching    JAVASCRIPT    JDBC



目 录 摘 要 I Abstract II 目 录 III 引 言 1 第1章  JSP简介 3 1.1 JSP与本系统的开发 3 1.2 对于ASP,PHP,JSP进行比较 5 1.3 利用JDBC访问数据库 6 第2章 系统需求分析 11 2.1与传统在线学习的比较 11 2.2系统的流程 12 第3章 系统概要设计 15 3.1综合管理系统结构 15 3.2后台管理系统结构 15 3.3系统建设模式 16 第4章 数据库设计 18 4.1数据库分析 18 4.2数据库实体关系设计 18 4.3系统数据字典 20 第5章 系统详细设计 22 5.1登陆模块的设计 22 5.2课堂在线学习模块的设计 22 5.3留言反馈模块设计 26 5.4数据库的连接 29 第6章 系统功能的实现 31 6.1登陆版块的实现 31 6.2主要信息版块的实现 32 6.2.1在线学习资源版块的实现 32 6.2.2课程表版块的实现 32 6.2.3其他课程版块的实现 33 6.3课堂在线学习版块的实现 33 6.4课件下载版块的实现 37 6.5留言反馈版块的实现 38 第7章 系统的安全性 40 第8章 系统开发难点与技巧 42 结 论 44 参考文献 45 附 录 46 谢 辞 48

目 录
摘 要 I
Abstract II
目 录 III
引 言 1
第1章  JSP简介 3
1.1 JSP与本系统的开发 3
1.2 对于ASP,PHP,JSP进行比较 5
1.3 利用JDBC访问数据库 6
第2章 系统需求分析 11
2.1与传统在线学习的比较 11
2.2系统的流程 12
第3章 系统概要设计 15
3.1综合管理系统结构 15
3.2后台管理系统结构 15
3.3系统建设模式 16
第4章 数据库设计 18
4.1数据库分析 18
4.2数据库实体关系设计 18
4.3系统数据字典 20
第5章 系统详细设计 22
5.1登陆模块的设计 22
5.2课堂在线学习模块的设计 22
5.3留言反馈模块设计 26
5.4数据库的连接 29
第6章 系统功能的实现 31
6.1登陆版块的实现 31
6.2主要信息版块的实现 32
6.2.1在线学习资源版块的实现 32
6.2.2课程表版块的实现 32
6.2.3其他课程版块的实现 33
6.3课堂在线学习版块的实现 33
6.4课件下载版块的实现 37
6.5留言反馈版块的实现 38
第7章 系统的安全性 40
第8章 系统开发难点与技巧 42
结 论 44
参考文献 45
附 录 46
谢 辞 48


免费下载 ×

下载APP,支持永久资源免费下载

下载APP 免费下载
温馨提示
请用电脑打开本网页,即可以免费获取你想要的了。
扫描加我微信 ×

演示

×
登录 ×


下载 ×
论文助手网
论文助手,最开放的学术期刊平台
				暂无来源信息			 
回复
来来来,吐槽点啥吧

作者联系方式

×

向作者索要->