{$cfg_webname}
主页 > 计算机 > PHP >

网上聊天室的设计与制作(PHP,MySQL)(含录像)

来源:wenku7.com  资料编号:WK710046 资料等级:★★★★★ %E8%B5%84%E6%96%99%E7%BC%96%E5%8F%B7%EF%BC%9AWK710046
以下是资料介绍,如需要完整的请充值下载。
1.无需注册登录,支付后按照提示操作即可获取该资料.
2.资料以网页介绍的为准,下载后不会有水印.资料仅供学习参考之用. 帮助
资料介绍

网上聊天室的设计与制作(PHP,MySQL)(含录像)(任务书,开题报告,外文翻译,毕业论文13000字,程序代码,MySQL数据库,答辩PPT,答辩视频录像)
摘  要
随着时代的发展,网络逐渐充斥在每个角落,网络的进步使得人们对它产生很大的依赖性,上网聊天成为许多人的选择,网络聊天室因此得到迅速发展,聊天室慢慢的变成了网上最常见的服务之一,深受许多人的追捧。作为一个很吸引人的聊天工具,聊天室给许多用户提供了一个交流场所,节省了大量的书信往来和电话服务,跨越空间面对面聊天的梦想成为了可能。因此,开发网上聊天室成为了必然选择。
本设计主要介绍了聊天室的研究背景、环境以及意义,介绍了聊天室的实现过程以及数据库的实现过程。通过聊天室国内外研究现状,决定用PHP等技术开发聊天室。主要是用与PHP技术相关的知识,确定了制作聊天室的思想、方法以及设计过程,而且分析了各个模块的功能和实现的方法。实现功能:用户登录、用户私聊、公聊、用户留言、保存当前聊天记录、查看以及修改个人信息、改变字体大小等。数据库采用了MySQL;此聊天室的操作简单,易于使用。
关键词:PHP;聊天室;Apache;数据库; PHPMyAdmin;

Design and fabrication of chat rooms
Abstract
With the development of the times, the network has gradually filled in every corner, the progress of the network makes people have a great dependence on it, chat on the Internet become the choice of many people, so the rapid development of Internet chat rooms, chat room, slowly became the most common online service, favored by many people. As a very attractive chat tools, chat room provides a place for many users, saving a lot of letters and phone services across space, face to face chat dream become possible. Therefore, the development of Internet chat rooms, has become the inevitable choice.
This paper introduces the design of a chat room on the research background  and significance, introduces the process of realizing process and database of the chat room. Through the chat room research status at home and abroad, decided to use the PHP technology to develop the chat room. Is mainly associated with the PHP technical knowledge, thought, method and process to determine the chat room design, and analyzes the function of each module and the realization method. The realization of functions: user login, user privacy, the public chat, user messages, save the chat records, view and modify personal information, change the font size. Database using MySQL; the chat room, simple operation, easy to use.
Key words: PHP; Chat Room; Apache; Database; PHPMyAdmin;   
 
该系统界面分三部分:
1、聊天室界面
2、用户设定界面,是修改用户信息
3、系统设定界面,是设置全局信息以及对用户信息的管理,全局信息指聊天室平台名称和基本的配置信息,用户信息的管理指增、删、改、查,该功能管理员才能操作。
 

网上聊天室的设计与制作(PHP,MySQL)(含录像)
网上聊天室的设计与制作(PHP,MySQL)(含录像)
网上聊天室的设计与制作(PHP,MySQL)(含录像)
网上聊天室的设计与制作(PHP,MySQL)(含录像)
网上聊天室的设计与制作(PHP,MySQL)(含录像)


目录
摘  要    1
ABSTRACT   
1  引言    1
1.1  开发背景以及意义    1
1.2  开发环境    1
2  系统技术综述    2
2.1  PHP简介    2
2.2  HTML简介    2
2.3  MYSQL简介    3
2.4  AJAX简介    4
2.5  CSS简介    5
2.6  开发工具    5
2.6.2  PHPMyAdmin    5
2.6.3  Apache    6
2.6.4  Eclipse    7
3  系统设计    8
3.1  系统需求    8
3.2  系统体系结构    9
3.3  系统流程图    9
3.3.1  用户管理    10
3.4  数据库    11
3.4.1  数据表结构的详细设计    12
4  系统实现    14
4.1  开发环境    14
4.1.1   硬件环境    14
4.1.2  软件环境    14
4.2.  系统功能实现    14
4.2.2  登录、注册模块的实现    14
4.2.2   修改个人信息模块的实现    16
4.2.3   聊天模块的实现    19
4.2.4   管理模块的实现    21
4.2.5   通讯消息的处理    25
4.2.6  清空聊天数据模块的实现    28
结  论    29
参考文献    30
致    谢    31

推荐资料