posts - 3,  comments - 1,  trackbacks - 0

我的评论

re: Velocity改造心得 行者吴江 2007-10-19 17:25  
public class VelocityTest {

public static void main(String[] args) throws Exception {
VelocityEngine ve=new VelocityEngine();
ve.setProperty(Velocity.RESOURCE_LOADER, "class");
ve.setProperty("class.resource.loader.class", "org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader");
ve.init();
Template t=ve.getTemplate("templates/test/test.vm");
StringWriter writer = new StringWriter();
VelocityContext context = new VelocityContext();
t.merge(context, writer);
System.out.println(writer.toString());
}
}
re: 跳动的firefox 行者吴江 2007-09-18 14:06  
我想是因为Firefox和IE对CSS中的float的不同的解释方法造成的吧
<2024年10月>
293012345
6789101112
13141516171819
20212223242526
272829303112
3456789

常用链接

留言簿(1)

随笔分类(2)

随笔档案(3)

文章分类(1)

文章档案(1)

收藏夹(3)

Java

搜索

  •  

最新评论

阅读排行榜

评论排行榜