找诗词>英语词典>templating翻译和用法

templating

英 [ˈtɛmplɪtɪŋ]

美 [ˈtɛmplətɪŋ]

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

计算机

双语例句

  • Geddy uses patterns common in existing MVC frameworks such as Rails or Django: routes with controllers/ actions, models, templating.
    Geddy使用了现有MVC框架中的常见模式,比如Rails和Django中用控制器/行为、模型、模板化的函数。
  • Full-page and fragment versions of HTML files can usually be served up from the same server-side templating engine.
    HTML文件的整页格式和片段格式都可以从相同的服务器端模板引擎获得。
  • What's more, Python comes packaged with several basic templating systems that will work in simple cases.
    还有更多的模板系统,随Python一起打包的是一些基本的模板系统,这些模板系统将在简单的情形下工作。
  • Razor enables a clean and concise templating syntax that enables a very fluid coding workflow.
    Razor启用了一种简洁的模板语法,实现非常流畅的编码工作流。
  • The Drupal core provides essential features, such as user management, session management, and templating.
    Drupal核心(core)提供了基本特性,例如用户管理、会话管理和模板制作。
  • By default, Apache Click uses the Apache Velocity templating engine.
    在默认情况下,ApacheClick使用ApacheVelocity模板引擎。
  • We will focus on the templating functionality offered in PDE.
    我们将集中精力研究PDE中提供的模板功能。
  • Also, look at how to write XML using DOM and PHP text templating.
    此外还可以了解如何使用DOM和PHP文本模板编写XML。
  • The default way of creating views in TurboGears is by using the Kid XML templating language.
    在TurboGears中创建视图的默认方法是使用KidXML模板化语言。
  • Templating encapsulates common functionality, thus dividing your views into smaller pieces.
    模板封装了常见功能,进而将视图分成了更小的块。