-
基于WINSOCK的信息交互
通过serverSocket.Accept()来接收客户Socket的连接请求,在这里用循环可以实现该线程实时侦听,而不是只侦听一次。当程序运行serverSocket.Accept()时,会等待,直到有客户端Socket发起连接请求时,获取该客户Socket,如上面的clientSocket。在这里我用多线程来实现与多个客户端Socket的连接和通信,一旦接收到一个连接后,就新建一个线程,执行ReceiveData功能来实现信息的发送和接收
- 2022-03-19 00:10:54下载
- 积分:1
-
基于Socket的网络通信设计,综合运用网络协议、编程语言、API和图形界面实现基于socket建立、监听、连接、发送数据和接收数据的网络通信程序。...
基于Socket的网络通信设计,综合运用网络协议、编程语言、API和图形界面实现基于socket建立、监听、连接、发送数据和接收数据的网络通信程序。-Socket-based network communications design, the integrated use of network protocols, programming languages, API and socket-based graphical interface to establish, monitor, connection, send data and receive data network communication program.
- 2023-08-16 19:05:04下载
- 积分:1
-
电脑接入网络,只要点搜索就能搜索局域网内的计算机的IP和计算机名称...
电脑接入网络,只要点搜索就能搜索局域网内的计算机的IP和计算机名称-computer access networks, as long as the point search will be able to search within the local area network of computers and computer name IP
- 2022-03-21 12:45:16下载
- 积分:1
-
这是一个用VC开发的如何获得本机名和IP地址的小程序.
这是一个用VC开发的如何获得本机名和IP地址的小程序.-This is a development of the VC how to get the machine name and IP address of small procedures.
- 2022-01-27 18:59:25下载
- 积分:1
-
GPRS的SOCKET通信程序,详细给出了程序的实现过程,有注释。
GPRS的SOCKET通信程序,详细给出了程序的实现过程,有注释。-GPRS-SOCKET communications procedures, detailed procedures are given the realization of the process, there are notes.
- 2022-02-06 06:36:37下载
- 积分:1
-
foreigner writing a Web e
老外写的一个网页邮件服务器,已经汉化,里面有简单的说明。-foreigner writing a Web e-mail servers, have finished, which has a simple explanation.
- 2022-05-15 04:28:17下载
- 积分:1
-
本源码是一个网页,可从互联网上获取电子邮件地址…
此源代码是一个网页,可从互联网上获取电子邮件地址,使用多线程递归算法
- 2022-01-26 05:08:50下载
- 积分:1
-
要求asp.net环境,并要在IIS里设置网站属性 可以用来限制图片等文件的盗链,0.32版可设置不限制域名 通过referrer判断,如果没有引用页返回真实文...
要求asp.net环境,并要在IIS里设置网站属性 可以用来限制图片等文件的盗链,0.32版可设置不限制域名 通过referrer判断,如果没有引用页返回真实文件,如果引用页的域名不是本网站域名则返回wbtbForbidden.jpg这个图片,文件不存在返回wbtbNotFound.jpg这个图片 用法:http://www.xmlasp.net/WBAL/-Asp. Net environmental requirements and to the installed IIS Web site attributes can be used to limit pictures of the Irvine document, version 0.32 is not set restrictions on domain names through referrer judgment, if not applied to the real page document, if the pages of the Web site domain name is not returned wbtbForbidden . jpg the photographs, the file does not exist to return to the Photo wbtbNotFound.jpg Usage : http://www.xmlasp.net/WBAL/
- 2022-01-25 16:37:23下载
- 积分:1
-
一个tcp点对点聊天程序
一个tcp点对点聊天程序- Tcp point-to-point chats the procedure
- 2023-04-01 18:45:03下载
- 积分:1
-
使用python编写的聊天lib,支持jabber协议。
使用python编写的聊天lib,支持jabber协议。-Prepared to use python chat lib, to support the jabber protocol.
- 2022-05-07 07:15:51下载
- 积分:1