全面讲解Windows Sockets网络开发的相关技术按照原理、实例程序和开发实例的模式进行讲解覆盖Windows Sockets的2种模式和5种I/O模型详细介绍7个C/S模式的网络开发实例。 不是电子书。
2021-10-07 08:12:49 6.95MB Windows Sockets Visual+C++
1
dos下 TCP/IP socket开发包
2021-09-30 17:21:17 326KB dos下 TCP/IP socket开发包
1
UNIX Network Programming, Volume 1, Second Edition: Networking APIs: Sockets and XTI, Prentice Hall, 1998, ISBN 0-13-490012-X.
2021-09-24 04:09:29 5.41MB Unix Network Programming
1
烧瓶插座 适用于Flask应用程序的优雅WebSocket。 route装饰器的简单用法: from flask import Flask from flask_sockets import Sockets app = Flask ( __name__ ) sockets = Sockets ( app ) @ sockets . route ( '/echo' ) def echo_socket ( ws ): while not ws . closed : message = ws . receive () ws . send ( message ) @ app . route ( '/' ) def hello (): return 'Hello World!' if __name__ == "__main__" : fro
2021-09-03 10:21:23 5KB Python
1
异步::IO Async::IO 提供基于构建,并为IO 、 Socket和相关类提供异步包装器。 安装 将此行添加到应用程序的 Gemfile 中: gem 'async-io' 然后执行: $ bundle 或者自己安装: $ gem install async-io 用法 基本回显服务器(来自spec/async/io/echo_spec.rb ): require 'async/io' def echo_server ( endpoint ) Async do | task | # This is a synchronous block within the current task: endpoint . accept do | client | # This is an asynchronous block within th
2021-08-05 16:04:22 94KB ruby sockets concurrency io
1
WindowsSockets网络编程.pdf
2021-08-03 09:39:32 172KB WindowsSockets Windows Sockets 网络编程
1
工作环境:CodeBlock17.12,wxWidgets3.0.4,win10,GNU编译器 目的:学习wxWidgets下使用wxSocket进行sockets编程,实现UDP, TCP, HTTP(URL)的功能。包括服务器端和客户端的代码演示。
2021-07-27 12:06:07 1.48MB CodeBlock  wxWidgets wxSockets
1
实现Sockets通信,客户端与服务端进行交互,如下图 闪屏/群发消息/单发消息/发送文件 等功能
2021-07-01 18:01:54 107KB socket Socket通信
1
Socket.io 测试 介绍 简单的服务器包来演示在节点中测试 socket.io。 使用 Socket.io-client 连接测试套件中的多个套接字。 语言/平台/工具 节点.js 摩卡 Socket.io 指示 克隆存储库: $ git clone git@github.com:snozza/sockets_example.git 切换到目录并 npm 安装模块: $ cd sockets_example $ npm install 设置: Ensure that mocha is installed globally: $ npm install mocha -g 运行测试: $ mocha 启动节点服务器,访问 $ node server.js
2021-06-23 12:04:59 3KB JavaScript
1
TCP.IP.Sockets.in.Java.2nd.Edition - 2008
2021-05-05 14:12:54 2.89MB network programming java TCPIP
1