1、错误描述
freemarker.core.ParseException: Token manager error: freemarker.core.TokenMgrError: Unknown directive: #list on line: 17, column: 61, in template: map.ftl in map.ftl
at freemarker.template.Te...
分类:
其他好文 时间:
2014-06-20 13:21:25
阅读次数:
251
1、错误描述
freemarker处理哈希表的内建函数
张三强
Expected collection or sequence. maps evaluated instead to freemarker.core.HashLiteral$SequenceHash on line 13, column 17 in map.ftl....
分类:
其他好文 时间:
2014-06-20 12:34:57
阅读次数:
392
国际化格式标签库包括国际化,消息和数字日期格式化:
(1) 国际化:
如:
@ page language="java" contentType="text/html; charset=gb2312" import="java.util.*"%>
@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
@...
分类:
移动开发 时间:
2014-06-20 12:30:54
阅读次数:
300
1、错误描述
六月 04, 2014 10:31:47 下午 freemarker.log.JDK14LoggerFactory$JDK14Logger error
严重: Template processing error: "Expected number, sequence, or string. maps evaluated instead to freemarker.core.Hash...
分类:
其他好文 时间:
2014-06-20 11:26:40
阅读次数:
303
CImage类
我们知道,Visual C++的CBitmap类和静态图片控件的功能是比较弱的,它只能显示出在资源中的图标、位图、光标以及图元文件的内容,而不像VB中的Image控件可 以显示出绝大多数的外部图像文件(BMP、GIF、JPEG等)。因此,想要在对话框或其他窗口中显示外部图像文件则只能借助于第三方提供的控件或代码。
现在,MFC和ATL共享的新类CImage为图像处...
分类:
其他好文 时间:
2014-06-20 10:30:45
阅读次数:
317
core dump又叫核心转储, 当程序运行过程中发生异常, 程序异常退出时, 由操作系统把程序当前的内存状况存储在一个core文件中, 叫core dump. (linux中如果内存越界会收到SIGSEGV信号,然后就会core dump)
在程序运行的过程中,有的时候我们会遇到Segment fault(段错误)这样的错误。这种看起来比较困难,因为没有任何的栈、trace信息输出。该种类型的...
分类:
数据库 时间:
2014-06-20 09:56:07
阅读次数:
299
Image File Execution
Options就是映像劫持技术,通过此种方式替换记事本,非常地绿色环保。Image File Execution
Options是CreateProcess函数中的一个功能,即在可执行程序运行时,Windows会先检测对应IFEO中的Debugger值,如果...
分类:
其他好文 时间:
2014-06-11 23:22:20
阅读次数:
594
1.请首先确保你的eclipse是javaee版本的,或者已经安装wtp插件2.然后修改eclipse工程下的.project文件:3.在中加入
org.eclipse.wst.common.project.facet.core.nature org.eclipse.wst.common.modul...
分类:
系统相关 时间:
2014-06-11 22:15:54
阅读次数:
387
在iOS中, 界面刷新在主线程中进行,
这导致NSURLSession远程下载图片使用UIImageView直接设置Image并不能及时刷新界面.下面的代码演示了如何使用performSelectorOnMainThread:
withObject: waitUntilDone: 方法来及时刷新图片...
分类:
移动开发 时间:
2014-06-11 21:53:26
阅读次数:
454
Hash ,一般翻译做“ 散列” ,也有直接音译为“ 哈希” 的,就是把任意长度的输入(又叫做预映射,
pre-image ),通过散列算法,变换成固定长度的输出,该输出就是散列值。这种转换是一种压缩映射,也就是,散列值的空间通常远小于输入的空间,不
同的输入可能会散列成相同的输出,而不可能从散列....
分类:
其他好文 时间:
2014-06-11 12:09:05
阅读次数:
190