您要查找的是不是:
- 美國人將hounour拼寫(xiě)為honor,American people spell the word @honour@ as @honor@
- 在對法官說(shuō)話(huà)時(shí),一定要尊稱(chēng)他為'your honor'"When addressing a judge, always use 'your honor'"
- ACCEPT允許數據包通過(guò)。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來(lái)料加工
- 美國英語(yǔ)中很多以 or結尾的單詞,如 honor, vigor,labor,Many American English words ending in or, e.g. honor, vigor, labor
- 當套接字試圖綁定到此本地資源時(shí),將執行權限檢查以確定資源上是否存在A(yíng)ccept。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(榮譽(yù))’開(kāi)頭的、不發(fā)音的‘h’;在法語(yǔ)中有些字母經(jīng)常是不發(fā)音的the silent'h'at the beginning of'honor'; in French certain letters are often unsounded
- Accept方法處理任何傳入的連接請求,并返回可用于與遠程主機進(jìn)行數據通信的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方法中建立的遠程主機連接發(fā)送過(guò)來(lái)的數據。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請求標題以獲取客戶(hù)端支持的、按優(yōu)先級排列的語(yǔ)言列表。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”?!癱olor”和“honor”分別代替“colour”和“honour”theater@ and @center@ instead of @theatre@ and @centre@, @color@ and @honor@ instead of @colour@ and @honour@.
- 如果使用非阻止的Socket調用此方法,而且隊列中沒(méi)有連接請求,則Accept將會(huì )引發(fā)SocketException。If you call this method using a non-blocking Socket, and no connection requests are queued, Accept throws a SocketException.
- Accept以同步方式從偵聽(tīng)套接字的連接請求隊列中提取第一個(gè)掛起的連接請求,然后創(chuàng )建并返回新的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標頭(它提供用戶(hù)的語(yǔ)言首選項列表)設置區域性值。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語(yǔ)言中,MIME類(lèi)型通過(guò)hader函數實(shí)現。$_SERVER序列變量包含了服務(wù)器端變量,允許程序員重定義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.
- 在A(yíng)SP中,內容類(lèi)型和字符集設定(charset)通過(guò)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服務(wù)器和客戶(hù)瀏覽器之間的HTTP通信,是由它們各自調用了系統提供的Socket套接字,執行了Socket()、Bind()、Listen()、Accept()、Recv()、Send()、Close()等過(guò)程而完成的。After finishing the HTTP communication, Web server and browser transfer their Socket provided by system, then execute Socket (), Bind (), ListenO, Accept (), Recv(), SendO, Close ().