A REQUEST TO THE SERVER Tiếng việt là gì - trong Tiếng việt Dịch

[ə ri'kwest tə ðə 's3ːvər]
[ə ri'kwest tə ðə 's3ːvər]
yêu cầu đến máy chủ
a request to the server
yêu cầu tới server
request to the server
request tới server
request to the server

Ví dụ về việc sử dụng A request to the server trong Tiếng anh và bản dịch của chúng sang Tiếng việt

{-}
  • Colloquial category close
  • Ecclesiastic category close
  • Computer category close
Create and send a request to the server.
Một request được tạo và gửi đến server.
Make a request to the server asking for information about the current user.
Yêu cầu máy chủ yêu cầu thông tin về người dùng hiện tại.
Create and send a request to the server.
Một yêu cầu được tạo và gửi đến server.
When data is needed,the XMLHttpRequest object is used to make a request to the server.
Khi dữ liệu được cần tới,đối tượng XMLHttpRequest được sử dụng để tạo một yêu cầu tới server.
What the hacker does, is send a request to the server to connect to it.
Điều xảy ra là hacker gửi yêu cầu đến máy chủ để kết nối với nó.
It is very common to create an object using an object literal when you want to transfer a series of structured, related data items in some manner,for example sending a request to the server to be put into a database.
Đây là các thông thường được sử dụng để tạo ra một hằng đối tượng khi bạn muốn chuyển giao một loạt các thành phần dữ liệu có cấu trúc và có quan hệ với nhau theo một ngữ cảnh nào đó,ví dụ như gửi một yêu cầu tới server để đưa vào trong một cơ sở dữ liệu.
User sends a request to the server for requesting for some resource(i.e pages).
Người dùng gửi request tới máy chủ để yêu cầu một số tài nguyên( ví dụ các trang).
What happens is that the hacker sends a request to the server to connect to it.
Điều xảy ra là hacker gửi yêu cầu đến máy chủ để kết nối với nó.
To send off a request to the server, we use the open() method and the send() method.
Để gửi request lên server, chúng ta dùng 2 phương thức open() và send().
Requests are sent when the client needs to send a request to the server.
Yêu cầu sẽ được gửi đi khimáy khách cần gửi một yêu cầu đến máy chủ.
To send off a request to the server, we use the open() method and the send() method.
Để gởi ngầm một yêu cầu đến máy chủ, chúng ta sử dụng phương thức open() và send().
You can also get these errors, if you send a request to the server without properly, or too large.
Bạn cũng có thể nhận được các lỗi này, nếu bạn gửi một yêu cầu đến máy chủ mà không đúng, hay quá lớn.
More specifically, if a client makes a request to the server, receives some information, and then immediately crashes due to a power outage, the server never knows that the client is no longer active.
Cụ thể là, nếu một máy khách gửi yêu cầu tới máy chủ, nhận một vài thông tin, và đột nhiên ngừng hoạt động do mất điện, máy chủ không bao giờ biết là máy khách hiện không còn hoạt động.
With AJAX, when you hit submit,JavaScript will make a request to the server, interpret the results, and update the current screen.
Với AJAX, khi bạn nhấn gửi,JavaScript sẽ đưa ra yêu cầu đến máy chủ, phân tích kết quả và cập nhật lên màn hình hiện tại.
This allows App Engine to process a request to the server that it wishes its estimates in order to return the fastest response.
Điều này cho phép App Engine xử lý một yêu cầu với một máy chủ mà nó mong muốn trong ước tính của nó để trả về phản hồi nhanh nhất.
With AJAX, when you hit submit,JavaScript will make a request to the server, interpret the results, and update the current screen.
Với AJAX, khi bạn nhấn Submit,JavaScript sẽ thực hiện yêu cầu tới máy chủ, giải thích kết quả và cập nhật màn hình hiện tại.
As opposed to HTTP,where only the client can send a request to the server; WebSocket enables each side in the connectionto send messages without any need to wait for past responses.
Trái ngược với HTTP,nơi mà client chỉ có thể gửi yêu cầu tới máy chủ, websocket lại cho phép mỗi bên trong kết nối hai chiều đều có thể chủ động gửi thông điệp tới bên kia mà không cần phải chờ đợi phản hồi.
With AJAX, when you hit submit,JavaScript will make a request to the server, interpret the results, and update the current screen.
Với AJAX, khi nút Submit được nhấn,JavaScript sẽ tạo một request tới Server, thông dịch kết quả và cập nhật màn hình hiện tại.
Server streaming RPCs where the client sends a request to the server and gets a stream to read a sequence of messages back.
Server streaming RPCs khi client gửi một yêu cầu đến server và nhận về một stream để đọc trình tự của thông điệp trả về.
Whenever users want to access the website,their browser will send a request to the server and it will transfer the necessary files over the internet to their computer.
Bất kể khi nào người dùng muốn truy cập website,browser của họ sẽ gửi yêu cầu tới server và nó sẽ chuyển những file cần thiết qua internet xuống máy tính của họ.
In short, every webpage visited on your WordPress site requires a request to the server, processing by that server(including database queries), and then a final result sent from the server to the user's browser.
Nói tóm lại, mọi trang web được truy cập trên trang webWordPress của bạn đều yêu cầu máy chủ, xử lý bởi máy chủ đó( bao gồm các truy vấn cơ sở dữ liệu) và sau đó là kết quả cuối cùng được gửi từ máy chủ đến trình duyệt của người dùng.
When a client wants to read orwrite attribute values from or to a server, it sends a read or write request to the server with the handle.
Khi một client muốn đọc hoặc ghicác giá trị thuộc tính từ/ đến một server, nó phát ra một read request hoặc write request đến server với handle.
Unary RPCs where the client sends a single request to the server and gets a single response back, just like a normal function call.
Unary RPCs khi client gửi một yêu cầu đến server và nhận về một phản hồi giống như một cuộc gọi phương thức bình thường.
After sending a request to the web server, we need a function to receive the data returned from the server.
Sau khi gửi request lên server, chúng ta cần có một function làm nhiệm vụ nhận dữ liệu trả về từ server.
The ad code on the web page sends a request to the ad server, requesting the advertisement.
Mã quảng cáo trên trang web gửi yêu cầu tới máy chủ quảng cáo, yêu cầu quảng cáo.
The IP Address information is retrieved by sending a request to the whois server of ARIN.
Các thông tin địa chỉ IPđược lấy bằng cách gửi một yêu cầu đến máy chủ whois ARIN.
With the use of AJAX when submit is pressed,the JavaScript will make a request to the web server, analyze the results and update the present display screen.
Với AJAX, khi nút Submit được nhấn,JavaScript sẽ tạo một request tới Server, thông dịch kết quả và cập nhật màn hình hiện tại.
Customer has the right to cancel a request sent to the server only if the status of the request is“Order accepted”.
Khách hàng có quyền hủy bỏmột yêu cầu đã gửi đến máy chủ chỉ nếu khi trạng thái yêu cầu là" Order accepted".
Kết quả: 28, Thời gian: 0.0559

Từng chữ dịch

Truy vấn từ điển hàng đầu

Tiếng anh - Tiếng việt