-
网络编程入门。。。如何下载网页内容。。。如果有什么问题欢迎mail交流
网络编程入门。。。如何下载网页内容。。。如果有什么问题欢迎mail交流-Introduction to network programming. . . How to download Web content. . . If you have any questions welcome to mail exchange
- 2022-08-23 00:04:40下载
- 积分:1
-
模块,最标准的成就
模块,最标准的成就
- 2023-08-29 06:55:02下载
- 积分:1
-
Willing to devote themselves willing to devote themselves willing to devote them...
乐于奉献 乐于奉献 乐于奉献 乐于奉献 乐于奉献 乐于奉献 乐于奉献-Willing to devote themselves willing to devote themselves willing to devote themselves willing to devote themselves willing to devote themselves willing to devote themselves willing to devote themselves willing to devote themselves willing to devote themselves willing to devote themselves willing to devote themselves willing to devote themselves
- 2022-01-24 09:41:22下载
- 积分:1
-
* UNIX IP伪装
*unix ip伪装 非本人写源码-* unix ip camouflage- I write FOSS
- 2022-05-26 05:20:24下载
- 积分:1
-
socket 网络通信 控制台程序 测试通过
socket 网络通信 控制台程序 测试通过
#include
#include
#pragma comment(lib, "ws2_32.lib")
void main()
{
WORD wVersionRequested;
WSADATA wsaData;//WSAata用来存储系统传回的关于WinSocket的资料。
int err;
wVersionRequested = MAKEWORD( 1, 1 );
err = WSAStartup( wVersionRequested, &wsaData );
if ( err != 0 ) {
return;
}
if ( LOBYTE( wsaData.wVersion ) != 1 ||HIBYTE( wsaData.wVersion ) != 1 )
{
WSACleanup( );
return;
}
SOCKET sockClient=socket(AF_INET,SOCK_STREAM,0);// AF_INET ..tcp连接
//初始化连接与端口
- 2023-07-26 07:35:05下载
- 积分:1
-
卡耐基梅陇大学ssd8Exercise1答案
卡耐基梅陇大学ssd8Exercise1答案-University of Carnegie ssd8Exercise1 Meilong answer
- 2022-08-08 16:21:36下载
- 积分:1
-
PPP服务端实现例子
PPP服务端实现例子-PPP server to achieve example
- 2022-06-15 13:01:28下载
- 积分:1
-
客户端数据验证框架,不同于一般的js验证,属于框架,xml配置。...
客户端数据验证框架,不同于一般的js验证,属于框架,xml配置。-client data validation framework is different from general js certification, belonging to the framework, xml configuration.
- 2022-05-31 15:50:21下载
- 积分:1
-
文件传输程序几源码
文件传输程序几源码-file transfer procedures several FOSS
- 2022-02-11 17:20:59下载
- 积分:1
-
一个Apple风格的留言板,界面很清新,用php编写的。
一个Apple风格的留言板,界面很清新,用php编写的。-an Apple-style message board, a very clean interface, with php prepared.
- 2022-05-06 17:19:01下载
- 积分:1