http://www.blogjava.net/caizh2009/archive/2010/08/20/329495.htmlVelocity是什么? Velocity是一个基于java的模板引擎(template engine)。它允许任何人仅仅简单的使用模板语言(template langua...
分类:
其他好文 时间:
2014-07-10 12:47:28
阅读次数:
192
STL对比解说——关联容器1. 概述 关联容器会根据某种准则自动排序容器中元素。operator namespace std { template , //默认使用小于,可以自己提供排序准则 typename Allocator = allocator > ...
分类:
其他好文 时间:
2014-06-27 11:00:22
阅读次数:
235
1、错误描述
六月 26, 2014 11:26:27 下午 freemarker.log.JDK14LoggerFactory$JDK14Logger error
严重: Template processing error: "Expected collection or sequence. datas evaluated instead to freemarker.core.HashLite...
分类:
其他好文 时间:
2014-06-27 10:01:02
阅读次数:
223
1、错误描述
六月 26, 2014 10:53:26 下午 freemarker.log.JDK14LoggerFactory$JDK14Logger error
严重: Template processing error: "Expression data[text] is undefined on line 9, column 51 in inc/select.ftl."
Express...
分类:
其他好文 时间:
2014-06-27 09:58:53
阅读次数:
237
1、错误描述
六月 26, 2014 10:44:49 下午 freemarker.log.JDK14LoggerFactory$JDK14Logger error
严重: Template processing error: "The only legal comparisons are between two numbers, two strings, or two dates.\nLeft...
分类:
其他好文 时间:
2014-06-27 07:21:12
阅读次数:
196
1、错误描述
freemarker 下拉框
Error parsing imported template inc/select.ftl
The problematic instruction:
----------
==> import "/inc/select.ftl" as items [on line 9, column 6 in...
分类:
其他好文 时间:
2014-06-26 14:17:38
阅读次数:
610
1、错误描述
freemarker 下拉框
Error parsing imported template inc/select.ftl
The problematic instruction:
----------
==> import "/inc/select.ftl" as items [on line 9, column 6 in...
分类:
其他好文 时间:
2014-06-26 14:11:15
阅读次数:
146
??
transform()的第一版本以仿函数op作用于[first,last)中的每一个元素身上,并以其结果产生出一个新序列。第二版本以仿函数binary_op作用于一双元素身上(其中一个元素来自[first1,last1),另一个元素来自“从first2开始的序列”),并以其结果产生出一个新序列。如果第二序列的元素少于第一序列,执行结果未可预期。
//版本一
template
Out...
分类:
其他好文 时间:
2014-06-26 13:39:18
阅读次数:
198
1、错误描述
六月 25, 2014 11:32:49 下午 freemarker.log.JDK14LoggerFactory$JDK14Logger error
严重: Template processing error: "Macro select has no such argument: name"
Macro select has no such argument: name
Th...
分类:
其他好文 时间:
2014-06-26 13:30:22
阅读次数:
175
1、具体错误如下
六月 25, 2014 11:26:29 下午 freemarker.log.JDK14LoggerFactory$JDK14Logger error
严重: Template processing error: "Expression name is undefined on line 2, column 33 in inc/select.ftl."
Expression...
分类:
其他好文 时间:
2014-06-26 10:43:56
阅读次数:
268