您要查找的是不是:
- 美国人将hounour拼写为honor, American people spell the word @honour@ as @honor@
- 在对法官说话时,一定要尊称他为'your honor' "When addressing a judge, always use 'your honor'"
- ACCEPT允许数据包通过。 ACCEPT means to let the packet through.
- 字典裁定 honor 及 honour 两种拼法均可。 The dictionary authorizes the two spellings "honor" and "honour.".
- 字典裁定honor及honour两种拼法均可。 The dictionary authorizes the two spellings"honor" and"honour."
- accept customers materials for processing 来料加工
- 美国英语中很多以 or结尾的单词,如 honor, vigor,labor, Many American English words ending in or, e.g. honor, vigor, labor
- 当套接字试图绑定到此本地资源时,将执行权限检查以确定资源上是否存在Accept。 At the time a socket tries to bind to this local resource a permission check is performed to see if an Accept exists on that resource.
- 在‘honor(荣誉)’开头的、不发音的‘h’;在法语中有些字母经常是不发音的 the silent'h'at the beginning of'honor'; in French certain letters are often unsounded
- Accept方法处理任何传入的连接请求,并返回可用于与远程主机进行数据通信的Socket。 The Accept method processes any incoming connection requests and returns a Socket that you can use to communicate data with the remote host.
- Receive方法将只读取在Connect或Accept方法中建立的远程主机连接发送过来的数据。 The Receive method will only read data that arrives from the remote host connection established in the Connect or Accept method.
- 新娘要选一位密友或近亲做伴娘。伴娘未婚的叫 “maid of honor”,已婚的叫 “matron of honor”。 The bride chooses a close friend or relative to be her maid of honor, or matron of honor if the woman is married.
- 请求处理程序分析HTTP_ACCEPT_LANGUAGES请求标题以获取客户端支持的、按优先级排列的语言列表。 The request handler parses the HTTP_ACCEPT_LANGUAGES request header to get a prioritized list of languages supported by the client.
- “theater”和“center”分别代替“theatre”和“centre”。“color”和“honor”分别代替“colour”和“honour” theater@ and @center@ instead of @theatre@ and @centre@, @color@ and @honor@ instead of @colour@ and @honour@.
- 如果使用非阻止的Socket调用此方法,而且队列中没有连接请求,则Accept将会引发SocketException。 If you call this method using a non-blocking Socket, and no connection requests are queued, Accept throws a SocketException.
- Accept以同步方式从侦听套接字的连接请求队列中提取第一个挂起的连接请求,然后创建并返回新的Socket。 Accept synchronously extracts the first pending connection request from the connection request queue of the listening socket, and then creates and returns a new Socket.
- “auto”设置指定使用浏览器请求中的ACCEPT-LANGUAGE标头(它提供用户的语言首选项列表)设置区域性值。 The "auto" setting specifies that the ACCEPT-LANGUAGE header in the browser request (which provides the user's language preference list) is used to set the culture value.
- 在PHP语言中,MIME类型通过hader函数实现。$_SERVER序列变量包含了服务器端变量,允许程序员重定义Accept HTTP头信息。 In PHP, the MIME type is set through the header function. The %24_SERVER array contains the server variables, allowing us to interrogate the Accept HTTP header.
- 在ASP中,内容类型和字符集设定(charset)通过Response对象指定。ServerVariables集合允许程序员重定义Accept HTTP头信息。 In ASP, the content type and the charset are specified separately through the Response object. The ServerVariables collection allows us to interrogate the Accept HTTP header.
- 基于PC的Web服务器和客户浏览器之间的HTTP通信,是由它们各自调用了系统提供的Socket套接字,执行了Socket()、Bind()、Listen()、Accept()、Recv()、Send()、Close()等过程而完成的。 After finishing the HTTP communication, Web server and browser transfer their Socket provided by system, then execute Socket (), Bind (), ListenO, Accept (), Recv(), SendO, Close ().