-
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
-
HTTP服务器多线程在Delphi
应用背景享受样品…图书馆listfiles;{关于DLL内存管理重要提示:sharemem必须在您的图书馆的使用条款和您的项目的第一单元(选择和氮关键技术功能escapecodes(字符串:字符串:字符串);无功我:整数;一开始 ; ; ; ; ;我:= 0(字符串长度)- 1开始和,和,和,和,/ /格式
- 2023-07-04 04:55:03下载
- 积分:1
-
测试网络环境
Iperf 是一个网络性能测试工具。Iperf可以测试最大TCP和UDP带宽性能。Iperf具有多种参数和UDP特性,可以根据需要调整。Iperf可以报告带宽,延迟抖动和数据包丢失。
iperf 分为两种版本,unix/linux版和windows版,unix/linux版更新比较快,版本最新。windows版更新慢。windows版的iperf叫jperf,或者xjperf。jperf是在iperf基础上开发了更好的UI和新的功能。
- 2022-03-13 22:54:40下载
- 积分:1
-
急需原代码请通过
急需原代码请通过-urgent requests by the original code
- 2022-07-09 12:18:09下载
- 积分:1
-
shared folder on a procedure for the
关于文件夹共享的一个程序-shared folder on a procedure for the
- 2022-11-08 20:25:02下载
- 积分:1
-
又一个将HTML文件转换成文本文件的程序
又一个将HTML文件转换成文本文件的程序- Changes into the HTML document extension the text documents the
procedure
- 2022-07-19 21:38:44下载
- 积分:1
-
基于jsp+javabean+mysql三层结构的动态购物网站。网站用户接口(即界面)由jsp完成,数据和逻辑处理由beans完成,数据储存由mysql完成。因...
基于jsp+javabean+mysql三层结构的动态购物网站。网站用户接口(即界面)由jsp完成,数据和逻辑处理由beans完成,数据储存由mysql完成。因为beans独立负责处理整个网站的全部数据逻辑运算,所以整个网站的负载量和速度都将大大提高,所以基于这种语言和结构开发的购物系统的优势是其它语言没法比尔的。更重要的是,jsp+bean能够在Apache环境下顺畅地运行,这也是其最大优点之一。这就更进一步保证了网站的稳定性和安全性,而这些,对于一个购物网站来说是非常重要的! -jsp javabean mysql-based three-tier structure of the dynamic shopping site. Terms of the user interface (interface) from jsp completed and the data processed by the logic and beans completed, data storage by mysql completed. Because beans are independently responsible for the handling of the entire site all the data logic operation, the entire site load and speed will be greatly enhanced, based on the language and structure of the shopping development system with the advantage of other languages can not birr. More importantly, jsp bean to the Apache environment to run smoothly, this is one of its greatest strengths. This site is a further guarantee of stability and security, which, for a shopping site, it is very important!
- 2022-02-04 19:10:50下载
- 积分:1
-
网络编程技术,使用多线程开发的基于UDP的简单聊天程序。聊天基本功能均与实现...
网络编程技术,使用多线程开发的基于UDP的简单聊天程序。聊天基本功能均与实现-Network programming technology, the use of multi-threaded development of a simple UDP-based chat program. Chat with the realization of the basic functions
- 2022-07-16 00:02:08下载
- 积分:1
-
基于jsp+javabean+mysql三层结构的动态购物网站。网站用户接口(即界面)由jsp完成,数据和逻辑处理由beans完成,数据储存由mysql完成。因...
基于jsp+javabean+mysql三层结构的动态购物网站。网站用户接口(即界面)由jsp完成,数据和逻辑处理由beans完成,数据储存由mysql完成。因为beans独立负责处理整个网站的绝大部分数据,所以整个网站的负载量和速度都将大大提高。而且jsp的特性是一次运行,永远储留内存(包括bean在内),所以基于这种语言和结构开发的购物系统的优势是其它语言没法比尔的。更重要的是,jsp+bean能够在Apache环境下顺畅地运行,这也是其最大的优点。这就更进一步保证了网站的稳定性和安全性.-jsp javabean mysql-based three-tier structure of the dynamic shopping site. Terms of the user interface (interface) from jsp completed and the data processed by the logic and beans completed, data storage by mysql completed. Because beans are independently responsible for the handling of the entire site of the majority of data, the entire site load and speed will be greatly enhanced. But jsp characteristic is a running, always reserving memory (including the bean) are therefore based on the language and structure of the shopping development system with the advantage of other languages can not birr. More importantly, jsp bean to the Apache environment to run smoothly, which is its greatest advantage. This site is a further guarantee of stabi
- 2023-09-02 04:25:03下载
- 积分:1
-
P2P打洞源码,客户端和服务器源码,C++编写
P2P打洞源码,客户端和服务器源码,C++编写,很好的学习p2P的资料。一套纯c++实现的p2p典范,是学习c++编码的经典之作。 无论编码格式,风格,还是对c++各种语法,模板的使用都非常详细。 不可多得的好代码,打开即可编译运行。
- 2022-01-24 12:36:42下载
- 积分:1