-
用VC socket 实现聊天室的客户端
用VC socket 实现聊天室的客户端-VC socket used to achieve Chat client
- 2023-04-02 07:05:03下载
- 积分:1
-
窗口平台网络包过滤方法
在Windows平台下实现网络封包过滤的一种方法-the Windows platform network packet filtering method
- 2022-03-19 07:51:30下载
- 积分:1
-
Development environment vs2005, only the realization of the user registration (u...
开发环境vs2005,仅实现了用户注册(uc_user_register)、登录(uc_user_login)和密码修改(uc_user_edit) ,权当抛砖引玉之用
修正了urlencode导致中文用户名乱码问题-Development environment vs2005, only the realization of the user registration (uc_user_register), log (uc_user_login) and password modification (uc_user_edit), when the right to initiate amendments to the urlencode use led to the issue of Chinese user name garbled
- 2023-05-15 17:25:02下载
- 积分:1
-
多线程服务器源代码,基于winsock2编写
多线程服务器源代码,基于winsock2编写-server_mutilthread.cpp,base on winsock2
- 2022-02-06 03:02:41下载
- 积分:1
-
TCP C#网络传输
TCP C#网络传输,网络传输需要的代码,可供参考,会有所不同,但可以学习其中的原理。
- 2022-11-01 04:20:02下载
- 积分:1
-
//在mscrm 3.0 的设置/自定义中,在一个实体的“表单属性”中的onload里编码
//获得这个当前用户的安全角色...
//在mscrm 3.0 的设置/自定义中,在一个实体的“表单属性”中的onload里编码
//获得这个当前用户的安全角色
- 2022-01-21 20:17:07下载
- 积分:1
-
本程序为一个LAMP的投票系统,用户能够通过该系统参与在线投票,发起投票,进行投票内容管理等。投票方式支持单选和多选两种,同时,能够进行投票结果的统计,并用图形...
本程序为一个LAMP的投票系统,用户能够通过该系统参与在线投票,发起投票,进行投票内容管理等。投票方式支持单选和多选两种,同时,能够进行投票结果的统计,并用图形化方式显示结果。-The LAMP program is a voting system, users can participate in online voting through the system, create polls, vote on content management. Voted to support two kinds of radio and multi-select the same time, be able to vote on the results of the statistics and graphically display the results with.
- 2022-02-25 08:26:20下载
- 积分:1
-
目录超级链接是一个能够在窗体上实现超级链接的程序,或者发送email;...
目录超级链接是一个能够在窗体上实现超级链接的程序,或者发送email;-Hyperlink is a directory in the form of hyperlinks on the realization of the procedure, or send email
- 2022-03-17 08:13:04下载
- 积分:1
-
mySniff网络监控源码。学习VC++网络必看的程序。
mySniff网络监控源码。学习VC++网络必看的程序。-Network Monitoring mySniff source. Learning VC++ Network procedures must-see.
- 2023-02-14 13:50:03下载
- 积分: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