您要查找的是不是:
- 同主語(yǔ)相連作句子補語(yǔ)等同動(dòng)詞(比如‘be’或‘become’)。an equating verb (such as 'be' or 'become') that links the subject with the complement of a sentence.
- ACCEPT允許數據包通過(guò)。ACCEPT means to let the packet through.
- 談到人或物的狀態(tài)、外貌等的變化時(shí),常用become、get、turn、go,後接形容詞When talking about a change in the state, appearance, etc of a person or thing, we often use become, get, turn and go followed by an adjective
- 補語(yǔ)(尤指在連系動(dòng)詞如be become等之后,用以描述動(dòng)詞之主語(yǔ)的形容詞或名詞)Word(s),esp adjectives and nouns,used after linking verbs such as be and become,and describing the subject of the verb
- accept customers materials for processing來(lái)料加工
- 把燈打開(kāi);get a load on(加上了負擔)是drink enough to become intoxicated(喝醉了)的俚語(yǔ)。turn the lights on; get a load on is slang for drink enough to become intoxicated.
- 當套接字試圖綁定到此本地資源時(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.
- 把燈打開(kāi);get a load on(加上了負擔)是drink enough to become intoxicated(喝醉了)的俚語(yǔ)turn the lights on; get a load on is slang for drink enough to become intoxicated
- 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.
- 請求處理程序分析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.
- 如果使用非阻止的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 ().