影子博客

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2016年2月16日

摘要: string message = "0302"; byte[] sendbytes = Encoding.ASCII.GetBytes(message); remoteIpep = new IPEndPoint(IPAddress.Parse(ip), 26); // 发送到的IP地址和端口号 se 阅读全文
posted @ 2016-02-16 16:43 影子博客 阅读(113) 评论(0) 推荐(0) 编辑

摘要: //两个byte[]拼接 public byte[] copybyte(byte[] a, byte[] b, byte[] c, byte[] d, byte[] e)///,byte[] f,byte[] g) { byte[] h = new byte[a.Length + b.Length 阅读全文
posted @ 2016-02-16 16:31 影子博客 阅读(2470) 评论(0) 推荐(0) 编辑

摘要: //work wk = new work(ReadUdpDate); ParameterizedThreadStart parmThre = new ParameterizedThreadStart(ReadUdpDate); Thread read = new Thread(parmThre); 阅读全文
posted @ 2016-02-16 16:30 影子博客 阅读(366) 评论(0) 推荐(0) 编辑

摘要: using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.Text; using System.Windows.Forms; namespace 消息机制获... 阅读全文
posted @ 2016-02-16 16:26 影子博客 阅读(461) 评论(0) 推荐(0) 编辑