错误信息提示:
错误号:12142

错误原因:

错误SQL语句:
select * from user_skin where  find_in_set('sysai.net',replace(host,'|',','))

Warning: fopen(/error/2025-06-27.txt): failed to open stream: No such file or directory in /opt/lampp/htdocs/sysai/inc/datai.php on line 247
文件 2025-06-27.txt 不可写

sysai
『 자료실 』
현재위치 : HOME > 자료실
用asp做一个聊天室时怎样使用Server push?
글쓴이 : 매니저 작성일 : 2009-01-28

怎样使用server push使聊天的内容即时出现在页面上,而不使用Client push使页面使用meta属性每次隔几秒钟刷新一次!!谢谢! 问题点数:0、回复次数:10

 

回复于 2000-08-14 20:35:00 得分 0

server push技术IE根本就不支持

回复于 2000-08-15 09:06:00 得分 0

不是吧!我看有些聊天室就不是用的meta元素每次刷新!

回复于 2000-08-15 15:14:00 得分 0

我也想知道

回复于 2000-08-15 15:22:00 得分 0

我想知道关于服务器推方面的资料,那位大虾赐教一下,就象www.gznet.com的聊天室。欢迎大家讨论交流。
=========================================



<%
Option Explicit
Dim strBoundary

' change the following string to whatever boundary you wish to use
strBoundary = "MSBOB"

' turn off buffering
Response.Buffer = False

' set the content type as a multipart document
Response.ContentType = "multipart/x-mixed-replace;boundary="

목록


홈으로 | 이용안내 | 이용약관 | 개인정보보호정책 | 제휴문의 | 질문과답변 | 자주하는 질문
Copyright © 2011 - 2014 SYSAI Work Group, All Rights Reserved 주소:길림성연길시,우편:133300 Version 3.0 Run Time 0.234s