11月18日(补17日)
8:00——11:00
做相册的删除,遇到了问题
? 错误提示为:org.springframework.orm.hibernate3.HibernateSystemException: a different object with the same identifier value was already associated with the session: [com.mender.model.po.PhotoAlbum#24];
? 错误原因:hibernate的缓存机制,要删除的po,已经缓存在Hibernate的session里了,在new一个po,这个po和缓存的不是一个对象,但主键相同,产生了冲突
11:00——12:00修改协会后台创建协会13:30——16:30在看下载的例子,做资源的下载(未完成)16:30——18:00在网上查询学习关于jndi的资料21:00——22:00在看jndi的资料总结:没看明白jndi,jndi是用来做什么的,我们有没有用到jndi,在什么地方能用到它