登录
首页 » Others » 8122550

8122550

于 2018-12-19 发布 文件大小:255KB
0 189
下载积分: 1 下载次数: 0

代码说明:

  For the statistics of the members of the website information, this Mini Programs using ASP, very concise and practical,

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 运用sokect ,发送http请求并接受请求到的报文
    运用sokect 编程,发送http请求并接受请求到的报文-Application programming sokect, send http request and accept the request to the Message
    2023-06-06 05:10:03下载
    积分:1
  • MyPing
    ping工具,基于控制台应用程序,类似cmd的ping功能(ping tools, console-based application)
    2012-12-19 08:37:46下载
    积分:1
  • 移动短信发送关代码
    做短信发送时候的非正式版本,因为没有用这版,所以可以上传。 有需要的都可以看看。
    2022-07-27 05:55:08下载
    积分:1
  • DataSync2.0
    数据同步传输系统既适合于服务器端的目录遍历,又适合客户端对服务端的上传文件和下载文件。(synchronous data transmission system is suitable for server directory traversal, Also suitable for the client to the server's upload and download documents.)
    2007-05-30 20:22:57下载
    积分:1
  • 该软件主要用于局域内,PC机之间的数据传输,可直接传输文件夹等各种类型的文件无须安装,直接就可使用...
    该软件主要用于局域网内,PC机之间的数据传输,可直接传输文件夹等各种类型的文件无须安装,直接就可使用-The software is mainly used for LAN, PC data transmission between machines can directly transfer a file folder, such as various types of documents do not need to install, can be used directly
    2022-03-19 05:05:32下载
    积分: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
  • 一个端口扫描器
    一个端口扫描器 -A port scanner
    2023-01-03 20:00:03下载
    积分:1
  • tcpipstack源序用于C51的TCP/IP协议栈,,C
    tcpipstack源程序用于C51的TCP/IP协议栈,,C-C++,TCP/IP Stack -tcpipstack C51 source for the TCP/IP protocol stack, and C-C, TCP/IP Stack
    2022-12-14 23:30:03下载
    积分:1
  • 站后台管理系统cms一个开源的系统 希望能给大家提供更好的服务...
    网站后台管理系统cms一个开源的系统 希望能给大家提供更好的服务-Website background management system an open source cms system hope that they will provide a better service to U.S.
    2022-08-08 17:48:27下载
    积分:1
  • MultiUse COM object that can be used to administer, send and retrieve mail by Sh
    MultiUse COM object that can be used to administer, send and retrieve mail by Shawn Anderson -MultiUse COM object that can be used to administer, send and retrieve mail by Shawn Anderson
    2022-09-18 08:00:03下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载