随笔分类 - SingalR
摘要:using Owin;using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;using Microsoft.AspNet.Signa...
阅读全文
摘要:[HubName("djwChat")] public class ChatHub:Hub { public void Send(string name) { //动态表达式 Clients.All.addMs...
阅读全文
摘要:ajax网页聊天室,接收信息递归循环。 $(function () { $("#btn1").click(function () { $.post("MsgAJAX.ashx", { "action": "send", "msg": ...
阅读全文
浙公网安备 33010602011771号