What is the translation of " QUERY STRING " in English? S

Examples of using Query string in Vietnamese and their translations into English

{-}
  • Colloquial category close
  • Ecclesiastic category close
  • Computer category close
Query String là gì?
What is Query String?
Một URL điển hình chứa một query string sẽ có dạng như sau.
A typical URL containing a query string is expressed as.
Query String trên URL.
Query strings, in URLs.
HTML xác định ba cách màmột người có thể tạo ra những query string.
HTML defines three ways a user can generate the query string.
Query String trên URL.
Query string based URLs.
Combinations with other parts of speech
Html như mong đợi, và thêm vào các query string đến liên kết của nó.
Html as expected, adding the query string to its links as well.
Sử dụng PHP query string parser để qua mặt IDS, IPS và WAF.
Abusing PHP query string parser to bypass IDS, IPS, and WAF.
Hầu hết các cuộc tấn công xảy ra thông qua giá trị query string từ URL.
Most attacks happen through the query string values passed through the URL.
QUERY STRING: Bất cứ thứ gì tiếp theo? trong chuỗi URL yêu cầu.
QUERY_STRING: Anything that followed? in the request URL string.
Với mỗi trường của một form, query string có một cặp field= giá trị.
For each field of the form, the query string contains a pair field=value.
Một liên kết trong một trangweb có thể có một URL mà có một query string..
A link in a webpage may have a URL that contains a query string.
Một chương trình nhận được một query string có thể bỏ qua một phần hoặc tất cả.
A program receiving a query string can ignore part or all of it.
Params: một object gồm các cặp key/ value mà sẽ được serialize vàđính vào URL dưới dạng một query string.
Params: an object of key/value pairs that will be serialized andappended to the URL as a query string.
Ví dụ, request method, query string, session và logger trả lại các giá trị từ các phím mô tả ở trên.
For example, request_method, query_string, session, and logger return the values from the keys described above.
Thông tin được mã hóa như được mô tả trong trường hợp phương thức GET vàđược đưa vào tiêu đề có tên QUERY STRING.
The information is encoded as described in case of GET method andput into a header called QUERY_STRING.
VIệc thêm vào query string không thay đổi cách mà trang web hiển thị với người dùng.
The addition of the query string does not change the way the page is shown to the user.
Thông tin này được mã hóa như mô tả trong trường hợp của phương thức GET vàđặt vào một header được gọi là QUERY STRING.
The information is encoded as described in a case of GET method andput into a header called QUERY_STRING.
Trong lời gọi DownloadStringAsync, chúng ta sẽ truyền mộtUri đến Twitter cộng thêm một query string có kèm chuỗi lấy từ TextBox“ username”.
In the DownloadStringAsync call,we will pass a Twitter Uri plus a query string which pulls the text from the“username” TextBox.
Tuy nhiên, dù các query string có được sử dụng hay không, toàn bộ URL có query string đều được lưu trữ trong các log files của server.
However, regardless of whether the query string is used or not,the whole URL including it is stored in the server log files.
Khi một web form chứa các trường field1, field2, field3 được gọi, các nộidung của các trường đó sẽ được mã hóa thành một query string như sau.
In Particular, When A form Containing the fields field1, field2, field3is Submitted,the content of the fields is encoded as a query string as follows.
Nếu các form được xử lý trên server bởi một CGI script, các script cóthể sẽ thường nhận query string như là một biến môi trường tên là QUERY STRING.
If the form is processed on the server by a CGI script,the script Typically May Receive the query string as an environment variable named QUERY_STRING.
Để làm việc này, mỗi khi người dùng tải một trang, mộtđịa chỉ duy nhất phải được chọn và thêm vào tất cả URL của trang như một query string..
For this to work, every time the user downloads a page,a unique identifier must be chosen and added as a query to the URLs of all links.
Khi một máy chủ nhận một yêu cầu một trang như vậy, nó có thể trả về trang người dùng yêu cầu,và bỏ qua các query string mà trong trường hợp này là, name= ferret.
When a server receives a request for such a page, it may run a program,passing the query string, which in this case is, name=ferret unchanged.
Trên mạng lưới World Wide Web, một chuỗi truy vấn( tiếng Anh: query string) là một phần của một URL chứa dữ liệu không phù hợp trong cấu trúc đường dẫn.
On the World Wide Web, a query is a part of a uniform resource locator(URL) containing data that does not fit into a hierarchical path structure.
Nếu người dùng truy cập vào cùng một web server bởi 2 đường dẫn riêng biệt( hoặc nhiềuhơn), thì server sẽ trả về 2 query string khác nhau, trong khi các cookie lưu trữ đều giống nhau.
If the user arrives at the same web server by two(or more) independent paths,it will be assigned two different query strings, while the stored cookies are the same.
Thông tin này được truyền bởi sử dụng QUERY STRING Header và sẽ có thể truy cập thông qua biến môi trường QUERY STRING và Servlet xử lý kiểu yêu cầu này bởi sử dụng phương thức doGet().
This information is passed using QUERY_STRING header and will be accessible through QUERY_STRING environment variable and Servlet handles this type of requests using doGet() method.
NET Core MVC Model binding chuyển đổi dữ liệu yêu cầu từ phía client(form values, route data, query string parameters, HTTP headers) vào bên trong đối tượng để controller có thể xử lí.
NET Core MVC model binding converts client request data(form values,route data, query string parameters, HTTP headers) into objects that the controller can handle.
Nó không chỉ bao gồm những input boxes như kiểu textarea hay input text mà nó còn bao gồm rất nhiều các khác ví dụ nhưhidden input, query string parameters, cookies và file uploads.
This accounts not only for simple input boxes such as text areas and text boxes, but for everything else as well-such as hidden inputs, query string parameters, cookies and file uploads.
Nhờ vậy mà thay vì phải chuyển đi các queries phức tạp khắp hệ thống thì giờ tất cả cácứng dụng chỉ cần gởi string để xác định pre- set query cũng như variable cần thiết để hoàn thành chúng.
So instead of sending complex queries across the network,all an application has to send is a string that identifies the pre-set query and the variables needed to complete it.
Results: 29, Time: 0.02

Word-for-word translation

S

Synonyms for Query string

Top dictionary queries

Vietnamese - English