网页
图片
视频
学术
词典
地图
更多
航班
笔记本
client_socket
网络
客户端套接字;客户端
网络释义
1.
客户端套接字
...分为服务器套接字 (Server Socket)和
客户端套接字
(
Client Socket
)两种,通常用来实现“客户端-服务器 (C/S)”连接和数据传 …
wenku.baidu.com
|
基于 1 个网页
2.
客户端
...4服务(Winsocket Server)、114
客户端
(
Client Socket
)、数据库服务器、坐席客户端、班长客户端、录音服务器、录音播放客 …
cdmd.cnki.com.cn
|
基于 1 个网页
例句
释义:
全部
全部
,
客户端套接字
客户端套接字
,
客户端
客户端
类别:
全部
全部
,
口语
口语
,
书面语
书面语
,
标题
标题
,
技术
技术
来源:
全部
全部
,
字典
字典
,
网络
网络
难度:
全部
全部
,
简单
简单
,
中等
中等
,
难
难
更多例句筛选
收起例句筛选
1.
Each
time
a
corresponding
client
socket
contains
any
read
,
write
or
error
operations
,
the
corresponding
callback
function
is
called
.
每当
对应
的
客户端
套
接
字
包含
读
、
写
或
错误
操作
时
,
调用
对应
的
回调
函数
。
www.ibm.com
2.
Placing
these
fields
in
the
state
object
allows
their
values
to
be
preserved
across
multiple
calls
to read
data
from
the
client
socket
.
将
这些
字段
放
在
该
状态
对象
中
,
使
这些
字段
的
值
在
多个
调用
之间
得以
保留
,
以便
从
客户端
套
接
字
读取
数据
。
msdn2.microsoft.com
3.
Reading
data
from
a
client
socket
requires
a
state
object
that
passes
values
between
asynchronous
calls
.
从
客户端
套
接
字
读取
数据
需要
一个
在
异步
调用
之间
传递
值
的
状态
对象
。
msdn2.microsoft.com
4.
When
a
client
connects
to
the
load
balancer
,
Node
.
js
creates
a
socket
between
the
client
and
itself
.
当
一个
客户
的
连接
到
负载
平衡
器
时
,
Node.js
在
客户端
与
自己本身
之间
创建
一
个
套
接
字
,
我们
称之为
client_socket
。
www.ibm.com
5.
When
a
client
has
connected
,
the
HTTP
server
reads the
HTTP
request
and
provides
a
response
through
the
client
socket
.
客户端
连接
之后
,
HTTP
服务器
通过
客户端
套
接
字
读取
HTTP
请求
并
提供
一个
响应
。
www.ibm.com
6.
The
client
socket
cannot
make use
of
SSL
encryption
facilities
if
the
data
needs
to be
transferred
over
HTTPS
.
如果
数据
需要
通过
HTTPS
传输
,
客户端
套
接
字
无法
利用
SSL
加密
工具
。
www.ibm.com
7.
client_socket
is
the
connection
between
the
load
balancer
and
the
client
.
client_socket
是
负载
平衡
器
与
客户端
之间
的
连接
。
www.ibm.com
8.
Let
's
look
at
another
client
socket
example
that
takes
data
from
the
Internet
and
displays it
.
我们
来看
另一个
网络
编程
示例
,
可以
从
互联网
获取
数据
,
然后
显示
这些
数据
。
www.ibm.com
9.
There
are
two
named
socket
objects
in
this
example
:
client_socket
and
dest_socket
.
这个
例子
中
有
两个
指定
的
套
接
字
对象
:
client_socket
和
dest_socket
。
www.ibm.com
10.
The
code
in
Listing
4
shows
how
you can
open
a
client
socket
from
Flex
清单
4
中
的
代码
展示
了
如何
通过
Flex
打开
客户端
套
接
字
www.ibm.com