-
script11
ghost之后自动修改计算机名和工作组,并且可以根据mac地址来制定计算机名(ghost after automatic modification of computer and the work group, and under the mac address to develop computer name)
- 2007-05-18 10:21:55下载
- 积分: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
-
778776654
易语言网络注册登录,易语言写的网络相关程序,很好的参考。(Easy language network login, easy network related written procedures, a good reference.)
- 2013-10-01 08:36:47下载
- 积分:1
-
这是ICMP源程序包含PING的接收和发送
这是ICMP源程序包含PING的接收和发送-This is the source ICMP PING include the sending and receiving
- 2023-04-08 22:30:03下载
- 积分:1
-
PCview
这个是我用ghost1.0修改出来源码,框架稳定,对IOCP进行了一定优化,更稳定(This is I with ghost1.0 modify out the source code, stable framework, IOCP, which must be optimized, more stable)
- 2020-07-30 14:58:37下载
- 积分:1
-
NewCuteFTP
说明: 一款与CuteFTP软件相媲美的源代码,非常值得下载,学习和参考Ftp工具VC++编程必不可少的源码,学习和使用FTP的朋友不仿下载一看!(A match with the CuteFTP software source code, very worth the download, Ftp tools for learning and reference VC++ Indispensable source programming, learning and use FTP to download the friend does not like a look!)
- 2008-11-19 14:12:13下载
- 积分:1
-
一个很好用的html编辑器。带源码
一个很好用的html编辑器。带源码- A very easy to use html editor. Belt source code
- 2022-04-12 18:44:03下载
- 积分:1
-
二维图像的维纳滤波去噪声 vena
二维图像的维纳滤波去噪声,图像恢复,程序简单实用(Two-dimensional image of the Wiener filter to noise, image restoration, simple and practical procedures)
- 2017-02-26 17:17:54下载
- 积分:1
-
Translate.Files.With.Winsock
这是一个简单地使用WinSock传输文件的工具,分为服务端和客户端,先抛一块砖。(This is a simple way to transfer files using the WinSock tool is divided into server and client, first throw a brick.)
- 2009-03-26 11:02:46下载
- 积分:1
-
FTP下载文件实例
FTP下载文件实例
- 2013-01-23下载
- 积分:1