J2EE
文章平均质量分 64
Level_Meng
学而不思则罔
展开
-
Struts2的 date tag
关于date标签的使用date的属性如下:formatfalse falseStringDate or DateTime format patternidfalse falseStringDeprecated. Use 'var' insteadnametrue falseStringThe原创 2012-08-18 03:11:59 · 767 阅读 · 0 评论 -
SiteMesh 初试 学习之路2
IntroductionThe best approach to understanding SiteMesh is to use it. Assuming that SiteMesh is setup in your web application this tutorial will show you how to master the most powerful aspect o原创 2014-08-05 15:02:57 · 689 阅读 · 0 评论 -
SiteMesh 初试 学习之路1
废话少说:我们为什么要用原创 2014-08-05 14:43:43 · 618 阅读 · 0 评论 -
Spring 零碎整理 以后自己用的到
明确注册一个BeanFactoryPostProcessor使用BeanFactory实现时,您必须编写代码如下:原创 2014-07-29 08:09:10 · 1140 阅读 · 0 评论 -
Spring jdbcTemplate 应用
Examples of JdbcTemplate class usageThis section provides some examples of JdbcTemplate class usage. These examples are not an exhaustive list of all of the functionality exposed by the Jd原创 2014-07-29 11:37:15 · 1534 阅读 · 0 评论 -
shiro SpringMvc Hibernate 入门
先来Web.xml<!-- ~ Licensed to the Apache Software Foundation (ASF) under one ~ or more contributor license agreements. See the NOTICE file ~ distributed with this work for additional informati原创 2014-07-18 14:16:10 · 1144 阅读 · 0 评论 -
SSH框架中使用log4j的方便之处
本文转自:http://www.cnblogs.com/rushoooooo/archive/2011/08/29/2157361.htmlSSH框架中使用log4j的方便之处1. 动态的改变记录级别和策略,即修改log4j.properties,不需要重启Web应用,这需要在web.xml中设置一下。2. 把log文件定在 /WEB-INF/logs/ 而不需要写绝对路径。3转载 2014-03-03 17:25:47 · 719 阅读 · 0 评论 -
Syntax error, parameterized types are only available if source level is 1.5已解
我用的是MyEclipse for spring10解决问题如下:原创 2012-04-12 13:36:25 · 992 阅读 · 0 评论 -
创建 simple Bookmark Portlet
src/main/java/com/mycompany/EditBookmarkAction.javapublic class EditBookmarkAction extends DefaultActionSupport implements PortletPreferencesAware, Preparable, ParameterAware { private String ol原创 2012-08-18 03:28:01 · 641 阅读 · 0 评论 -
Spring 事务配置管理
Spring 事物配置详解 事物配置:原创 2014-07-29 11:16:52 · 1361 阅读 · 0 评论