1、I 摘 要 目前,中国有世界上最为庞大的手机用户群,手机上网也越来越融入到年轻 人的生活中,学生是最接近并能享受 WAP 服务的群体,WAP 技术的发展将引发 全新的教学模式:移动教学。而教学信息特别是教学网站将逐渐从 PC 上向更为便 捷的手持移动终端上转移。 本文介绍了基于 WAP 的微机系统与汇编语言教学网站的设计与开发。整 个网站用 WML 语言实现,用户以学生为主体,以手机为系统终端。本文的工作主 要介绍其实现方式与部分代码编写。 整个网站核心部分分教学内容和教学测评两大模块:教学内容为本科目每章 节主要的知识要点的总结及拓展,教学测评满足了学生不受时间地点限制方便自 己对所学科目认
2、知的测评。另外增加了留言板模块,方便学生与教师的交流。 手机教学网站以实用简洁为主,初步实现并满足移动教学的目的。 关键词:关键词:WAP;WML;移动教学;移动终端 II Abstract At present, China has the worlds most huge mobile phone user group.The mobile phone also more and more into the young mans life, and students are the most close and can enjoy WAP service group.WAP technol
3、ogy development will trigger a new teaching mode: mobile learning. And teaching information especially teaching website will gradually from PC to more convenient handheld mobile terminal metastasis. There is primarily introduced a design of the mobile learning website In this paper. The entire site
4、use WML language implementation, Users take the student as the main body, the use of mobile phones for terminal system. The work of this paper mainly introduces its realization and part of code. The entire site core part points the teaching contents and teaching evaluation two big modules :The teach
5、ing contents for every section of this course is the main points of the main conclusion and expand knowledge ,Teaching assessment meet the students from the location in time limit for easy learned their cognitive assessment of subjects. Add another message board module, convenient students and teach
6、ers exchanges. The moblie learning website with practical concise give priority to, preliminarily accomplished and meet mobile teaching goal. Keywords: WAP;WML;Mobile learning;Mobile terminal III 目 录 摘 要 I Abstract II 目 录III 第 1 章 概述. 1 1.1 项目开发背景. 1 1.2 移动教学的认识. 2 1.3 本文工作. 2 第 2 章 WAP 教学网站开发工具和平台介绍 4 2.1 WAP 协议简介 4 2.2 WML语言介绍 . 5 2.2.1 WMLScript 5 2.2.2 WML 文件结构 . 5 2.2.3 WML 字符集 . 6 2.3 项目涉及开发工具介绍. 7 2.3.1 MyEclipse 介绍 . 7 2.3.2 MySQL 介绍 . 8 2.3.3 Tomcat 介绍. 8 第 3 章 WAP 教学网站总体设计