摘要:
Calendar cDate = Calendar.getInstance(); cDate.set(2009,12,1); cDate.setTime(date);//这个可能更好用 cDate.getActualMaximum(Calendar.DAY_OF_MONTH); 阅读全文
posted @ 2010-01-28 16:44 刘政道 阅读(394) 评论(0) 推荐(0)
|
|||
|
摘要:
Calendar cDate = Calendar.getInstance(); cDate.set(2009,12,1); cDate.setTime(date);//这个可能更好用 cDate.getActualMaximum(Calendar.DAY_OF_MONTH); 阅读全文
posted @ 2010-01-28 16:44 刘政道 阅读(394) 评论(0) 推荐(0)
摘要:
Richfaces有Skins: Laguna 、Glass-X、Dark-X、BlueSky、Classic、Ruby、Wine、DeepMarine、EmeraldTown、Sakura、 Plain、Default、等肤色,你可以在web.xml中配置[代码] 阅读全文
posted @ 2010-01-28 16:43 刘政道 阅读(202) 评论(0) 推荐(0)
摘要:
org.hibernate.HibernateException: identifier of an instance of ceapet.jbpm.processInstance was altered from 1 to 1 原来是自己写的processInstance 类和jbpm的ProcessInstance类相冲突。 阅读全文
posted @ 2010-01-28 16:42 刘政道 阅读(3316) 评论(0) 推荐(0)
摘要:
WARN org.hibernate.engine.StatefulPersistenceContext.ProxyWarnLog - Narrowing proxy to class org.jbpm.graph.node.TaskNode - this operation breaks ==WARN org.hibernate.engine.StatefulPersistenceContext... 阅读全文
posted @ 2010-01-28 16:40 刘政道 阅读(2268) 评论(1) 推荐(0) |
|||