- 浏览: 61993 次
- 性别:
- 来自: 北京
最新评论
-
qq506623761:
非常好!几种情况都想到了
JavaScript实现网页打印 -
yihui823:
转自:http://blog.csdn.net/yihui82 ...
项目经理问:为什么总是只有我在加班 – 挂包袱现象(转) -
lirenjuan:
...
jforum学习资源 -
playking2010:
最近准备玩玩这个,学习下
jforum学习资源 -
7454103:
...
jforum学习资源
文章列表
public String getElement() throws Exception
{
// 1.初始化并取得Velocity引擎
// String fileDir = HelloVelocity.class.getResource("").getPath();
String fileDir = "D:/workspace_MyEclipse/test_sm/WebRoot/template";
VelocityEngine ve = new VelocityEngine();
Properties properties = ...