04 2013 档案

报表开发过程
摘要:昨晚为了验证报表数据的准确性的pl/sql 窗口。 阅读全文

posted @ 2013-04-10 13:32 阿明007 阅读(173) 评论(0) 推荐(0)

腾讯高速下载引擎占用8081端口,导致本机tomcat无法启动
摘要:RT。 腾讯内部人士解释一下。 阅读全文

posted @ 2013-04-10 09:29 阿明007 阅读(210) 评论(0) 推荐(0)

Hibernate3.x 中BLOB、CLOB 注解配置写法
摘要:Hibernate3.x 中BLOB、CLOB 注解配置写法 阅读全文

posted @ 2013-04-08 11:18 阿明007 阅读(477) 评论(0) 推荐(0)

freemarker 处理网站静态化完整实例,包含自定义标签的使用
摘要:代码中未使用任何框架,使用原生Servlet实现。自定义标签的使用:1、在freemarker.template.Configuration中初始化标签。//初始化标签config.setSharedVariable("hello", new HelloWorldDirective());2、在标签类中实现TemplateDirectiveModel接口中的execute方法public class HelloWorldDirective implements TemplateDirectiveModel { @SuppressWarnings("unchecke 阅读全文

posted @ 2013-04-02 09:55 阿明007 阅读(503) 评论(0) 推荐(0)

导航