社区
ASP
帖子详情
很多公司网站都有即时通的功能,请问是怎么实现的?有没相关的资料介绍,提供一下?
dreamsky
2005-04-25 06:12:39
感觉有点类似QQ,可以实现一对一的聊天。
...全文
131
4
打赏
收藏
很多公司网站都有即时通的功能,请问是怎么实现的?有没相关的资料介绍,提供一下?
感觉有点类似QQ,可以实现一对一的聊天。
复制链接
扫一扫
分享
转发到动态
举报
写回复
配置赞助广告
用AI写文章
4 条
回复
切换为时间正序
请发表友善的回复…
发表回复
打赏红包
笨笨兔兔兔兔兔
2005-04-26
打赏
举报
回复
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<!-- saved from url=(0064)http://community.csdn.net/expert/deeptree/contentbar.asp?myie=ie -->
<HTML><HEAD><TITLE>Deeptree Content Bar</TITLE>
<META http-equiv=Refresh
content=1000;URL=/expert/deeptree/contentbar.asp?myie=ie>
<META content=noindex name=Robots>
<META http-equiv=Content-Type content=text/html;charset=gb2312>
<META content=TRUE name=MSSmartTagsPreventParsing>
<META http-equiv=MSThemeCompatible content=Yes><LINK
href="contentbar.files/csdn.css" type=text/css rel=stylesheet>
<SCRIPT src="contentbar.files/get_css.js"></SCRIPT>
<SCRIPT language=javascript>
if (top.location == self.location)
{
top.location.href = "/Expert/Forum.asp";
}
function selectstart()
{
window.event.cancelBubble = true;
window.event.returnValue = false;
return false;
}
function GoToURL(strX)
{
if (strX == "" || strX == null || strX == "undefined")
{
return;
}
window.top.location.href = strX;
}
function mylogin(url)
{
window.parent.parent.location = url+"&from="+window.parent.parent.location.pathname+"&Roomid=&typenum=&tabletype=&searchKeys=&author=&whichpage=";
}
function mylogin2(url)
{
window.open(url+"&from="+window.parent.parent.location.pathname);
newMessage.style.visibility = "hidden";
}
function loginsub()
{
document.login.submit();
}
//-->
</SCRIPT>
<META content="Microsoft FrontPage 5.0" name=GENERATOR></HEAD>
<BODY class=color3 leftMargin=0 topMargin=0 marginwidth="0" marginheight="0">
<TABLE cellSpacing=0 cellPadding=0 width="100%" border=0>
<TBODY>
<TR>
<TD vAlign=top noWrap align=left width="100%">
<DIV id=showtoc style="DISPLAY: none" name="showtoc">
<TABLE title=显示导航栏 style="CURSOR: hand"
onclick="if (document.readyState == 'complete') top.dtbar.showtoc();"
cellSpacing=0 cellPadding=0 align=left border=0>
<TBODY>
<TR>
<TD height=30></TD>
<TD vAlign=center height=30>
<IMG title=显示导航栏
src="contentbar.files/showtoc.gif" border=0 width="16" height="16"></TD>
<TD height=30></TD>
<TD vAlign=center height=30><A
href="http://community.csdn.net/expert/deeptree/contentbar.asp?myie=ie#"><FONT
face=verdana
color=#ffffff>显示导航栏</FONT></A></TD></TR></TBODY></TABLE></DIV>
<TABLE width="100%" border=0>
<FORM name=login action=/member/logon.asp method=post target=_top>
<SCRIPT>
document.write("<input type='hidden' name='from' value='")
document.write(parent.parent.location)
document.write("'>")
</SCRIPT>
<TBODY>
<TR>
<TD vAlign=top><FONT color=#ffffff><IMG height=15
src="contentbar.files/1d.gif" width=19>欢迎您:liuxiaoyi666 <IMG
height=15 src="contentbar.files/1d.gif" width=19>可用分:2900 <IMG
height=15 src="contentbar.files/1d.gif" width=19>总信誉分:140<IMG
height=15 src="contentbar.files/1d.gif" width=19>未结帖数:6 <IMG
height=15 src="contentbar.files/1d.gif" width=19><A
href="http://community.csdn.net/member/logonout.asp"
target=_top><FONT color=#ffffff>注销我的登录</FONT></A> <IMG height=15
src="contentbar.files/1d.gif" width=19><A
href="http://community.csdn.net/expert/deeptree/welcome.asp?1=1"
target=fraContent><FONT color=#ffffff>社区首页</FONT></A> </FONT></TD>
<TD></FONT></TD></FORM></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></BODY></HTML>
csdn的方式<META http-equiv=Refresh
content=1000;URL=/expert/deeptree/contentbar.asp?myie=ie>
dreamsky
2005-04-26
打赏
举报
回复
有没有例子可以提供的?
33881163
2005-04-26
打赏
举报
回复
这个功能的基本原理是,有一个message表,中间有发送人、接受人、信息内容、信息状态。
然后定时(5秒、1秒不等)刷新特定的区域,来查询信息状态为“没有阅读”的信息,将其显示出来
dreamsky
2005-04-26
打赏
举报
回复
up
Netty
即时通
讯项目Demo
Netty
即时通
讯项目Demo是一个基于Netty框架的简单
即时通
讯应用示例,旨在帮助初学者了解如何利用Netty
实现
一个基础的群聊
功能
。Netty是Java领域内一个高性能、异步事件驱动的网络应用程序框架,它极大地简化了网络...
微信
即时通
信原理_一对一直播交友源码
实现
即时通
讯
功能
的解决方案
不论是一对多直播还是一对一直播,
即时通
讯技术都是很重要的技术,用户通过一对一直播系统交流或者是礼物打赏都是运用了
即时通
讯技术,那么这种即使在一对一直播源码开发中中是如何
实现
的呢?1.
即时通
讯是什么?即时...
Android
即时通
讯
在刚开始学习Android的时候,我特别想了解类似于QQ和微信这样的聊天软件是怎么
实现
的,相信有
很多
小伙伴跟我一样很想去了解并自己
实现
一个聊天工具。那么下面我就来给大家
介绍
一下
我是怎么
实现
即时通
讯的。 首先我们...
javaweb
实现
即时消息推送
功能
在浏览某些网页的时候,例如 WebQQ、京东在线客服服务、CSDN私信消息等类似的情况下,我们可以在网页上进行在线聊天,或者即时消息的收取与回复,可见,这种
功能
的需求由来已久,并且应用广泛。 网上关于这方面的...
IM群聊消息的已读回执
功能
该怎么
实现
?
本文引用了架构师之路公众号作者沈剑的文章,
即时通
讯网对内容有改动,感谢原作者。 1、前言 ...一个残酷的现实是,
很多
时候对方其实是早就已经看到了这条消息,但出出种种原因(大家都懂的),通...
ASP
28,406
社区成员
356,946
社区内容
发帖
与我相关
我的任务
ASP
ASP即Active Server Pages,是Microsoft公司开发的服务器端脚本环境。
复制链接
扫一扫
分享
社区描述
ASP即Active Server Pages,是Microsoft公司开发的服务器端脚本环境。
社区管理员
加入社区
获取链接或二维码
近7日
近30日
至今
加载中
查看更多榜单
社区公告
暂无公告
试试用AI创作助手写篇文章吧
+ 用AI写文章