1、错误描述
freemarker.core.ParseException: Token manager error: freemarker.core.TokenMgrError: Unknown directive: #assgin on line: 18, column: 151, in template: tag.ftl in tag.ftl
at freemarker.template...
分类:
其他好文 时间:
2014-06-19 12:51:20
阅读次数:
246
首先需要下载3个包,下载地址在Github ,这三个核心模块分别是:
Streaming ("jackson-core") defines low-level streaming API, and includes JSON-specific implementations
Annotations ("jackson-annotations") contains standard Jack...
分类:
Web程序 时间:
2014-06-19 10:02:33
阅读次数:
291
微博代码:微博>设置>我的工具>微博秀博客园:博客设置>博客侧边栏公告(支持HTML代码)
分类:
其他好文 时间:
2014-06-16 06:25:03
阅读次数:
229
AsyncTask 异步任务,可以很方便的在应用中执行下载等可能阻塞UI
Thread的任务,现在分析一下它的源码。首先列出AsyncTask的一些核心方法和域:public abstract class AsyncTask {
private static final int CORE_POOL....
分类:
其他好文 时间:
2014-06-16 06:23:14
阅读次数:
230
nested exception is
java.lang.IncompatibleClassChangeError: class
org.springframework.core.type.classreading.ClassMetadataReadingVisitor has
interface...
分类:
编程语言 时间:
2014-06-13 16:38:47
阅读次数:
373
Spring
JDBC抽象框架core包提供了JDBC模板类,其中JdbcTemplate是core包的核心类,所以其他模板类都是基于它封装完成的,JDBC模板类是第一种工作模式。
JdbcTemplate类通过模板设计模式帮助我们消除了冗长的代码,只做需要做的事情(即可变部分),并且帮我们做哪些....
分类:
数据库 时间:
2014-06-12 18:52:37
阅读次数:
324
1:引入的jar包1.X版本有hadoop-core包;而2.x没有如果你需要hdfs就引入\share\hadoop\common\lib
+hadoop-common-2.0.0-cdh4.6.0.jar +hadoop-hdfs-2.0.0-cdh4.6.0.jar
+\share\hadoo...
分类:
其他好文 时间:
2014-06-12 13:59:33
阅读次数:
255