存档

文章标签 ‘模板引擎’

C#开源模板引擎[StringTemplate]项目下载

2010年10月10日 云飞扬 没有评论

C#模板引擎开源官方描述:   StringTemplate is a ja模板引擎va template engine (with ports for C# and Python) for generating source code, web pages, emails, or any other formatted text output. StringTemplate is particularly good at multi-targeted code generators, multiple site skins, and internationalization/localization. It evolved over years of effort developing jGuru.com. StringTemplate also generates this website and powers the ANTLR [...]

C#开源模板引擎NVelocity项目下载

2010年10月10日 云飞扬 没有评论

C#模板引擎开源官方描述: NVelocity is a .Net-ba模板引擎sed template engine. It permits anyone to use the simple yet powerful template language to reference objects defined in .Net code. The purpose of this project is to port the Jakarta Velocity project to Microsoft .Net (written in C#). The intent is to stay as close the the original Java version as [...]

C#开源模板引擎=iCodeGenerator=项目下载

2010年10月10日 云飞扬 没有评论

C#模板引擎开源官方描述:         iCodeGenerator is a da模板引擎tabase centric template based code generator for any text(ascii) programming language like C, PHP, C#, Visual Basic, Java, Perl, Python... Supported databases are SQL Server, MySQL and PostgreSQL.转自ajaxcnw w w.a jax cn.net=Author:云飞扬,www.ajaxcn.net(w w w.a jax cn.net)=    项目下载地址:=http://www.icodegenerator.net/main/=

C#开源模板引擎《Evolve Master Pages》项目下载

2010年10月10日 云飞扬 没有评论

C#模板引擎开源官方描述:     This is a powerful tem模板引擎plate engine which allows you to merge the contents of your ASP.NET web forms with a Master Page (template). It's very easy to use and provides full designer support. The features at a glance:    * Full designer support for all settings of your web forms - no coding and no additional [...]

C#开源模板引擎(C# Templates)项目下载

2010年10月10日 云飞扬 没有评论

C#模板引擎开源官方描述:           This project implem模板引擎ents a simple templating system in C# using theDjango style {{ varName }}, double curly notation. The class wasimplemented specifically for templatizing html/javascript but can beused with any file type. 转自ajaxcnww w.aja x cn.n et(Author:云飞扬,www.ajaxcn.net(ww w.aja x cn.n et))     项目下载地址:(http://code.google.com/p/csharptemplates/)

C#开源模板引擎[.netTiers Application Framework]项目下载

2010年10月10日 云飞扬 没有评论

C#模板引擎开源官方描述:   .netTiers is a set of 模板引擎open source code generation templates that simplify the tasks of creating customized Application Tiers for your Microsoft.Net applications in just a few minutes. .netTiers utilizes the power of the best code generation tool available today, CodeSmith Tools . .netTiers generated architecture is custom to your domain, uses familiar patterns, and [...]

如何让模板引擎高亮显示和编辑设计功能

2009年12月26日 云飞扬 没有评论

高亮显示
选项->文本编辑器->文件扩展名->输入扩展名比如vm 编辑器选html编辑器 点添加(this learn from colleague )
编辑设计功能
先把扩展名vm改为html格式,然后就可以点一个div或者表格

分类: 模板引擎 标签:

如何让模板引擎高亮显示和编辑设计功能

2009年11月26日 云飞扬 没有评论

高亮显示
选项->文本编辑器->文件扩展名->输入扩展名比如vm 编辑器选html编辑器 点添加
this learn from colleague

编辑设计功能
先把扩展名vm改为html格式,然后就可以点一个div或者表格

分类: 模板引擎 标签:

nVelocity模板引擎探寻

2009年10月15日 云飞扬 没有评论

1.下载地址:http://www.castleproject.org/castle/download.html
下载 CastleProject-1.0-RC3.msi
http://nchc.dl.sourceforge.net/project/castleproject/Castle%20Project/Release%20Candidate%203/CastleProject-1.0-RC3.msi
2.使用说明英文:http://www.castleproject.org/others/nvelocity/usingit.html

3.例子下载:下载 http://www.ajaxcn.net/file/testNVelocity.rar

分类: 模板引擎 标签: