• If Developer Tools opened via the Inspect element action, it is automatically drilled down to and highlighted the element under mouse.

    假如开发者工具通过查看元素操作打开的,自动深入并且高亮鼠标元素。

    youdao

  • Every element has a method to return the label of its category and a method to bind the clicking action.

    每个元素都有方法返回类别标签,用另一个方法来绑定单击动作

    youdao

  • For each cached element, you need only specify the content you want to cache, any controller action that produces your dynamic content, and a timeout.

    对于每个缓存的元素只需指定缓存内容生成动态内容的任何控制器动作以及超时。

    youdao

  • As I've mentioned, the designer can define behaviors on any element, which the developer can redirect to a named action.

    正如提到的,设计可以任何元素定义行为开发者可以重定它们具名动作

    youdao

  • When there is an array of fields in the input or output message, certain transforms are available to perform an action on each element of an array, or to merge several input arrays into one output.

    输入输出信息包含字段数组时,可以数组中的每个元素执行某些转换或者几个输入数组合并一个输出中。

    youdao

  • A dialog box will confirm the harvest action, and the UML element created will be placed on the clipboard.

    一个对话框方框确认这个收获操作创建的这个UML元素将会放置剪贴板上

    youdao

  • It's a common use case for an object-oriented system to have to traverse a collection of objects and perform some action against each element in the collection.

    对于面向对象系统来说,必须遍历对象集合集合中的每个元素执行某个操作非常普通的使用情况

    youdao

  • A critical and urgent element to better enable strategies to be translated into action is the need for effective coordination of all stakeholders.

    利益相关方进行有效协调战略转化行动关键紧迫因素

    youdao

  • Having built a process that makes checks, identifies errors, and remakes the document, the next obvious step is to take corrective action on the element.

    创建了一个执行检查、确定错误修改文档过程之后,下一步显然就是修改元素。

    youdao

  • Listing 25 shows how to save the current action and a reference to the corresponding element in two XSL variables.

    清单25显示了如何保存当前操作以及两个XSL变量相应元素引用

    youdao

  • Sticking to the two-track negotiatingprocess pertaining to the Kyoto Protocol and Long-term Cooperative Action working groups is a key element, so that "Cancun does not repeat Copenhagen."

    他强调加强气候变化谈判团体之间信任度的重要性,以及坚持符合京都协议书的双轨谈判进程长期合作工作小组使得”坎昆会议有别于哥本哈根会议“的关键因素

    youdao

  • The main difference is that the action parameter is passed by using an HTML hidden field element rather than in a Faces parameter.

    主要区别在于,行为参数通过使用一个html隐藏元素传递的,不是在Faces参数中。

    youdao

  • You also added a new action element that is triggered on the xforms-ready event, which triggers when the form loads.

    增加了一个新的动作元素 xforms-ready事件触发表单加载的时候触发。

    youdao

  • Once this event is received, the action sets the local-state's element to the value contained in.

    一旦收到这个事件动作就把localstate元素设置包含

    youdao

  • A Visitor interface introduces the action protocol for processing an element of the collection.

    Visitor接口引入处理集合元素动作协议

    youdao

  • For example, you can include a title and human-readable description of the action within title and content child elements, or include social metadata within a standard Atom-formatted content element.

    例如可以titlecontent元素分别包含动作标题人类可读描述或者在标准的atom格式的content元素中包含社交元数据

    youdao

  • The blog as a whole can be added as an activity: target element to represent the semantically slightly different action Ben added two entries to his blog.

    博客可以作为一个整体添加activitytarget元素表示语义稍微不同动作Ben addedtwoentries to his blog。

    youdao

  • When a PHP script is the target action of an HTML element, CGI parameters are automatically converted into members of the $_GET[] or $_POST[] superglobal arrays available within the PHP script.

    PHP脚本某个 HTML元素目标动作时,CGI参数自动转换在 PHP 脚本内使用的 $_GET[] $_POST[] superglobal 数组的成员

    youdao

  • I can ensure each element has a unique behavior bound to the "onclick" action by making each element keep its own category information used to distinguish it from others.

    通过每个元素都具有可以其他元素区分开来的独有的类别信息就能确保对于每个元素均只有一个惟一的行为被绑定onclick动作

    youdao

  • In essence, the browser interprets each element and attribute (and in many cases aggregates of elements) as an instruction to render some output or perform some action.

    本质上说,浏览器每个元素属性(许多情况下,还包括元素的组合)解释指令,并根据这个指令显示某些输出执行一动作。

    youdao

  • Each element has an associated action attribute, which, in this particular case, can take on the values "set" or "add", along with a corresponding value attribute.

    每个元素都有一个相关联action属性这个示例中,这个属性可以具有setadd以及相应value属性。

    youdao

  • When you want an event on one element to cause an action to occur on another element, assign id attributes to SVG elements and reference them.

    如果希望元素事件可以引发一个元素的操作,可以SVG元素指定id属性然后引用它们

    youdao

  • This returns each files element, but you must parse one step further to get the owner, action, and age elements.

    将返回所有files元素必须进行进一步解析获得owneractionage元素

    youdao

  • Each request type should have a corresponding action element describing how to process the request. On a join request.

    每个请求类型应该相应action元素用来描述如何处理请求。

    youdao

  • Form elements may be generated by XSL templates similar to all other HTML elements, including the element, the "action" attribute of which points to the application servlet.

    所有其它HTML元素类似可以通过XSL模板生成表单元素,包括元素,和说明应用Servlet哪个的“action属性

    youdao

  • The returned data, including the product ID, customer ID, and customer message, are included in a single XML action element for each qualifying comment stored in the database.

    对于存储数据库中的每符合条件评论返回数据(包括产品ID客户ID客户评论)包括XMLaction元素中。

    youdao

  • Listing 2 doesn't show this technique, but the apply method allows you to perform an action for each selected element.

    清单2没有展示这个技术但是apply方法允许每个选中元素执行一个操作

    youdao

  • Moreover, an element that has no content is represented by an empty child list, but a self-closed tag is represented by None. Listing 2 shows this structure in action.

    没有内容元素一个列表表示但是个自封闭标记None表示

    youdao

  • When the user clicks the Submit button, the Web browser sends the user's input back to the same page because the element has no action attribute.

    用户单击submit按钮时,Web浏览器用户输入发回给相同页面因为元素没有action属性

    youdao

  • The action attribute of the element can be either "update", or "create" to install a portlet application.

    元素action属性可以updatecreate”,后一个值用以安装portlet应用程序

    youdao

$firstVoiceSent
- 来自原声例句
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定