文件名称:UChat(1)
- 所属分类:
- .net编程
- 资源属性:
- [Windows] [Visual.Net] [源码]
- 上传时间:
- 2013-01-17
- 文件大小:
- 98kb
- 下载次数:
- 0次
- 提 供 者:
- sdgfa*****
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
本例采用asp.net2.0+ajax技术实现,不用数据库,采取2.0新概念Dictionary、LinkedList集合实现数据的处理.
所有发送、接收、显示在线用户列表等皆采用ajax技术完成,实现无刷新聊天的功能
Ajax的核心是Javascr ipt XmlHttpRequest对象。该对象在Internet Explorer 5中首次引入,它是一种支持异步请求的技术
使用:
首先登陆,输入你的昵称,进入聊天窗口。你可以打开两个浏览器,使用不同的昵称进入聊天室,体验下吧。 -This example uses the asp.net2.0+ajax technology to realize, not database, take 2 new concept of Dictionary, the LinkedList collection for data processing.
All the sending, receiving, display a list of online users are using Ajax technology to realize, no refresh chat function
Ajax is the core of the Javascr ipt XmlHttpRequest object. The object in the Internet Explorer 5 was first introduced, it is a technical support asynchronous request
Use.
First, input your nickname, into the chat window. You can open the two browser, use a different nickname in the chat room, experience.
所有发送、接收、显示在线用户列表等皆采用ajax技术完成,实现无刷新聊天的功能
Ajax的核心是Javascr ipt XmlHttpRequest对象。该对象在Internet Explorer 5中首次引入,它是一种支持异步请求的技术
使用:
首先登陆,输入你的昵称,进入聊天窗口。你可以打开两个浏览器,使用不同的昵称进入聊天室,体验下吧。 -This example uses the asp.net2.0+ajax technology to realize, not database, take 2 new concept of Dictionary, the LinkedList collection for data processing.
All the sending, receiving, display a list of online users are using Ajax technology to realize, no refresh chat function
Ajax is the core of the Javascr ipt XmlHttpRequest object. The object in the Internet Explorer 5 was first introduced, it is a technical support asynchronous request
Use.
First, input your nickname, into the chat window. You can open the two browser, use a different nickname in the chat room, experience.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
UChat(1)\UChat\bin\UChat.dll
........\.....\...\UChat.pdb
........\.....\Chat.aspx
........\.....\Chat.aspx.cs
........\.....\....Engine\ChatEngine.cs
........\.....\..........\IChatEngine.cs
........\.....\css\niftyCorners.css
........\.....\...\style.css
........\.....\Default.aspx
........\.....\Default.aspx.cs
........\.....\Global.asax
........\.....\Global.asax.cs
........\.....\img\bonsai.jpg
........\.....\js\AjaxFunctions.js
........\.....\..\niftycube.js
........\.....\obj\Debug\UChat.Chat.resources
........\.....\...\.....\UChat.csproj.GenerateResource.Cache
........\.....\...\.....\UChat.dll
........\.....\...\.....\UChat.Global.resources
........\.....\...\.....\UChat.Pages.Default.resources
........\.....\...\.....\UChat.pdb
........\.....\...\.....\UChat.Server.Server.resources
........\.....\...\UChat.csproj.FileList.txt
........\.....\Properties\AssemblyInfo.cs
........\.....\Server.aspx
........\.....\Server.aspx.cs
........\.....\UChat.csproj
........\.....\UChat.csproj.user
........\.....\UChat.sln
........\.....\UChat.suo
........\.....\源码必读.txt
........\.....\obj\Debug\TempPE
........\.....\...\Debug
........\.....\bin
........\.....\ChatEngine
........\.....\css
........\.....\img
........\.....\js
........\.....\obj
........\.....\Properties
........\UChat
UChat(1)