J2EE
文章平均质量分 64
Level_Meng
学而不思则罔
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Struts2的 date tag
关于date标签的使用 date的属性如下: format false false String Date or DateTime format pattern id false false String Deprecated. Use 'var' instead name true false String The原创 2012-08-18 03:11:59 · 835 阅读 · 0 评论 -
SiteMesh 初试 学习之路2
Introduction The 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 · 726 阅读 · 0 评论 -
SiteMesh 初试 学习之路1
废话少说: 我们为什么要用原创 2014-08-05 14:43:43 · 681 阅读 · 0 评论 -
Spring 零碎整理 以后自己用的到
明确注册一个BeanFactoryPostProcessor使用BeanFactory实现时,您必须编写代码如下:原创 2014-07-29 08:09:10 · 1190 阅读 · 0 评论 -
Spring jdbcTemplate 应用
Examples of JdbcTemplate class usage This 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 · 1591 阅读 · 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 · 1193 阅读 · 0 评论 -
SSH框架中使用log4j的方便之处
本文转自:http://www.cnblogs.com/rushoooooo/archive/2011/08/29/2157361.html SSH框架中使用log4j的方便之处 1. 动态的改变记录级别和策略,即修改log4j.properties,不需要重启Web应用,这需要在web.xml中设置一下。 2. 把log文件定在 /WEB-INF/logs/ 而不需要写绝对路径。 3转载 2014-03-03 17:25:47 · 770 阅读 · 0 评论 -
Syntax error, parameterized types are only available if source level is 1.5已解
我用的是MyEclipse for spring10 解决问题如下:原创 2012-04-12 13:36:25 · 1061 阅读 · 0 评论 -
创建 simple Bookmark Portlet
src/main/java/com/mycompany/EditBookmarkAction.java public class EditBookmarkAction extends DefaultActionSupport implements PortletPreferencesAware, Preparable, ParameterAware { private String ol原创 2012-08-18 03:28:01 · 712 阅读 · 0 评论 -
Spring 事务配置管理
Spring 事物配置详解 事物配置:原创 2014-07-29 11:16:52 · 1416 阅读 · 0 评论
分享