摘要:
1、 首先打开VS新建两个控制台应用程序:ConsoleApplication_socketServer和ConsoleApplication_socketClient。2、 在ConsoleApplication_socketClient中输入以下代码:using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Net;using System.Net.Sockets;namespace ConsoleApplication_socketClient{ class 阅读全文
posted @ 2012-09-16 15:07
tangdacheng
阅读(147)
评论(0)
推荐(0)
浙公网安备 33010602011771号