词语吧>英语词典>templating翻译和用法

templating

英 [ˈtɛmplɪtɪŋ]

美 [ˈtɛmplətɪŋ]

网络  模板; 模板代码; 模板法; 内容模板管理; 模版

计算机

双语例句

  • DHH was skeptical about how a fully HTML/ code decoupled templating system would handle complex productivity techniques like layouts or partials.
    Rails创始人DHH对一个HTML和代码完全解耦的模板语言系统如何处像布局(layouts)和partils这样带来生产力的复杂技术持怀疑态度。
  • Cheetah is better than Python's built-in templating systems at generating the first part of the sample template.
    在生成示例模板的第一部分时,Cheetah比Python的内置模板系统更好用。
  • However, you can prepare a control for template editing using the templating Options dialog box in design view.
    但是,您可以通过在“设计”视图内使用“模板化选项”对话框,准备要进行模板编辑的控件。
  • Why use a templating system?
    为什么要使用模板系统?
  • JSF2.0 simplifies page and component authoring through Facelets, Templating, and Composite Components.
    JSF2.0借助Facelet、模板化和复合组件简化了页面和组件的编写。
  • JSP's core out tag makes this latter task easy, but not all templating technologies provide such a mechanism.
    JSP的核心out标记使后面这项工作变得很容易,但是不是所有的模板技术都提供了这样的机制。
  • The default way of creating views in TurboGears is by using the Kid XML templating language.
    在TurboGears中创建视图的默认方法是使用KidXML模板化语言。
  • Formatter:: Template provides a simple templating system for renderer options
    Template提供了一个简单的包含各种显示选项的模板系统
  • By default, Apache Click uses the Apache Velocity templating engine.
    在默认情况下,ApacheClick使用ApacheVelocity模板引擎。
  • Templating encapsulates common functionality, thus dividing your views into smaller pieces.
    模板封装了常见功能,进而将视图分成了更小的块。