-
2013012403
简单的聊天软件简单实用 方便简单实用 方便简单实用 方便(Simple chat software is simple and practical convenient and simple practical convenience simple and practical convenience)
- 2013-09-07 18:51:57下载
- 积分:1
-
CSocket
一个网络聊天的小工具,自己加了时间的功能,客户端(A network of small chat tools, increases the function of time, the client)
- 2008-12-28 21:14:52下载
- 积分:1
-
C# adsl 断网拨号例子源码(xp测试通过了)
adsl断开/拨号例子 含完整源码下载,有截图
- 2013-09-04下载
- 积分:1
-
CWebUpdatePrj
实现通用的程序升级功能,可以检查是否有更新,下载更新(Achieve universal upgrade feature, you can check for updates, download updates)
- 2014-06-04 16:42:16下载
- 积分:1
-
datenew
说明: 是一个通过网络对软件进行自动更新的系统,可以使用这个程序为你的软件提供远程升级功能(Is a network of software auto-update system, you can use this procedure for you to provide remote software upgrade capability)
- 2008-08-29 23:47:44下载
- 积分:1
-
网页采集 快速仿站源码
采集 ,模板,仿站
- 2014-07-24下载
- 积分:1
-
websocket 服务端以及客户端(c++源码)
【实例简介】c websocket
- 2021-05-24 08:46:53下载
- 积分:1
-
huaweiNATjiaocheng
华为NAT教程-本文主要讲解NAT的主要概念和NAT的几种主要应用,图文并茂,是篇很不错的技术
介绍文章。(Huawei NAT Tutorial- In this paper, to explain the main concepts of the NAT and NAT several major applications, pictures, articles very good technical
Introductory essay.)
- 2012-04-19 16:36:29下载
- 积分:1
-
C# pop3 邮件接收程序
private void Connect_Click(object sender, System.EventArgs e) { //将光标置为等待状态 Cursor cr = Cursor.Current; Cursor.Current = Cursors.WaitCursor; String a ,b,c; //用110端口新建POP3服务器连接 Server = new TcpClient(PopServer.Text, 110); Status.Items.Clear(); try { //初始化 NetStrm = Server.GetStream(); RdStrm = new StreamReader(Server.GetStream()); Status.Items.Add(RdStrm.ReadLine()); //登录服务器过程 Data = "USER " Username.Text CRLF; szData = System.Text.Encoding.ASCII.GetBytes(Data.ToCharArray()); NetStrm.Write(szData, 0, szData.Length); Status.Items.Add(RdStrm.ReadLine()); Data = "PASS " Password.Text CRLF; szData = System.Text.Encoding.ASCII.GetBytes(Data.ToCharArray()); NetStrm.Write(szData, 0, szData.Length); Status.Items.Add(RdStrm.ReadLine()); //向服务器发送STAT命令,从而取得邮箱的相关信息:邮件数量和大小 Data = "STAT" CRLF; szData = System.Text.Encoding.ASCII.GetBytes(Data.ToCharArray()); NetStrm.Write(szData, 0, szData.Length); //Status.Items.Add(RdStrm.ReadLine()); //改变按钮的状态 Connect.Enabled = false; Disconnect.Enabled = true; Retrieve.Enabled = true; //将光标置回原来状态 Cursor.Current = cr; } catch (InvalidOperationException err) { Status.Items.Add("Error: " err.ToString()); } }
- 2014-11-02下载
- 积分:1
-
C#版本 sharppcap 网络监听源码下载
C#版本 sharppcap 网络监听源码下载
- 2013-10-14下载
- 积分:1