params

  • n.参数;参数个数(param 的复数)
paramsparams
  1. Params , the type of the parameters sent to the task upon execution .

    发送给异步任务去执行的参数类型。

  2. The last line , debug ( params ), is optional .

    最后一行debug(params)是可选的。

  3. Normally the query string gets parsed and stored in params .

    通常,查询字符串被解析并存储到params中。

  4. These parameters , like all request parameters in a Grails application , are exposed through the params object .

    像Grails应用程序中的所有请求参数一样,这两个参数是通过params对象公开的。

  5. For the submit action , you passed the whole params object to the constructor of the Story class .

    对于submit操作,需要将整个params对象传递给Story类的构造器。

  6. Method getMethod ( String name , Class [ ] params ) & Gets the named public method using the specified parameter types

    MethodgetMethod(Stringname,Class[]params)&使用特定的参数类型,获得命名的公共方法

  7. Constructor getConstructor ( Class [ ] params ) & Gets the public constructor using the specified parameter types

    ConstructorgetConstructor(Class[]params)&获得使用特殊的参数类型的公共构造函数

  8. The method call params . pue-trend-dataId [ ] automatically retrieves the parameter from the URL .

    方法调用params.pue-trend-dataId[]自动检索URL的参数。

  9. The first is called shared render parameters and allows portlets to set params that can be read by other portlets .

    第一种称为“共享描述参数”,允许portlet设置可供其它portlet读取的参数。

  10. In the template matching external links , the variable " params " contains a concatenation of all strings generated from

    在与外部链接匹配的模板中,变量“params”包含从

  11. The params field is itself an object , consisting of key / value pairs that will be passed to the server-side script .

    params字段本身就是一个对象,包含有将被传递给服务器端脚本的键/值对。

  12. 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等不同字段的对象。

  13. 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字段传递变量,而且必须使用小写指定方法。

  14. 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)。

  15. When BES ⅲ is running , the system will be used to online calibrate electronics channels and provide the calibration params to adjust electronics data .

    该系统用于BESⅢ运行时对各子系统电子学通道的读出进行在线刻度,提供电子学通道的校准数据。

  16. It defaults to undefined , but will be treated as POST by default if there are params in the request .

    它的默认值为未定义,但如果请求中有params,将会默认作为POST处理。

  17. WebContent / WEB-INF / portlet . xml : Removes references to the WSDL file and any init params created .

    WebContent/WEB-INF/portlet.xml:清除WSDL文件的索引和创建的所有初始值。

  18. When using Ajax , you don 't have the real link anymore , and you use the params attribute of the Ajax tag to pass a value of a component with the request .

    但使用Ajax时,您不再需要真实的连接,只需使用Ajax标记的params属性传递组件值。

  19. 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,它是此查询的绑定参数值,每个按键索引。

  20. The function gets the attributes from the template as an array named params that is passed to json_encode (), which returns a JSON representation of the PHP associative array .

    这个函数会从模板中获取一个名为params的数组属性,同时被传递到jsonencode(),这个函数会返回JSON表示的PHP数组。

  21. To make the call fail ( in this case ) or succeed ( in the case of testWithGoodIata ()), you need to seed the params hashmap with an id entry .

    要使调用失败(在此就是如此)或成功(在testWithGoodIata()中),需要用一个id项为paramshashmap提供种子。

  22. Since the params [ : person ] hash contains all the name / value pairs from the input form , a single call to update_attributes does everything necessary to update the @ person instance .

    由于params[:person]这个哈希表包含了所有输入表单中的名/值对,updateattributes的一次调用完成了更新@person实例所需要的所有工作。

  23. 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)。

  24. The second line shows the use of zlist (), where the entry in the global context is a list of key / value pairs , which is the case for ' / request / params ' .

    第二行显示zlist()的使用,其中全局上下文中的条目是键/值对列表,该输入适用于“/request/params”。

  25. When enabling a JavaServer ™ Faces ( JSF ) portlet , two initialization parameters ( init params ) that reference the name of the input property and the name of the target action are also added .

    当激活一个JavaServer™Faces(JSF)portlet时,两个涉及到输入属性名称和目标行为名称的初始化值(initparams)都会被添加。