摘要:
一、常用的视图 1.会话相关视图 V$PROCESS Contains information about the currently active processes V$SESSION Lists session information for each current session V$SE 阅读全文
摘要:
一、问题及原因 程序里有个工具类,MQMessageSender.send(),这是个static方法,平时一般调用该方法来发送mq。 调用场景如下: 结果这两天报了个错: java.lang.NoClassDefFoundError: Could not initialize class com. 阅读全文