UChat

所属分类:Windows编程
开发工具:Visual C++
文件大小:99KB
下载次数:8
上传日期:2009-09-19 22:49:16
上 传 者dendenforyou
说明:  Ajax+ASP.NET小巧高效的无刷新聊天室程序,没有使用数据库,而是使用新概念的Dictionary、LinkedList集合实现数据临时存储,运行后先随便输入一个昵称登陆,然后就进入了聊天室,请注意,发送消息时候没有提交按钮,直接按键盘回车键就可实现消息发送,测试时候打开两个浏览器,使用不同的昵称进入聊天室,效果更好。
(Ajax+ ASP.NET compact and efficient non-refresh chat room program, do not use databases, but the use of new concepts Dictionary, LinkedList collection of data temporary storage, run casually enter a nickname, after the first landing, and then entered the chat room, please Note that when there is no submit button to send the message, directly from the keyboard enter key to send the message can be achieved, the test time to open two browser, using a different nickname to enter chat rooms, better.)

文件列表:
codefans.net\UChat\bin\UChat.dll (28672, 2007-01-29)
codefans.net\UChat\bin\UChat.pdb (32256, 2007-01-29)
codefans.net\UChat\Chat.aspx (1634, 2007-01-18)
codefans.net\UChat\Chat.aspx.cs (1038, 2007-01-18)
codefans.net\UChat\ChatEngine\ChatEngine.cs (7575, 2009-09-19)
codefans.net\UChat\ChatEngine\IChatEngine.cs (1160, 2007-01-18)
codefans.net\UChat\css\niftyCorners.css (1073, 2007-01-18)
codefans.net\UChat\css\style.css (2193, 2007-01-18)
codefans.net\UChat\Default.aspx (1860, 2007-01-24)
codefans.net\UChat\Default.aspx.cs (2505, 2009-09-19)
codefans.net\UChat\Global.asax (72, 2007-01-18)
codefans.net\UChat\Global.asax.cs (1534, 2007-01-18)
codefans.net\UChat\img\bonsai.jpg (80355, 2007-01-18)
codefans.net\UChat\js\AjaxFunctions.js (3490, 2007-01-18)
codefans.net\UChat\js\niftycube.js (8934, 2009-09-19)
codefans.net\UChat\obj\Debug\UChat.Chat.resources (608, 2007-01-29)
codefans.net\UChat\obj\Debug\UChat.csproj.GenerateResource.Cache (966, 2007-01-29)
codefans.net\UChat\obj\Debug\UChat.dll (28672, 2007-01-29)
codefans.net\UChat\obj\Debug\UChat.Global.resources (180, 2007-01-29)
codefans.net\UChat\obj\Debug\UChat.Pages.Default.resources (608, 2007-01-29)
codefans.net\UChat\obj\Debug\UChat.pdb (32256, 2007-01-29)
codefans.net\UChat\obj\Debug\UChat.Server.Server.resources (608, 2007-01-29)
codefans.net\UChat\obj\UChat.csproj.FileList.txt (309, 2007-01-29)
codefans.net\UChat\Properties\AssemblyInfo.cs (1381, 2007-01-18)
codefans.net\UChat\Server.aspx (110, 2007-01-18)
codefans.net\UChat\Server.aspx.cs (2352, 2009-09-19)
codefans.net\UChat\UChat.csproj (4728, 2007-01-18)
codefans.net\UChat\UChat.csproj.user (1150, 2007-01-18)
codefans.net\UChat\UChat.sln (1478, 2009-09-17)
codefans.net\UChat\UChat.suo (6656, 2009-09-17)
codefans.net\UChat\obj\Debug\TempPE (0, 2007-01-18)
codefans.net\UChat\obj\Debug (0, 2007-01-29)
codefans.net\UChat\bin (0, 2007-01-29)
codefans.net\UChat\ChatEngine (0, 2009-09-17)
codefans.net\UChat\css (0, 2007-01-18)
codefans.net\UChat\img (0, 2007-01-18)
codefans.net\UChat\js (0, 2007-01-18)
codefans.net\UChat\obj (0, 2007-01-29)
codefans.net\UChat\Properties (0, 2007-01-18)
... ...

AJAX的高效聊天室源码 介绍: 本例采用asp.net2.0+ajax技术实现,不用数据库,采取2.0新概念Dictionary、LinkedList集合实现数据的处理. 所有发送、接收、显示在线用户列表等皆采用ajax技术完成,实现无刷新聊天的功能 Ajax的核心是JavaScript XmlHttpRequest对象。该对象在Internet Explorer 5中首次引入,它是一种支持异步请求的技术 使用: 首先登陆,输入你的昵称,进入聊天窗口。你可以打开两个浏览器,使用不同的昵称进入聊天室,体验下吧。 作者:wang1205

近期下载者

相关文件


收藏者