英文字典中文字典


英文字典中文字典51ZiDian.com



中文字典辞典   英文字典 a   b   c   d   e   f   g   h   i   j   k   l   m   n   o   p   q   r   s   t   u   v   w   x   y   z       







请输入英文单字,中文词皆可:

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查看 Socket 在百度字典中的解释百度英翻中〔查看〕
Socket查看 Socket 在Google字典中的解释Google英翻中〔查看〕
Socket查看 Socket 在Yahoo字典中的解释Yahoo英翻中〔查看〕





安装中文字典英文字典查询工具!


中文字典英文字典工具:
选择颜色:
输入中英文单字

































































英文字典中文字典相关资料:


  • What exactly is Socket - Stack Overflow
    A server runs on a specific computer and has a socket that is bound to a specific port number The server just waits, listening to the socket for a client to make a connection request When the server accepts the connection, it gets a new socket bound to the same local port and also has its remote endpoint set to the address and port of the client
  • What is the difference between a port and a socket?
    A socket is a special type of file handle which is used by a process to request network services from the operating system A socket address is the triple: {protocol, local-address, local-process} where the local process is identified by a port number In the TCP IP suite, for example: {tcp, 193 44 234 3, 12345}
  • Python socket. error: [Errno 111] Connection refused
    The problem obviously was (as you figured it out) that port 36250 wasn't open on the server side at the time you tried to connect (hence connection refused)
  • difference between socket programming and Http programming
    Socket Connection Socket is used to transport data between systems It simply connects two systems together, an IP address is the address of the machine over an IP based network With socket connection you can design your own protocol for network connection between two systems
  • Basic Python client socket example - Stack Overflow
    import socket clientsocket = socket socket(socket AF_INET, socket SOCK_STREAM) clientsocket connect(('localhost', 8089)) clientsocket send('hello') First run the SocketServer py, and make sure the server is ready to listen receive sth; Then the client send info to the server; After the server received sth, it terminates
  • Socket and file descriptors - Stack Overflow
    There is no difference between a socket (descriptor) and a file descriptor(s) A socket is just a special form of a file For example, you can use the syscalls used on file descriptors, read() and write(), on socket descriptors ssize_t send(int sockfd, const void *buf, size_t len, int flags);
  • networking - What is a socket? - Unix Linux Stack Exchange
    A socket is a pseudo-file that represents a network connection Once a socket has been created (identifying the other host and port), writes to that socket are turned into network packets that get sent out, and data received from the network can be read from the socket Sockets are similar to pipes Both look like files to the programs using them
  • UDP Client Server Socket in Python - Stack Overflow
    # We will need the following module to generate randomized lost packets import random from socket import * # Create a UDP socket # Notice the use of SOCK_DGRAM for UDP packets serverSocket = socket(AF_INET, SOCK_DGRAM) # Assign IP address and port number to socket serverSocket bind(('', 12000)) while True: # Generate random number in the range
  • c - How to use select () on sockets properly? - Stack Overflow
    setup_server_socket calls bind and listen and sets the socket to nonblocking mode The following code blocks on the select call it seems, not moving forward to FD_ISSET I tried connecting a client and it seems to succeed but select never returns anything
  • Beginners Socket Programming in C - Stack Overflow
    I m new to socket programming, is this concept correct, provided we can connect the server and client computer together perhaps via a LAN, or WAN, then server and client resides in two separate computers, and the server can yet allocate some memory on the server side computer, for the client I m thinking its conceptually correct, please but correct me, if I m wrong





中文字典-英文字典  2005-2009