摘要:
For artifact {null:null:null:jar}: The groupId cannot be empty构建报错 maven 问题描述 出现这玩意 [ERROR] To see the full stack trace of the errors, re-run Maven wi 阅读全文
摘要:
for update造成的Oracle锁表与解锁 一、锁表现象 用户一在PL/SQL或SQL Developer中执行如下语句: select uid, username from t_user where uid = 2 for update; 并且没有点击提交事务,那么会产生行级锁。 那么用户二 阅读全文
摘要:
1、查锁 select t2.username,t2.sid,t2.serial#,t2.logon_time from v$locked_object t1,v$session t2 where t1.session_id=t2.sid order by t2.logon_time; 解锁 alt 阅读全文