查询
1 词典释义:
QueryString
时间: 2025-10-20 17:05:12

查询字符串

双语例句
  • The server USES parameters from the URL querystring.

    服务器使用URL querystring中的参数。

  • Alternative to Response. Redirect with Request. Querystring.

    替代响应。重定向请求的查询字符串。

  • The category's products to view would be specified by a querystring parameter.

    可以通过查询字符串参数来指定要查看的该类别的产品。

  • The unid is implicitly specified when there is a querystring parameter unid.

    unid是在查询字符串参数unid中隐式指定的。

  • If there is a unid parameter in the JSP? S querystring, the form tag USES that unid to open a document.

    如果在JSP查询字符串中有一个unid参数,那么form标签就会使用这个unid来打开一个文档。

  • It takes a single querystring parameter called unid whose value is the document unique id of the requested document.

    它利用一个单独的查询字符串uid,其值为所请求文档的惟一id。

  • Short version: what is the most simple way to render a link to a controller's action with an array in querystring?

    短版:提供一个链接到一个控制器的一系列行动中来的最简单的方法是什么?

  • In this case, TripController redirects you to the list action, passing along all of the parameters (or QueryString) in the params hashmap.

    在此,TripController重定向到list动作,同时传递params hashmap中的所有的参数(或QueryString)。

  • This method is limited in the amount of data that can be easily communicated, because both querystring and cookies are limited in size.

    此方法仅限于可轻松通信数量的数据使用,因为querystring和cookie都有大小限制。

  • One catch is, I want all the querystring values to be the same also, except for 1 which is what the drop down list will be overriding.

    一个美中不足的是,我希望所有的查询字符串值是也一样,除1这是什么下拉列表将被覆盖。

  • You can specify any parameters in the URL querystring or dynamically create a form that posts to the service with the iframe as a target.

    您可指定URL querystring中的任何参数或动态创建一个表单,此表单以if rame为目标提交到服务。

  • You could also append querystring parameters to your links so that your server-side framework would render these pages using a different template.

    您也可以将querystring参数附加到您的链接,让服务器端框架使用不同的模板呈现这些页面。

  • Creating data-driven ASP.NET websites often results in a single web page that displays a subset of the database's data based on querystring parameters.

    创建数据驱动的ASP.NET网站时,通常会产生一个单个的网页,该网页基于查询字符串参数显示数据库数据的子集。

  • In the case of a bad login, we added a querystring parameter of "lf." we also added some custom code (that's what those JSP ICONS indicate) to handle this.

    在登录失败时,我们添加了一个查询字符串参数“lf”。

  • There are a bunch of alternatives to do so. The most advanced way is to use the session object, and the conventional way is to use hidden inputs or a QueryString.

    有许多可供选择的办法来解决,最先进的方法是使用session对象而最传统的方法是使用输入隐藏或者使用一种QueryString。

  • Using an img element to send requests for content: the server performs its task using the parameters from the URL's querystring, and then returns encoded content in a cookie.

    使用img元素发送内容请求:服务器使用URL的querystring中的参数执行其任务,然后在cookie中返回编码后的内容。