-
this an example of Http proxyServer.
this an example of Http proxyServer.
- 2022-02-26 16:23:52下载
- 积分:1
-
即时聊天(服务器和客户端)
简单的tcp/ip 通讯协议,详尽的客户端和服务端 接受和发送信息。可以在线IM交流、建立会议室(可以设置密码),会员(密码、头像等信息)和部门实现在线管理。 Server/Client分别为服务端和客户端,设置服务端可以实现在线管理,默认端口号10000。 数据库采用的是Access
- 2022-03-18 03:00:07下载
- 积分:1
-
此Windows NT网络供应商实现了一个小样本
This Windows NT Sample Network provider implements a small
subsection of the NP interface. What it shows is how you can
sample logon information when a logon is performed.
This "credential sampling" is often useful for implementing
unified logons with differing OS platforms. Once you gather
the information in the NP, you can then communicate the
credentials to another platform for verification and
establishment of network resources.-Sample Windows NT Network provider im plements a small subsection of the NP interface . What it shows is how you can inform sample logon ation when a logon is performed. This "credenti al sampling "is often useful for implementing u nified logons with differing OS platforms. Onc e you gather the information in the NP, you can then communicate the credentials to competitor ther platform for verification and establishm ent of network resources.
- 2022-03-17 11:39:10下载
- 积分:1
-
多人协作式编程环境,包括客户端和服务器端,包含代码编辑、上传检索、聊天等功能。...
多人协作式编程环境,包括客户端和服务器端,包含代码编辑、上传检索、聊天等功能。-Than collaborative programming environment
- 2022-08-20 10:11:34下载
- 积分:1
-
自动交换网关, 该程序由VC6.0编写 通过调用ip helper api进行动态修改网关 适合需要经常在多个网关之间相互转换者使用...
自动交换网关, 该程序由VC6.0编写 通过调用ip helper api进行动态修改网关 适合需要经常在多个网关之间相互转换者使用-automatic exchange gateways, the program prepared by VC6.0 by calling ip helper api gateway for dynamic modification of the need for multiple gateways for switching between users
- 2022-05-18 08:58:48下载
- 积分:1
-
本文介绍了C#中如何使用System.Net.Socket来进行基于TCP协议的通信编程,该文是以读取服务器系统时间这么一个简单例子来说明的。...
本文介绍了C#中如何使用System.Net.Socket来进行基于TCP协议的通信编程,该文是以读取服务器系统时间这么一个简单例子来说明的。-This paper introduces the C# System.Net.Socket how to use TCP-based communications program, the text is based on the server time to read such a simple example to explain.
- 2023-02-27 08:45:04下载
- 积分:1
-
里面包括五个源码,有简单的计算器程序,UDP实现网络广播
里面包括五个源码,有简单的计算器程序,UDP实现网络广播-Which includes five-source, has a simple calculator program, UDP realize Webcast
- 2022-05-13 14:09:05下载
- 积分:1
-
Implements a simple Ping, C++ code, for novice to learn very helpful!
实现简单Ping的C++代码,对新手学习很有帮助!-Implements a simple Ping, C++ code, for novice to learn very helpful!
- 2023-07-20 02:20:04下载
- 积分:1
-
一个较老的微软公司的NDIS驱动程序
一个较老的微软公司的NDIS驱动程序-A older Ndis driver of Microsoft Company
- 2022-05-23 17:46:11下载
- 积分:1
-
穿透防火墙 mfc界面
要在相同的网络终端上绑定到不同的套接字上,所以必须为这些套接字设置SO_REUSEADDR属性(即允许重用),否则侦听会失败。 4、S的【协助打洞】连接收到A的申请后通过【主连接】通知B,并将A经过NAT-A转换后的公网IP地址和端口等信息告诉B。 5、B收到S的连接通知后首先与S的【协助打洞】端口连接,随便发送一些数据后立即断开,这样做的目的是让S能知道B经过NAT-B转换后的公网IP和端口号。 6、B尝试与A的经过NAT-A转换后的公网IP地址和端口进行connect,根据不同的路由器会有不同的结果,有些路由器在这个操作就能建立连接,大多数路由器对于不请自到的SYN请求包直接丢弃而导致connect失败,但NAT-A会纪录此次连接的源地址和端口号,为接下来真正的连接做好了准备,这就是所谓的打洞,即B向A打了一个洞,下次A就能直接连接到B刚才使用的端口号了
- 2022-02-05 16:28:38下载
- 积分:1