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

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

基于AJAX技术的教学资源平台后台系统设计

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

论文字数:14800,页数:41  有开题报告,任务书

摘  要
 本文先对整个教学资源平台的开发意义作了一个简述,随后论述了对该课题研究的现状和发展趋势,点明了目前常见的不足之处,并简单介绍了该系统的一些特色设计和创新设计,又针对本课题的研究重点和难点做了说明。紧接着本文介绍了Ajax和java script技术,通过对Ajax的组成、基本原则和原理以及java script的优点和可使用的对象这些方面深入了解了Ajax和java script原理。在这个理论的基础上,对系统的功能设计的各方面进行了阐述,比如设计原则,架构设计,功能设计和角色设计。其中在功能设计中详细介绍了我们这个教学资源平台的一些创新功能,比如角色权限模块、分组概念等等。
 在介绍了Ajax和java script技术以及设计的各方面之后,接下来对系统的实现作了详尽的叙述,还特意针对系统的特色模块配以图表来分析,使得整个结构更为清晰。同时在实现的过程中选取了一些典型的代码,对Ajax和java script技术方面的代码也作了详细的讲解。最后对系统整个的测试情况作了介绍。
 相信这个教学资源平台在今后的教学使用中会发挥更大的作用,同时这个平台也为今后的扩展奠定了坚实的基础。

关键字:Ajax,java script,角色权限,分组

Based on AJAX technology platform for the teaching resources background System Design

Abstract
 The article focuses on the entire teaching resources development platform made a brief significance , then discussed the domestic research on the status and development trend , point common understanding of the current shortfall Department , and a brief introduction of the system in some of the characteristics and the design of innovative design, To address the issue of focus and done a difficult note. Immediately after this paper the Ajax and java script technology, and the composition of Ajax. basic principles and tenets of the strengths and java script can be used for the object of these in-depth understanding of Ajax and java script principle . In this theory on the basis of the functional design of the areas discussed, such as the design principles, structure design, functional design and design role. With the functional design details of our teaching resources platform some innovative features such as role competence module, a concept, and so on.
 Tell the Ajax and java script technology, and all aspects of the design, Next implementation of the system are described in detail, but also deliberately targeted system features supported by graphics module analysis the whole structure will be more clear. At the same time realizing the selection process of some typical code Ajax and java script on the technical aspects of the code to explain in detail. Finally, the whole testing system was introduced.
 I believe the platform of teaching resources in the future in education will play a greater role, Meanwhile the platform for the future expansion of laying a solid foundation.

Key words:Ajax,java script,Role and privilege,Create group

目  录
1. 绪论 1
1.1. 课题研究背景 1
1.2. 研究现状和发展趋势 2
1.3. 课题研究重点和难点 3
1.4. 本文主要工作 4
1.5. 论文组织结构 4
2. 技术原理 6
2.1. Ajax和java script概述 6
2.1.1. Ajax概述 6
2.1.2. java script概述 6
2.2. Ajax原理 7
2.2.1. Ajax的组成 7
2.2.2. Ajax四个基本原则 7
2.2.3. Ajax原理分析 8
2.2.4. .NET采用AJAX实现无刷新 9
2.3. java script原理 9
2.3.1. java script优点 9
2.3.2. java script可使用的对象 10
3. 系统功能设计 11
3.1. 设计原则 11
3.2. 系统架构设计 11
3.3. 软件功能设计 12
3.3.1. 常用功能设计 12
3.3.2. 创新功能设计 12
3.4. 系统角色设计 14
3.4.1. 系统管理员 14
3.4.2. 教务管理员 14
3.4.3. 教师 14
3.4.4. 学生 14
4. 系统功能实现 15
4.1. 开发环境 15
4.2. 框架的实现 15
4.3. 模块的分析 16
4.3.1. 角色权限模块分析 16
4.3.2. 课程细节模块分析 18
4.4. 典型代码分析 20
4.4.1. AJAX无刷新代码分析 20
4.4.2. java script角色权限代码分析 22
4.4.3. 验证权限代码分析 26
5. 系统测试 29
5.1. 测试环境 29
5.2. 单元测试 29
5.3. 集成和系统测试 30
5.4. 负载测试 32
5.5. 测试结果 35
6. 结论 36
致谢 37
参考文献 38


相关论文
本论文在计算机论文栏目,由论文格式网整理,转载请注明来源www.lwgsw.com,更多论文,请点论文格式范文查看
上一篇:商业银行信贷管理分析系统中客户.. 下一篇:基于语义的专业文献学习系统研究..
Tags:基于 AJAX 技术 教学资源 平台 后台 系统 设计 【收藏】 【返回顶部】
最新文章
热门文章
计算机论文
推荐文章

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

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

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