摘要随着网络的飞速发展,以及移动通信终端的普及,在线交流系统成为了人们 日常生活中不可或缺的一部分。传统的在线交流软件是基于 C/S 结构的,虽然其 功能丰富,但是用户必须预装客户端才能使用服务,软件也时常更新,记录存储 在本地也不够安全。而 B/S 结构的软件是随着 Internet 技术而兴起的,它是对传 统的 C/S 结构的的一种改进,用户只需浏览器即可随时随地完成通讯。68463
本文主要研究 B/S 架构软件的开发流程,学习 B/S 架构软件的常用开发技术。 利用 WAMP 环境,PHP+MySQL+Ajax+JS 等技术开发一款基于 B/S 架构的在线交流软 件,实现一对一、一对多等多种交流方式,并设计友好的用户界面。
毕业论文关键词 在线交流 B/S PHP Ajax
Title The Design and Implementation of Web-based Communication Online System
Abstract
With the rapid development of network, as well as the popularization o f mobile communication terminal, Online communication system has becom e an indispensable part of people's daily life. Traditional online com munication software is based on the C/S structure, although its rich f unctions, the user must pre-install the client in order to use the ser vices. The software updates frequently and the records stored in the l ocal are not safe enough. While the B/S structure of the software is d eveloped with Internet technology, it is an improvement of the structu re of the traditional C/S structure. Users only need a browser to comp lete the communication anytime,anywhere.
This paper mainly studies the B/S architecture software development pr ocess, common development technology and learns the popular developmen t techniques of B/S structure software.Using the WAMP environment and the PHP+MySQL+Ajax+JS techniques develops an online communication soft ware based on B/S architecture.And I realize the function of one-to-on e,on-to-many communication, and design a friendly user interface.
Keywords Communication online B/S PHP Ajax
目 次
1 引言 1
1.1 课题背景 1
1.2 应用现状 2
1.3 研究意义 2
2 开发环境及关键技术 3
2.1 程序开发和运行环境 3
2.1.3 程序开发环境 3
2.1.2 程序部署环境 3
2.1.3 网络环境 3
2.2 程序开发软件工具简介 3
2.2.1 Eclipse PHP Studio 开发软件 3
2.2.2 Apache 服务器 4
2.2.3 MySQL 数据库 4
2.3