单词 | params | ||||||||||||||||
释义 | params
更多释义 收起释义 例句释义: 参数,参数数组,参数个数 1. The first is called shared render parameters and allows portlets to set params that can be read by other portlets. 第一种称为“共享描述参数”,允许portlet设置可供其它portlet读取的参数。 www.infoq.com 2. Because this isn't the primary key of the User, you can't use User. get(params. id) as you normally would. 由于这不是User的主键,所以不能像往常那样使用User.get(params.id)。 www.ibm.com 3. In this case, TripController redirects you to the list action, passing along all of the parameters (or QueryString) in the params hashmap. 在此,TripController重定向到list动作,同时传递paramshashmap中的所有的参数(或QueryString)。 www.ibm.com 4. This is possible because on some servers, this way the parameter id, as in params[: id], would be nil. 这是可能的,因为在某些服务器上,以id为参数的这种方式,如params[:id]将会是nil。 www.bing.com 5. These parameters, like all request parameters in a Grails application, are exposed through the params object. 像Grails应用程序中的所有请求参数一样,这两个参数是通过params对象公开的。 www.ibm.com 6. The custom tag also has an optional params attribute, which can be a single object or an array of objects. 这个定制标记还有一个可选的params属性,它可以是一个单一的对象或一个对象数组。 www.ibm.com 7. The variable named "params" then contains the results of those template applications. 然后,名为“params”的变量将包含那些模板应用的结果。 www.ibm.com 8. You'll notice that rather than params, variables are passed using the data field, and the method needs to be specified in lowercase. 你也许注意到,与使用params不同,这里使用data字段传递变量,而且必须使用小写指定方法。 www.ibm.com 9. Depending on user rights mask have to be disable by params. 根据对用户权限掩码要由参数禁用。 www.bing.com 10. Hardcode everything from file system paths to database connection params into the code, instead of providing a configuration file. 一切都硬编码,从文件系统路径到数据库连接参数都写死在代码里,而不是提供一个配置文件。 wap.btsmth.com 1. The root element of the document is methodCall, which contains a methodName element and a params element. 文档的根元素是methodCall,它包含methodName元素和params元素。 www.ibm.com 2. opt_params - A JavaScript object containing additional parameters for the call (the HTTP method and the POST data). opt_params—是一个包含这个调用(HTTP方法和POST数据)的额外参数的JavaScript对象。 www.ibm.com 3. Instead, I chose to create a custom Benchmark. Params instance that specifies that only a single measurement should be done. 而是创建一个定制的Benchmark.Params实例,它指定应该只执行一次度量。 www.ibm.com 4. Finally, observe the ftext: set-post-template-params extension element at the end of the transform. 最后,请观察转换结尾处的ftext:set-post-template-params扩展元素。 www.ibm.com 5. The request method in ExtJS takes a single argument, an object with various fields including url, params, method, and success. ExtJS中的request方法只有一个参数,这是一个包含url、params、method和success等不同字段的对象。 www.ibm.com 6. They're pulled out of init-params declared in web. xml; see the sample code for details. 它们是从web.xml声明的init-params获得的;请参考示例代码了解其细节。 www.ibm.com 7. It also means that you can check for the presence of params. iata to decide if you should return a list or an instance. 它还意味着您可以检查params.iata存在与否,以此来决定是应该返回列表还是一个实例。 www.ibm.com 8. To specify a particular method from overloaded methods, use the method-params element. 要指定重载方法中的特定方法,请使用method-params元素。 www.ibm.com 9. It must know a number of variables that are read from the meta-config-params. 它必须知道的许多变量要从meta-config-params.xsl文件读取; www.ibm.com 10. The input arguments are query, which is the JPQL string; and params, which is the bound parameter values to the query, each indexed by key. 它是一个JPQL字符串;以及params,它是此查询的绑定参数值,每个按键索引。 www.ibm.com 1. The last line, debug(params), is optional. 最后一行debug(params)是可选的。 www.ibm.com 2. This shows the data model that was turned into XML text, sent across to params. php, then returned into the result tag. 它显示了转化成XML文本、发送给params.php然后返回到result标记的数据模型。 www.ibm.com 3. We've added two functions to our model - params, which loads parameters from the request and save which "saves" the model. 我们给模型增加了两个函数——params,从request加载参数;save,“保存”模型。 www.infoq.com 4. The input text field is named id, ensuring that params. id will be populated in the controller. 输入文本字段被命名为id,确保在控制器中填充params.id。 www.ibm.com 5. If both parameters are present (if params. tag and params. category), then things get interesting. 如果两个参数都具备的话(比如params.tag和params.category),那么将变得很有趣。 www.ibm.com 6. The method call params. pue-trend-dataId[] automatically retrieves the parameter from the URL. 方法调用params.pue-trend-dataId[]自动检索URL的参数。 www.ibm.com 7. Normally the query string gets parsed and stored in params. 通常,查询字符串被解析并存储到params中。 www.ibm.com 8. It defaults to undefined, but will be treated as POST by default if there are params in the request. 它的默认值为未定义,但如果请求中有params,将会默认作为POST处理。 www.ibm.com 9. And now our params hash will be the unserialized JSON request. 那么现在我们的参数hash将成为不可序列化的JSON请求。 www.infoq.com 10. Also, notice the init-params. 此外,请注意init-params。 www.ibm.com 1. Instead, you must use User. findByLogin(params. id). 相反,必须使用User.findByLogin(params.id)。 www.ibm.com 2. Can't make references to any variables or params, even if seemingly in scope 不能引用任何变量或参数,即使看起来在作用域中 www.ibm.com 3. Next, adjust the EntryController. list to account for the new params. title value, as shown in Listing 14 接下来,调整EntryController.list来说明新的params.title值,如清单14所示 www.ibm.com 4. Constructor getDeclaredConstructor(Class[] params) -- Gets the constructor (regardless of access level) using the specified parameter types ConstructorgetDeclaredConstructor(Class[]params)--获得使用特定参数类型的构造函数(与接入级别无关) www.ibm.com 5. Constructor getConstructor(Class[] params) -- Gets the public constructor using the specified parameter types ConstructorgetConstructor(Class[]params)--获得使用特殊的参数类型的公共构造函数 www.ibm.com 6. Now, in the index action, replace the single line def airport = new Airport(params. airport) with the code in Listing 20 现在,在index操作中,用清单20中的代码替代defairport=newAirport(params.airport)行 www.ibm.com 7. Replace repetitive arguments with params array 使用参数数组代替重复的参数 wenku.baidu.com 8. Method getMethod(String name, Class[] params) -- Gets the named public method using the specified parameter types MethodgetMethod(Stringname,Class[]params)--使用特定的参数类型,获得命名的公共方法 www.ibm.com 9. To edit the init-params in each WAR file (using FileUploader as the example) 要在每个WAR文件中编辑init-params(以FileUploader为例),请执行以下操作 www.ibm.com 10. Set Key Object Params Filter 设置关键帧物体参数过滤器 zhidao.baidu.com |
||||||||||||||||
随便看 |
|
英汉双解词典包含2704715条英汉词条,基本涵盖了全部常用单词的翻译及用法,是英语学习的有利工具。