码迷,mamicode.com
首页 >  
搜索关键字:templating    ( 42个结果
Windows 上安装 Jekyll.
Jekyll是一个静态网站生成工具。它允许用户使用HTML、Markdown或Textile来建立静态页面,然后通过模板引擎Liquid(Liquid Templating Engine)来运行.原文链接:Setup Jekyll on Windows目前,网上有许多Jekyll的安装方法,大都相似...
分类:Windows程序   时间:2015-02-14 17:25:25    阅读次数:364
how to add variable in blade template?
question? I'm reading Laravel Blade's templating docs and I can't find how I can assign variables inside a template for use later in the template. I c...
分类:其他好文   时间:2015-01-19 12:17:28    阅读次数:142
构建自己的JavaScript模板小引擎
有时候,我们不需要太牛逼太强大的JavaScript模板引擎(比如jQuery tmpl或者handlebarsjs),我们只是需要在简单的模板里绑定一些非常简单的字段,本文将使用非常简单的技巧来帮你实现这个小功能。   首先我们先来定义我们需要的模板,在id为template的script块里: Simple Templating ...
分类:编程语言   时间:2015-01-10 18:16:43    阅读次数:167
ko 简单例子
Knockout是在下面三个核心功能是建立起来的:监控属性(Observables)和依赖跟踪(Dependency tracking)声明式绑定(Declarative bindings)模板(Templating)工作中,最重要的是建模,模型建好了,能减少很多的工作和代码,只要着重于维护好自己的...
分类:其他好文   时间:2014-12-25 18:15:51    阅读次数:177
[WPF系列]-参考文献
DataTemplates Data Templating Overview Styling and Templating DataTemplate Class FrameworkTemplate Class Triggers Trigger Class DataTrigger Class Mult...
分类:Windows程序   时间:2014-12-17 17:44:19    阅读次数:548
Python Tutorial学习(十一)-- Brief Tour of the Standard Library – Part II
11. Brief Tour of the Standard Library – Part II 11.1. Output Formatting 11.2. Templating 11.3. Working with Binary Data Record Layouts 11.4....
分类:编程语言   时间:2014-12-11 23:44:13    阅读次数:340
【JavsScript】推荐五款流行的JavaScript模板引擎
摘要:Javascript模板引擎作为数据与界面分离工作中最重要一环,受到开发者广泛关注。本文通过开发实例解析五款流行模板引擎:Mustache、Underscore Templates、Embedded JS Templates、HandlebarsJS、Jade templating。近日一位2...
分类:编程语言   时间:2014-08-10 10:21:20    阅读次数:329
迷你template
JavaScript Micro-Templatinghttp://ejohn.org/blog/javascript-micro-templating///Simple JavaScript Templating//John Resig - http://ejohn.org/ - MIT Lice...
分类:其他好文   时间:2014-07-16 19:04:57    阅读次数:193
JavaScript模板引擎使用
1. [代码]tmpl.js // Simple JavaScript Templating// John Resig - http://ejohn.org/ - MIT Licensed(function() {var cache = {};this.tmpl = function tmpl(s....
分类:编程语言   时间:2014-07-09 19:19:15    阅读次数:290
JavaScript模板引擎使用
1. [代码]tmpl.js // Simple JavaScript Templating// John Resig - http://ejohn.org/ - MIT Licensed(function() {var cache = {};this.tmpl = function tmpl(s....
分类:编程语言   时间:2014-07-06 23:21:22    阅读次数:278
42条   上一页 1 2 3 4 5 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!