1 / 36
文档名称:

网站的设计与实现.doc

格式:doc   大小:805KB   页数:36页
下载后只包含 1 个 DOC 格式的文档,没有任何的图纸或源代码,查看文件列表

如果您已付费下载过本站文档,您可以点这里二次下载

分享

预览

网站的设计与实现.doc

上传人:allap 2018/11/23 文件大小:805 KB

下载得到文件列表

网站的设计与实现.doc

相关文档

文档介绍

文档介绍:摘要
在计算机网络飞速发展的现在,网络成为人们学****知识和快速获取、发布和传递信息的重要方式,网络在政治、经济、生活和文化等各个方面发挥着极其重要的作用。精品课程网站是把教师在日常教学过程中所总结、积累的教学内容、教学方法、教材等一系列教学资料通过网络平台展示出来,使学生们通过互联网来更好的学****并可通过网站上的在线答疑来解决学生学****中遇到的问题,更进一步提高学生们的知识储备,从而提高学校的教学质量。
本论文主要论述了通过采用Flex技术做UI,应用Java和数据库管理软件MySQL建立一个精品课程网站的过程。以动态网页的方式来实现网站信息的展示,采用MVC模式,用DAO实现数据访问。实现了用户能够在线查阅有关课程的相关信息,下载想要了解学****的课程课件,并可进行在线答疑等功能。
关键字:精品课程网站 Flex MVC DAO MySQL
ABSTRACT
Now in the rapid development works, network became to learn knowledge and fast access, publications and important way of passing information, networking in the political, economic, and cultural aspects of life play an extremely important role. Excellent courses website is concluded in the course of daily teaching teachers, accumulation of teaching content, teaching methods, teaching materials and a series of teaching materials, platform presented through work, to allow students to better learning through the . And online answering questions on the Web site to resolve problems encountered in student learning, further enhance the students ' knowledge, thereby enhancing the quality of education in schools.
This paper is devoted to the UI through the use of Flex technology, Java and MySQL database management software to create a top-quality course website. Dynamic Web pages Web sites by means of information display, uses the MVC pattern, and DAO for data access. Enables the user to online access to information on courses, download if you want to know a curriculum of courseware and online features such as question answering.
Keywords: quality course website Flex MVC DAO MySQL.
目录
第1章绪论 5
引言 5
背景与发展 5
可行性分析 6
6
技术可行性分析 6
第2章系统所用技术概述 8
网站开发所用技术概述 8
Java理论基础 8
JSP简介 8
Servlet简介 9
Struts框架的主要组件和原理 9
FLEX技术 9
MySQL数据库 10
Tomact服务器 10
BlazeDS 10
网站开发模式简介 11
主机/终端结构 11
客户机/服务器结构 11
浏览器/服务器结构 11
第3章系统需求分析 13
课题的目的与意义 13
需求分析 13
项目目标 14
用户特点 14
第4章系