文件名称:memcache+ajax的简单聊天室
文件大小:4KB
文件格式:RAR
更新时间:2017-07-31 03:40:40
memchache ajax jquery php 聊天室
主要是使用改程序熟悉下memchache缓存
文件列表:
Chat.class.php
--getChatList()
getChatList()方法用的是Php manual上的方法来获取memchache的所有的值,也是处理的核心。当然这种方式还是不推荐使用的。因为ET说,三个foreach
chat.js
chat.log
log文件,用来记录一些基本的set和get
chat_add_ajax.php
chat_get_ajax.php
index.php
init.php
初始化文件,用来配置
session_start();
ini_set('display_errors',0);
date_default_timezone_set();
使用方式:
首先安装memchache服务,然后memcache.exe -d start开启服务
其他的放到工作目录下就行了
sunshine
【文件预览】:
chat_online
----chat.js(1KB)
----chat_get_ajax.php(1011B)
----chat.log(0B)
----chat_add_ajax.php(401B)
----index.php(2KB)
----init.php(399B)
----Chat.class.php(1KB)