您要查找的是不是:
- 不易之論(ofpunishment,criticism,etc。)an unalterable tenet
- ACCEPT允許數據包通過(guò)。ACCEPT means to let the packet through.
- accept customers materials for processing來(lái)料加工
- “a technical term in literary criticism”(bathos)[是文學(xué)評論的術(shù)語(yǔ)(頓降法)];“a rather old-fashioned word”(rugger):已經(jīng)過(guò)時(shí)的詞匯(橄欖球)];“a rude and off"a technical term in literary criticism" (bathos) "a rather old-fashioned word" (rugger) "a rude and offensive use" (old bag).
- 當套接字試圖綁定到此本地資源時(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.
- 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 ().