-
automatically open the designated site, opened at the same time many, if you are...
自动打开指定的网址,同时打开多个,如果有兴趣你不妨-automatically open the designated site, opened at the same time many, if you are interested to take a look
- 2022-08-26 05:57:42下载
- 积分:1
-
非常简易的一个端口扫描程序 说明了一些端口扫描的基本思路...
非常简易的一个端口扫描程序 说明了一些端口扫描的基本思路 -a very simple description of the procedures for port scanning port scanning some basic ideas
- 2022-01-25 14:56:32下载
- 积分:1
-
网络通信编程源码
网络通信编程源码-network communications programming source
- 2022-06-14 19:03:41下载
- 积分:1
-
用winsock实现的聊天代码,有客户端和服务器,只有聊天的基本功能,其他功能有待完善...
用winsock实现的聊天代码,有客户端和服务器,只有聊天的基本功能,其他功能有待完善-with winsock achieve chat code, the client and server, only the basic functions chat, other functions to be perfected
- 2023-08-15 02:55:04下载
- 积分:1
-
WINsocket TCP/IP协议套接字,收发数据程序
WINsocket TCP/IP协议套接字,收发数据程序-WINsocket TCP/IP socket, procedures for data transceiver
- 2023-02-07 09:45:03下载
- 积分:1
-
异步http请求。 不用通常的线程模型。使用者可以放心使用,不用担心资源冲突。...
异步http请求。 不用通常的线程模型。使用者可以放心使用,不用担心资源冲突。-asynchronous http requests. Not usually the thread model. Users can be assured use without fear of resource conflicts.
- 2022-01-25 14:59:13下载
- 积分:1
-
TcpIP网络通讯,客户服务器通讯测试程序! 异步socket编程!
TcpIP网络通讯,客户服务器通讯测试程序! 异步socket编程!-TcpIP network communications, client-server communications test procedure! Asynchronous socket programming!
- 2022-03-17 19:58:41下载
- 积分:1
-
写用vb.net编写的小程序,虽小,但很好的演示了在vb.net中如何实现远程过程调用,非常有价值....
写用vb.net编写的小程序,虽小,但很好的演示了在vb.net中如何实现远程过程调用,非常有价值.-written in vb.net prepared by the small program, which was small but very good demonstration of how the vb.net Remote Procedure Call, very valuable.
- 2022-05-14 02:43:37下载
- 积分:1
-
使用两行代码创建超链接,小代码非常的实用。不要错过啊
使用两行代码创建超链接,小代码非常的实用。不要错过啊- Not to miss ah
- 2022-10-21 07:10:03下载
- 积分:1
-
服务器端通过socket()系统调用创建一个Socket数组后(即设定了接受连接客户的最大数目),与指定的本地端口绑定bind(),就可以在端口进行侦听list...
服务器端通过socket()系统调用创建一个Socket数组后(即设定了接受连接客户的最大数目),与指定的本地端口绑定bind(),就可以在端口进行侦听listen()。如果有客户端连接请求,则在数组中选择一个空Socket,将客户端地址赋给这个Socket。然后登录成功的客户就可以在服务器上聊天了。-Server-side through the socket () system call to create a Socket after the array (that is set to receive the maximum number of connected customers), with a specified local port to bind bind (), will be able to listen on port listen (). If the client has to connect the request, then select an empty array Socket, the client address assigned to the Socket. And then sign in the success of customers can chat on the server.
- 2023-08-19 03:20:03下载
- 积分:1