-
VBSCRIPT the source, I think a lot of html programmers will be used, These small...
VBSCRIPT的源码,相信很多html程序员都会用到,这些源码小小变动一下,可以用在很多地方,尤其在DHTML中!-VBSCRIPT the source, I think a lot of html programmers will be used, These small changes in the source code that can be used in many places, especially in DHTML!
- 2023-05-31 10:15:03下载
- 积分:1
-
- 2022-08-16 17:52:28下载
- 积分:1
-
personal Qiuzhiwang source code
个人求职网源代码-personal Qiuzhiwang source code
- 2023-09-09 05:20:03下载
- 积分:1
-
显示本机的动态IP地址
显示本机的动态IP地址-shows that the machine"s dynamic IP address
- 2022-02-15 20:46:47下载
- 积分:1
-
asp.net rewriter,可以配置成httpmodule和httpHandle.
asp.net rewriter,可以配置成httpmodule和httpHandle.-asp.net rewriter, can be configured into httpmodule and httpHandle.
- 2022-02-14 20:36:11下载
- 积分:1
-
一个简单的UDP网络聊天工具,包含客户端和服务器。
一个简单的UDP网络聊天工具,包含客户端和服务器。-A simple UDP network chat tool that includes client and server.
- 2022-08-22 12:30:54下载
- 积分:1
-
VMware的网络设置,让你很快学会网的功能…
通过vmware网络设置,您可以非常快速地了解网络设置的功能,轻松掌握vmware网络配置。
- 2023-07-24 01:25:03下载
- 积分:1
-
一个用c++编写的聊天程序客户端
一个用c++编写的聊天程序客户端-a prepared with the client chat program
- 2022-05-06 17:24:08下载
- 积分: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
-
计算机网络(Kurose中文版,高等教育出版社)课件。
计算机网络(Kurose中文版,高等教育出版社)课件。-Computer Networking (James. F. Kurose,Higher Education Press )PPT.
- 2022-07-25 21:38:53下载
- 积分:1