上一页 1 ··· 74 75 76 77 78
摘要: 点击此处下载源代码客户端:实现向服务器发送文件using System;using System.Collections.Generic;using System.Text;using System.IO;using System.Net.Sockets;using System.Net;namespace tcpclient{ class tcpclient { private static i... 阅读全文
posted @ 2009-10-08 02:25 qqhfeng16 阅读(1446) 评论(0) 推荐(1) 编辑
摘要: 点击此处下载源代码 应用程序可以通过 TCPClient、TCPListener 和 UDPClient 类使用传输控制协议 (TCP) 和用户数据文报协议 (UDP) 服务。这些协议类建立在 System.Net.Sockets.Socket 类的基础之上,负责数据传送的细节。(也就是说TCPClient、TCPListener 和 UDPClient 类是用来简化Socket) TcpClie... 阅读全文
posted @ 2009-10-08 02:20 qqhfeng16 阅读(5948) 评论(1) 推荐(4) 编辑
摘要: 编者按:通过此以下程序的调用,让我们明白在程序读取一个页面的时候,都从头(Head)里面读取到了什么!using System;using System.Collections.Generic;using System.Linq;using System.Text;namespace DownloadFile_help2{ class Program { static void Main(stri... 阅读全文
posted @ 2009-10-07 14:50 qqhfeng16 阅读(2403) 评论(3) 推荐(0) 编辑
摘要: public string[] Segments { get; }Segments 属性返回一个字符串数组,该数组包含构成 URI 的绝对路径的“段”(子字符串)。通过分析绝对路径的第一个字符到斜杠 (/) 或路径末尾,获得第一个段。每个附加段从前一段后的第一个字符开始,到下一个斜杠或路径末尾结束。(URI 的绝对路径包含主机和端口之后、查询和片段之前的所有内容。) 看不太... 阅读全文
posted @ 2009-10-06 23:30 qqhfeng16 阅读(469) 评论(0) 推荐(1) 编辑
摘要: WebRequest WebResponse WebClient 阅读全文
posted @ 2009-10-06 16:16 qqhfeng16 阅读(1495) 评论(0) 推荐(0) 编辑
摘要: 十三香 郭德纲 德云社 阅读全文
posted @ 2009-10-06 15:26 qqhfeng16 阅读(6032) 评论(0) 推荐(0) 编辑
摘要: 这段是Windows Mobile handbook 中的内容,对其不甚了解。 Although System.Messaging is a new set of functionality in .NET Compact Framework 2.0, it wraps a technology called Microsoft Message Queuing (MSMQ), which ha... 阅读全文
posted @ 2009-10-03 23:31 qqhfeng16 阅读(682) 评论(0) 推荐(0) 编辑
摘要: System.Message window mobile database 阅读全文
posted @ 2009-10-03 23:16 qqhfeng16 阅读(1296) 评论(2) 推荐(2) 编辑
上一页 1 ··· 74 75 76 77 78