网上教学资源共享系统
- 1、下载文档前请自行甄别文档内容的完整性,平台不提供额外的编辑、内容补充、找答案等附加服务。
- 2、"仅部分预览"的文档,不可在线预览部分如存在完整性等问题,可反馈申请退款(可完整预览的文档不适用该条件!)。
- 3、如文档侵犯您的权益,请联系客服反馈,我们会尽快为您处理(人工客服工作时间:9:00-18:30)。
摘要
通过网上教学资源共享系统的建设,完成了对于操作系统课程的远程化授课。可以使学生不受时间空间的限制,通过网络对于这门课程进行学习。建立起了基于B/C的网络化教学系统。本网站采用当前最流行的JSP网络编程技术,可以实现数据的高效、动态、交互访问,具有强大的Server/Client交互能力。本文中所做的主要工作:介绍Win2000 +JSP(J2DK+TOMCAT)系统并且嵌入 JAVABEAN的一般原理;阐述整个网上教学资源共享系统的概要设计,系统结构及工作原理;分析了系统实现中的特殊性、难点和重点;详细设计实现学院介绍、教学资源、课程表、课堂教学、在线答疑、其他课程、课件下载、留言反馈、站内搜索、公告专栏、友情链接、校园风景、新闻中心、栏目导航等程序模块;各个模块的具体实现,且分析并解决实现中的若干技术问题;建立完整的实验网站,进行测试并分析结果。
关键字: JAVABEAN JSP 网上教学资源共享系统 JAVASCRIPT JDBC
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 JA V ABEAN 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: JA V ABEAN JSP Network teaching JA V ASCRIPT JDBC
目录
摘要 ........................................................................................................................ I Abstract..................................................................................................................... II 目录 ..................................................................................................................... III 引言 .. (1)
第1章 JSP简介 (3)
1.1JSP与本系统的开发 (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)