socket 音标拼音: [s'ɑkət]
n . 窝,穴,插座,眼窝
vt . 插进插座 ;
套接口,(计算机为
TCP /
IP 数据转换所保留的一系列存贮地址)
窝,穴,插座,眼窝插进插座 ; 套介面,(计算机为
TCP /
IP 数据转换所保留的一系列存贮地址)
socket 插座
socket 插座
socket n 1 :
a bony hollow into which a structure fits 2 :
receptacle where something (
a pipe or probe or end of a bone )
is inserted 3 :
a receptacle into which an electric device can be inserted Socket \
Sock "
et \,
n . [
OE .
soket ,
a dim .
through OF .
fr .
L .
soccus .
See {
Sock }
a covering for the foot .]
1 .
An opening into which anything is fitted ;
any hollow thing or place which receives and holds something else ;
as ,
the sockets of the teeth .
[
1913 Webster ]
His eyeballs in their hollow sockets sink . --
Dryden .
[
1913 Webster ]
2 .
Especially ,
the hollow tube or place in which a candle is fixed in the candlestick .
[
1913 Webster ]
3 . (
Electricity )
the receptacle of an electric lamp into which a light bulb is inserted ,
containing contacts to conduct electricity to the bulb .
[
PJC ]
4 . (
Electricity )
the receptacle fixed in a wall and connected by conductive wiring to an electrical supply ,
containing contacts to conduct electricity ,
and into which the plug of an electrical device is inserted ; --
called also a {
wall socket }
or {
outlet }.
The socket will typically have two or three contacts ;
if three ,
the third is connected to a ground for safety .
[
PJC ]
And in the sockets oily bubbles dance . --
Dryden .
[
1913 Webster ]
{
Socket bolt } (
Mach .),
a bolt that passes through a thimble that is placed between the parts connected by the bolt .
{
Socket chisel }.
Same as {
Framing chisel }.
See under {
Framing }.
{
Socket pipe },
a pipe with an expansion at one end to receive the end of a connecting pipe .
{
Socket pole },
a pole armed with iron fixed on by means of a socket ,
and used to propel boats ,
etc . [
U .
S .]
{
Socket wrench },
a wrench consisting of a socket at the end of a shank or rod ,
for turning a nut ,
bolthead ,
etc .,
in a narrow or deep recess .
[
1913 Webster ]
30 Moby Thesaurus words for "
socket ":
alveolation ,
alveolus ,
antrum ,
armpit ,
basin ,
bowl ,
cavity ,
concave ,
concavity ,
crater ,
crypt ,
cup ,
depression ,
dip ,
fold ,
follicle ,
funnel chest ,
hole ,
hollow ,
hollow shell ,
lacuna ,
pit ,
pocket ,
punch bowl ,
scoop ,
shell ,
sink ,
sinus ,
trough ,
vug
安装中文字典英文字典查询工具!
中文字典英文字典工具:
复制到剪贴板
英文字典中文字典相关资料:
socket通讯原理及例程(一看就懂)-CSDN博客 本文详细解析了TCP IP协议及Socket编程的基础概念和技术细节,包括TCP IP与UDP的区别、Socket的作用与位置,以及Socket编程的基本步骤和函数使用,辅以实际编程示例。
用大白话解释什么是Socket - 知乎 Socket 解释了TCP IP体系结构以及TCP协议的大概内容后就可以来说一说什么是Socket了。 还是先来看一下百度百科对于 Socket 的介绍: 套接字(socket)是一个抽象层,应用程序可以通过它发送或接收数据,可对其进行像对文件一样的打开、读写和关闭等操作。
Socket 编程详解(含 TCP 和 UDP 示例) - kyle_7Qc - 博客园 Socket 编程详解(含 TCP 和 UDP 示例) 一、什么是 Socket? Socket (套接字)是计算机网络编程中用于 进程间通信 的接口,允许不同主机上的程序通过网络发送和接收数据。 你可以把它类比成一根“数据管道”,程序通过这根管道与远程设备进行交流。
Socket - Block zero-day supply chain attacks Open source makes up 90% of modern application code Socket scans every package and update for malicious behavior across all major registries Socket flags malicious packages within minutes of publication, blocking zero-day supply chain attacks before they reach your machine, CI, or production
Socket|概念、原理、用法及实践什么是Socket? Socket是网络编程中的一个重要概念,它是应用程序与网络之间 - 掘金 通常,Socket通信分为以下几个步骤: 创建Socket: 客户端和服务器都需要创建Socket对象。 绑定地址: 服务器Socket需要绑定到一个特定的IP地址和端口号,以便监听客户端的连接请求。 监听连接: 服务器Socket进入监听状态,等待客户端的连接请求。
Socket. IO August 22, 2025 - Bun engine July 25, 2024 - npm package provenance July 12, 2024 - Socket IO monorepo March 29, 2024 - Three new adapters January 12, 2024 - Chat platform Blog feed: RSS atom
7. 6. 2 基于TCP协议的Socket通信 (1) - 菜鸟教程 本节引言: 上一节的概念课枯燥无味是吧,不过总有点收获是吧,本节开始我们来研究基于TCP协议的Socket 通信,先来了解下Socket的概念,以及Socket通信的模型,实现Socket的步骤,以及作为Socket服务 端与客户端的两位各做要做什么事情!
什么是 Socket 连接? | 华为开发者联盟 Socket(中文常称 “套接字”)是 计算机网络中 “进程间通信的端点”,本质是操作系统提供的一套 网络通信编程接口(API),允许不同设备(或同一设备)上的两个应用程序(进程)通过网络传输数据,是实现 TCP UDP 等协议通信的 “桥梁”。
Socket - Wikipedia Socket wrench, a type of wrench that uses separate, removable sockets to fit different sizes of nuts and bolts Socket head screw, a screw (or bolt) with a cylindrical head containing a socket into which the hexagonal ends of an Allen wrench will fit
套接字_百度百科 所谓套接字 (Socket),就是对网络中不同主机上的应用进程之间进行双向通信的端点的抽象。 一个套接字就是网络上进程通信的一端,提供了应用层进程利用网络协议交换数据的机制。