本月博客排行
-
第1名
wy_19921005 -
第2名
mft8899 -
第3名
java-007 - benladeng5225
- Anmin
年度博客排行
-
第1名
龙儿筝 -
第2名
宏天软件 -
第3名
benladeng5225 - wy_19921005
- vipbooks
- kaizi1992
- 青否云后端云
- e_e
- tanling8334
- sam123456gz
- arpenker
- zysnba
- fantaxy025025
- xiangjie88
- wallimn
- lemonhandsome
- ganxueyun
- jh108020
- Xeden
- xyuma
- zhanjia
- wangchen.ily
- johnsmith9th
- zxq_2017
- forestqqqq
- jbosscn
- daizj
- xpenxpen
- 喧嚣求静
- kingwell.leng
- lchb139128
- kristy_yy
- jveqi
- javashop
- lzyfn123
- sunj
- yeluowuhen
- ajinn
- lerf
- silverend
- chenqisdfx
- xiaoxinye
- flashsing123
- bosschen
- lyndon.lin
- zhangjijun
- sunnylocus
- lyj86
- paulwong
- sgqt
最新文章列表
Exception in thread
错误提示:
Exception in thread "main" org.hibernate.exception.ConstraintViolationException: could not insert: [com.Hibernate.Ppp]
解决方法:
修改,删除都正确 但是插入一条数据就报错!
是ID generator的事情 改成increment就没事了!
Liferay Portal 4.1.0版本发布了
Liferay Portal 4.1.0版本发布了,该版本新增了一个留言版和基于web2.0样式的邮件portlet,提供了对Geronimo的支持,并且改进了对LDAP的支持。
新增的特性有:1、可以对Organizations和Locations指定Communities。2、在原有的权限管理架构上增加了User Groups。3、改进对LDAP的支持,包括LDAP管理界面、LDAP属性映射 ...
Fwd: Re: Exececuting another application from within ruby
-------------------- Start of forwarded message --------------------From: "Ara.T.Howard" <Ara.T.Howard@noaa.gov>Newsgroups: comp.lang.rubySubject: Re: Exececuting another application fr ...
jdk logging framework小试
简
单讲起来,jdk的logging
framework中主要的东东就是Logger,Handler。其他的也许有用的东西还有Formatter。Logger是logging的执行
类,我们调用它上面的方法去执行log动作;Handler用来定义如何具体实现log动作,我们可以为一个Logger添加和删除Handler;
Format则负责对log的格式的设置。下面看具体代码:
1 Logger l ...