毕业论文 dhtml动态网页——论坛制作.doc
约41页DOC格式手机打开展开
毕业论文 dhtml动态网页——论坛制作,目录目录i摘要iiabstractiii第一章前 言11.1 网页技术的发展11.2 论坛技术发展的背景、目的及意义11.3 应解决的主要问题及技术要求21.4 论文章节安排3第二章总体规划与设计42.1 系统可行性分析42.2 系统设计思想42.3 系统设计目标42.4 系统整体结构及其说明5第三章开发环境93.1 ...
内容介绍
此文档由会员 ljjwl8321 发布
目 录
目 录 I
摘 要 II
Abstract III
第一章 前 言 1
1.1 网页技术的发展 1
1.2 论坛技术发展的背景、目的及意义 1
1.3 应解决的主要问题及技术要求 2
1.4 论文章节安排 3
第二章 总体规划与设计 4
2.1 系统可行性分析 4
2.2 系统设计思想 4
2.3 系统设计目标 4
2.4 系统整体结构及其说明 5
第三章 开发环境 9
3.1 硬件环境 9
3.2 软件环境 9
第四章 总体方案的设计与实施 13
4.1 网页制作工具的选择 13
4.4 设计过程中使用的主要技术及元素 14
4.5 Web数据库的建立及链接 14
第五章 详细设计 21
5.1 关键部分实现代码 21
5.2 设计结果及分析 28
总 结 35
致 谢 36
参考文献 37
摘 要
在Internet飞速发展的今天,互联网成为人们快速获取、发布和传递信息的重要渠道,它在人们政治、经济、生活等各个方面发挥着重要的作用.因此网站建设在Internet应用上的地位显而易见,它已成为政府、企事业单位信息化建设中的重要组成部分,从而倍受人们的重视。
动态网页采用动静结合的原则,具体采用动态还是静态网页主要是看当时对页面的功能需要,动态网页是以数据库技术为基础的,可以大大降低网站维护的工作量,而且他并不是独立存在于服务器上的网页文件,只有当用户请求时服务器才返回一个完整的网页。
论坛,作为信息的传播和交流介质,对信息交流与传播起到了空前的推动作用。论坛的主要制作目的是为了让人们能够方便的进行交流,这就要求必须是动态网页,用户发出登录、交流等请求,服务器作出相应的反应。因此这里选择使用广泛使用PHP技术进行开发,使用apache作为开发服务器,数据库采用的是mysql。通过PHP编写的动态网页代码,在apache服务器上运行,mysql实现数据存储,最终综合运用这三种核心技术,实现了用户注册登录、发帖、回帖、管理员管理论坛模块等功能。
关键词:PHP;apache;mysql;动态网页;论坛
Abstract
Nowadays, as the rapid development of Internet, the Internet become the faster access , release and an important channel for transmitting information, it plays an important role in people's political, economic, and other aspects of life . Therefore, the development of website on the status of Internet applications is obvious; it has become an important part in the government’s and enterprises’ information technology, and it draws so much attention.
Dynamic pages follow the principle of combining dynamic and static, which specific to the functions we need. Dynamic web based on database technology, which can greatly reduce website maintenance workload, and it is not a single file which exists in server page files when the user require a full server page.
Forum, as the dissemination and exchange of information media, exchange and dissemination of information played an unprecedented role in promoting. The main purpose of forum is to allow people to easily communicate, which requires to be dynamic pages, and choose to use PHP technology which is widely used in the world, use apache as a development server, the database used is mysql. PHP dynamic Web pages by writing code to run on the apache server, mysql for data storage, and ultimately the integrated use of this three core technology, the user login and register, post Replies, administrators’ Management of Forum module functions are all realized.
Keywords:PHP;apache;mysql;dynamic;forum
目 录 I
摘 要 II
Abstract III
第一章 前 言 1
1.1 网页技术的发展 1
1.2 论坛技术发展的背景、目的及意义 1
1.3 应解决的主要问题及技术要求 2
1.4 论文章节安排 3
第二章 总体规划与设计 4
2.1 系统可行性分析 4
2.2 系统设计思想 4
2.3 系统设计目标 4
2.4 系统整体结构及其说明 5
第三章 开发环境 9
3.1 硬件环境 9
3.2 软件环境 9
第四章 总体方案的设计与实施 13
4.1 网页制作工具的选择 13
4.4 设计过程中使用的主要技术及元素 14
4.5 Web数据库的建立及链接 14
第五章 详细设计 21
5.1 关键部分实现代码 21
5.2 设计结果及分析 28
总 结 35
致 谢 36
参考文献 37
摘 要
在Internet飞速发展的今天,互联网成为人们快速获取、发布和传递信息的重要渠道,它在人们政治、经济、生活等各个方面发挥着重要的作用.因此网站建设在Internet应用上的地位显而易见,它已成为政府、企事业单位信息化建设中的重要组成部分,从而倍受人们的重视。
动态网页采用动静结合的原则,具体采用动态还是静态网页主要是看当时对页面的功能需要,动态网页是以数据库技术为基础的,可以大大降低网站维护的工作量,而且他并不是独立存在于服务器上的网页文件,只有当用户请求时服务器才返回一个完整的网页。
论坛,作为信息的传播和交流介质,对信息交流与传播起到了空前的推动作用。论坛的主要制作目的是为了让人们能够方便的进行交流,这就要求必须是动态网页,用户发出登录、交流等请求,服务器作出相应的反应。因此这里选择使用广泛使用PHP技术进行开发,使用apache作为开发服务器,数据库采用的是mysql。通过PHP编写的动态网页代码,在apache服务器上运行,mysql实现数据存储,最终综合运用这三种核心技术,实现了用户注册登录、发帖、回帖、管理员管理论坛模块等功能。
关键词:PHP;apache;mysql;动态网页;论坛
Abstract
Nowadays, as the rapid development of Internet, the Internet become the faster access , release and an important channel for transmitting information, it plays an important role in people's political, economic, and other aspects of life . Therefore, the development of website on the status of Internet applications is obvious; it has become an important part in the government’s and enterprises’ information technology, and it draws so much attention.
Dynamic pages follow the principle of combining dynamic and static, which specific to the functions we need. Dynamic web based on database technology, which can greatly reduce website maintenance workload, and it is not a single file which exists in server page files when the user require a full server page.
Forum, as the dissemination and exchange of information media, exchange and dissemination of information played an unprecedented role in promoting. The main purpose of forum is to allow people to easily communicate, which requires to be dynamic pages, and choose to use PHP technology which is widely used in the world, use apache as a development server, the database used is mysql. PHP dynamic Web pages by writing code to run on the apache server, mysql for data storage, and ultimately the integrated use of this three core technology, the user login and register, post Replies, administrators’ Management of Forum module functions are all realized.
Keywords:PHP;apache;mysql;dynamic;forum