随笔分类 -  zmud客户端研究

zmud是世上最棒的游戏客户端
摘要:参数为 string1 string2 string3 空格分隔或者全部用括号 {string1} {string2} {string3}但是string3有可能不输入just like #tr {闲聊} '测试中or #tr 谁与争锋更新了 {haha} {update} if (source.Sta... 阅读全文

posted @ 2006-04-12 23:34 昊子 阅读(462) 评论(0) 推荐(0)

摘要:^[\u3400-\uFFFD]+\(([a-z]+)\)告诉你:(.*)$匹配叮当(llm)告诉你:神阿 阅读全文

posted @ 2006-04-05 11:54 昊子 阅读(304) 评论(2) 推荐(0)

摘要:1.以前的想法是同步获取网络流循环byte[] buffer=new byte[Client.ReceiveBufferSize];//Client是TcpClient的实例while (Client.GetStream().Read(buffer,0,buffer.Length) != 0){ string Data = System.Text.Encoding.Default.GetStrin... 阅读全文

posted @ 2005-12-16 11:00 昊子 阅读(502) 评论(0) 推荐(0)

摘要:byte[] buffer=new byte[Client.ReceiveBufferSize]; this.isActive = true; while (Client.GetStream().Read(buffer,0,buffer.Length) != 0) { strin... 阅读全文

posted @ 2005-12-15 15:01 昊子 阅读(777) 评论(0) 推荐(0)

导航