摘要:
需要设置程序的工作目录。progress.woringdirectory="c:\$#%$%$%";Property ValueType:System.StringThe fully qualified name of the directory that contains the process to be started. The default is an empty string ("").RemarksImportantTheWorkingDirectoryproperty must be set ifUserNameandPasswordar 阅读全文
摘要:
org.hibernate.NonUniqueObjectException: a different object with the same identifier value was already associated with the session:Hibernate经常用到的一个错误。解决的方法: 1.将session清空一下,因为已经有一个ID一样的对象存在于内存中了。 session.clear(); 2.判断是否存在和更新最好分开做。3.还没想到 阅读全文