论文格式
电气工程 会计论文 金融论文 国际贸易 财务管理 人力资源 轻化工程 德语论文 工程管理 文化产业管理 信息计算科学 电气自动化 历史论文
机械设计 电子通信 英语论文 物流论文 电子商务 法律论文 工商管理 旅游管理 市场营销 电视制片管理 材料科学工程 汉语言文学 免费获取
制药工程 生物工程 包装工程 模具设计 测控专业 工业工程 教育管理 行政管理 应用物理 电子信息工程 服装设计工程 教育技术学 论文降重
通信工程 电子机电 印刷工程 土木工程 交通工程 食品科学 艺术设计 新闻专业 信息管理 给水排水工程 化学工程工艺 推广赚积分 付款方式
  • 首页 |
  • 毕业论文 |
  • 论文格式 |
  • 个人简历 |
  • 工作总结 |
  • 入党申请书 |
  • 求职信 |
  • 入团申请书 |
  • 工作计划 |
  • 免费论文 |
  • 合作期刊 |
  • 论文同学网 |
搜索 高级搜索

当前位置:论文格式网 -> 毕业论文 -> 计算机论文
毕业论文标题:

基于AJAX的教学资源平台前台系统设计

 本文ID:LWGSW13661 价格:收费积分/100
扫一扫 扫一扫
本站会员可自行下载:下载地址 基于AJAX的教学资源平台前台系统 (收费:1000 积分)  

论文字数:13897,页数:51  有开题报告,任务书

摘  要
 随着 Internet的快速发展,网络技术及多媒体技术对教育领域的改革产生了重大的影响,网上教育已经成为培养人才、促进科研和教育事业发展的重要途径,网上学习作为新的教学模式正在建设和发展着。
  然而传统的B/S(浏览器/服务器)模式的应用程序由于受制于HTML的限制,无法像C/S(客户端/服务器)那样使用丰富的效果来显示数据,用户体验比较糟糕,无法满足教师、学生的要求,更不能激发学生学习的兴趣,没有充分的发挥促教励学的作用。
 如何向用户呈现良好的用户体验、完整的学习材料,及时、准确地解决学生在学习中碰到的各种难题,便捷的管理学生作业、提高教学质量和效率,完成教学资源平台以及做好学习的评价、督促和管理等是构造一个良好的教学资源平台的关键技术。本文围绕上述问题开展工作,针对AJAX技术进行部分分析研究,通过对实现AJAX的四项关键技术及其在AJAX实现中所起的作用的分析,重点研究了基于AJAX的教学资源平台前台系统设计,借助于AJAX技术,使得该教学资源平台具有个性化、友好性、稳定性、易用性、安全性等的优秀性能,成为教师授课、学生学习不可缺少的教学资源共享平台。

关键字:AJAX ;B/S;教学资源平台;稳定性
The design of Teaching Resources Platform’s foreground based on AJAX
Abstract
 With the rapid development of Internet, the network technology and the multimedia technology have a tremendous bearing on educational reform. E-education has become one of the most important ways of education and researching. E-learning as a new educational model is underway and developing.
 However, B/S application program confined to HTML is not capable of displaying data with abundant effects as C/S does. As a result, it fails to meet the demands of teachers and students, nor can it arouse students’ interest in learning, with its poor encouraging role.
 The essential factors in developing a well-functioning teaching resources platform lie in such aspects as offering satisfactory users’ experience, presenting integrated and abundant learning materials, promptly and effectively addressing the difficulties rising in students’ learning, efficiently checking and correcting the assignments of students, enhancing the qualities and efficiencies of teaching as well as assessing, supervising and managing students’ academic activities.Focused on the factors mentioned above and through analyzing the four key techniques to implement AJAX and its contribution to AJAX realization, this dissertation aims to discuss that applying of AJAX techniques and the design of the AJAX-based teaching resources platform’s foreground will enable the teaching resources platform achieving outstanding functions characterized by distinct individuality, stability, and safety. The platform, easy and convenient to operate, thus turns into an essential shared teaching resources platform for both the teachers and students.
Key words: AJAX ;B/S ;Teaching Resources Platform;Stability


目  录
1.绪论 1
1.1. 课题背景 1
1.2. 研究现状和发展趋势 1
1.3. 本论文的研究内容 2
1.4. 本论文的结构 2
2. AJAX技术原理 4
2.1.  AJAX概述 4
2.1.1. AJAX的含义 4
2.1.2. AJAX的优点 4
2.2.  AJAX原理 5
2.3.  AJAX的核心技术组成 7
2.4.  AJAX的应用 8
3. 教学资源平台前台系统设计 9
3.1. 前台概述 9
3.2. 前台系统功能描述 9
3.2.1. 用户登录 10
3.2.2. 学生端功能 10
3.2.3. 教师端功能 12
3.3. 系统功能模块划分 13
3.4. 部分模块详细设计 15
3.5. 界面设计 22
3.5.1. 登录界面 22
3.5.2. 学生端主要界面 23
3.5.3. 教师端主要界面 25
3.6. 数据库设计 27
3.6.1. 总体设计 27
3.6.2. 表及表关系设计 27
3.7. 系统通用类设计 28
3.7.1. 基本通用类设计 28
3.7.2. 应用数据通用类(实体层)设计 30
3.7.3. 数据库通用类设计 32
4. 教学资源平台前台系统实现 34
4.1. 开发环境介绍 34
4.1.1. 开发环境 34
4.1.2. 开发环境的搭建 34
4.2. 部分功能模块详细设计 34
4.2.1. 教师作业管理 34
4.2.2. 教师统计批改(作业) 36
4.3. AJAX的实现 38
5. 前台系统测试 41
5.1. 测试环境 41
5.2. 单元测试 41
5.3. 系统和集成测试 41
5.4. 测试结果 42
结 论 44
致 谢 45
参考文献 46


相关论文
本论文在计算机论文栏目,由论文格式网整理,转载请注明来源www.lwgsw.com,更多论文,请点论文格式范文查看
上一篇:基于Web的课件信息管理系统 下一篇:基于J2EE的网上购物系统
Tags:基于 AJAX 教学资源 平台 前台 系统 设计 【收藏】 【返回顶部】
最新文章
热门文章
计算机论文
推荐文章

本站部分文章来自网络,如发现侵犯了您的权益,请联系指出,本站及时确认删除 E-mail:349991040@qq.com

论文格式网(www.lwgsw.com--论文格式网拼音首字母组合)提供计算机论文毕业论文格式,论文格式范文,毕业论文范文

Copyright@ 2010-2018 LWGSW.com 论文格式网 版权所有 蜀ICP备09018832号