摘要:
场景:把从客户端提交的任务放到线程池执行 异常:HibernateException: Could not obtain transaction-synchronized Session for current thread 猜测: 根据关键词猜测可能的原因: transaction、synchro 阅读全文
摘要:
结论:区别仅在于返回的结果,修改的值是相同的,但是返回的值不同。 看一下源码注释 1 /** 2 * Atomically adds the given value to the current value. 3 * 4 * @param delta the value to add 5 * @re 阅读全文