-
socket编程实现tcp通信
实现tcp通信,服务器端等待客户端连接,连接成功后client端发送固定的字符串给客户端,完成通信后,关闭建立的套接字。程序很简单是socket编程的入门级源码,需要的可以下载。
- 2022-03-10 12:34:39下载
- 积分:1
-
Winsock创建TCPIP服务器程序
Winsock创建TCPIP服务器程序-Winsock create TCPIP server
- 2022-09-17 21:35:02下载
- 积分:1
-
With a remote video surveillance to match the sending end, the code correspondin...
与上一个远程视频监控的发送端匹配,此代码为对应的接收端的程序代码-With a remote video surveillance to match the sending end, the code corresponding to the receiving end of the program code
- 2022-03-16 15:19:26下载
- 积分:1
-
网站论坛。使用乙/氏结构
asp构建网站bbs.采用B/S架构-asp Construction Site bbs. Using B/S structure
- 2022-02-20 20:29:09下载
- 积分:1
-
这个程序实现了列举局域网上的资源是网络初学者应该看看的...
这个程序实现了列举局域网上的资源是网络初学者应该看看的-the program cited the LAN resources on the network should look at the beginners
- 2022-01-27 15:48:07下载
- 积分:1
-
A language with delphi realize cable features page to see
一个用delphi语言编写的实现网页浏缆功能-A language with delphi realize cable features page to see
- 2022-05-14 00:14:09下载
- 积分:1
-
一种直连网络路由算法,网络路由算法解析,含仿真结果。
一种直连网络路由算法,网络路由算法解析,含仿真结果。-A Direct Connect network routing algorithm, network routing algorithm analysis, including simulation results.
- 2022-02-21 23:36:02下载
- 积分:1
-
两台PC电脑间数据的通讯,这是接受端的VC源码,与发送端配合使用,两台PC使用局域网连接,可高速传送数据...
两台PC电脑间数据的通讯,这是接受端的VC源码,与发送端配合使用,两台PC使用局域网连接,可高速传送数据-Data between two PC computer communication, which is the receiving end of the VC source, used in conjunction with the sending end, two PC using LAN connectivity, high-speed transmission of data
- 2022-05-12 21:20:29下载
- 积分:1
-
一个简单的http客户端,去掉了一切多余的部分。
一个简单的http客户端,去掉了一切多余的部分。
-A simple http client, remove all the excess.
- 2022-01-31 19:07:08下载
- 积分:1
-
实现页面实时数据监控
前台通过angularjs绑定页面元素,socket.io连接后台服务端,后台nodejs控制。
启动web后,客户端连接后台服务端,走认证逻辑,然后进入页面,可以获取后台数据,后台数据通过广播或着单独发送形式。
发送形式以具体的逻辑来定。例如,一个用户点击按钮,这个消息会被后台广播给其他用户,其他用户在页面会实时出现响应。保证了多地区,多用户的统一监控。
node版本v0.10.30,第三方模块通过文件里的package.json使用npm安装
- 2022-01-30 19:58:00下载
- 积分:1