摘要: 千呼万唤始出来,Eclipse总算出3.0版了 阅读全文
posted @ 2004-06-28 10:04 程序员天下 阅读(110) 评论(0) 推荐(0) 编辑
摘要: //The Server using System;using System.IO;using System.Net;using System.Net.Sockets;using System.Text; namespace SocketTest{public class Server3{public Server3(){}public void run() {string data;IPEndPoint ipep = new IPEndPoint(IPAddress.Any, 9050);Socket newsock = new Socket(AddressFamily.InterNetwo 阅读全文
posted @ 2004-06-28 09:55 程序员天下 阅读(146) 评论(0) 推荐(0) 编辑