-
更改数据库内容的jsp源代码
更改数据库内容的jsp源代码-changes in the content of the database source code jsp
- 2023-01-06 04:45:03下载
- 积分:1
-
局域网网络聊天程序
局域网网络聊天程序-network chat program in LAN.
- 2022-02-10 05:51:50下载
- 积分:1
-
蓝蝶无刷新聊天室
蓝蝶无刷新聊天室-blue butterflies set free chat rooms
- 2022-07-15 14:57:33下载
- 积分:1
-
a custom ip packet procedure
一个可订制ip packet的程序-a custom ip packet procedure
- 2022-04-25 05:10:45下载
- 积分: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
-
PDF格式的网络实验介绍了一些与实验条件的问题…
该pdf主要介绍网络实验中的一些问题和实验内容以及实验要求-The network experiment in pdf introduces some of the issues and experimental content and the requirement of experiment
- 2022-03-07 01:17:25下载
- 积分:1
-
学习微软的Silverlight的不错的源码
学习微软的Silverlight的不错的源码-Microsoft" s Silverlight to learn the source of good
- 2023-05-15 19:35:03下载
- 积分:1
-
telnet源码
telnet源码-telnet FOSS
- 2022-03-03 05:26:58下载
- 积分:1
-
users of the software can be made to see to delete their messages, the administr...
该软件用户可以发表,察看,删除自己的留言,管理员管理留言-users of the software can be made to see to delete their messages, the administrator manages messages
- 2022-09-24 21:40:03下载
- 积分:1
-
用JAVA编写的一个邮件服务器
用JAVA编写的一个邮件服务器-prepared using JAVA a mail server
- 2022-04-18 10:22:26下载
- 积分:1