摘要:
Caused by: org.hibernate.PropertyValueException: not-null property references a null or transient value: com.hneb.lbpc.appointment.vo.WorkSchedVO.COff 阅读全文
posted @ 2018-01-22 17:06
墨.荷
阅读(831)
评论(0)
推荐(0)
摘要:
String hql="from XxxVO where id in (?)";//这里有个真地方 注意一下,就是在设置参数的时候使用setParametList(lists);接收一个集合 setParameter是从0开始的 阅读全文
posted @ 2018-01-22 17:05
墨.荷
阅读(1336)
评论(0)
推荐(0)
摘要:
导出File-->export-->General-->Preferences-->勾选ExportAll-->选择你要保存To preferences file (.epf)文件的位置-->finish 导入File-->import-->General-->Preferences-->勾选Imp 阅读全文
posted @ 2018-01-22 17:01
墨.荷
阅读(1242)
评论(0)
推荐(0)
摘要:
方法一 前提是比较过右击被覆盖的文件-->replace with--> local history 可以查到你最近比较过得信息 阅读全文
posted @ 2018-01-22 17:00
墨.荷
阅读(2788)
评论(0)
推荐(0)
摘要:
打开 这个文件夹 E:\LearnSoftWare\java\IDE\eclipse\configuration\.settings(你自己的解压路径)在打开 org.eclipse.ui.ide.prefs这个文件MAX_RECENT_WORKSPACES=10RECENT_WORKSPACES= 阅读全文
posted @ 2018-01-22 16:58
墨.荷
阅读(424)
评论(0)
推荐(0)
摘要:
debug模式下eclipse总是自动跳到ThreadPoolExecutor解决方案在eclipse中点击Window->Preference->Java->Debug将“Suspend execution on uncaught exceptions”的勾去掉即可 阅读全文
posted @ 2018-01-22 16:56
墨.荷
阅读(157)
评论(0)
推荐(0)