10 2013 档案

摘要:如下图,在发布应用时,因为codesign问题卡住了。尝试修改Target中的code sign setting,没有效果。 接着,在Developer Center删除所有证书,甚至包括Apps ID,重新生成,还是不行。 期间还出现了一些乱七八糟的问题,什么iPhone Developer证书重 阅读全文
posted @ 2013-10-25 15:14 jaenson 阅读(2217) 评论(0) 推荐(0)
摘要:在执行Hibernate的Update操作时,报错:a different object with the same identifier value was already associated with the session。原因:在hibernate中同一个session里面有了两个相同标识但是是不同实体。通常来说,使用session的merge(object)便可以解决。但也有其他令几种方式供参考:1、a different object with the same identifier value was already associated with the session。 . 阅读全文
posted @ 2013-10-18 11:22 jaenson 阅读(446) 评论(0) 推荐(1)