摘要: Attribute VB_Name = "Module1"Option ExplicitPublic Const WM_NCHITTEST = &H84 '移动鼠标,按住或释放鼠标时产生此消息Public Const HTCAPTION = 2 '不返回给系统Public Const HTCLIEN 阅读全文
posted @ 2023-03-12 09:57 我叫茂哲 阅读(323) 评论(0) 推荐(0)
摘要: function $i(id) { return document.getElementById(id); } function $r(parent,child) { (document.getElementById(parent)).removeChild(document.getElementB 阅读全文
posted @ 2023-03-12 11:26 我叫茂哲 阅读(59) 评论(0) 推荐(0)
摘要: using System;using System.Collections.Generic;using System.Linq;using System.Web;using Microsoft.AspNet.SignalR;using SignalRChat.Common;namespace Sig 阅读全文
posted @ 2023-03-12 10:48 我叫茂哲 阅读(35) 评论(0) 推荐(0)