javaEE
苦瓜丶甜
学习者
展开
-
The file cannot be validated as the host "struts.apache.org" is currently unreachable.
原文地址:http://blog.163.com/shn_000/blog/static/1713139120095144648227/ 解决方法: window->Preferences->MyEclipse->Files and Editors->XML->XML Catalog: add: 如图:xml.jpg转载 2013-12-16 15:18:57 · 5324 阅读 · 0 评论 -
Hibernate Annotation使用
Hibernate Annotation应用 @Entity @Table @Id @Column @Transient //透明,不加入影射 @Temporal(TemporalType.DATE) //时间刻度、针度 @Enumerated(EnumType.STRING) //枚举类型 ID生成策略 @Id @TableGenerator(name = "ta转载 2014-10-04 02:26:06 · 525 阅读 · 0 评论