摘要:
java.lang.IllegalArgumentException: id to load is required for loading at org.hibernate.event.LoadEvent.(LoadEvent.java:74) at org.hibernate.event.LoadEvent.(LoadEvent.java:56) at org.hibernate.im... 阅读全文
摘要:
org.springframework.dao.DuplicateKeyException: a different object with the same identifier value was already associated with the session: [cn.honry.ba 阅读全文
摘要:
public class test { public static void main(String args[]){ String arr[]={"1","2","3","4","5","6"}; for(int i=0;i<arr.length/2;i++){ String temp=arr[i]; arr[i]=arr[arr.length-i-1]; ... 阅读全文