摘要: There are four interfaces in the javax.ejb package that are related to timers: TimedObject Timer TimerHandle TimerService 查了一下,weblogic.jar里面不包括TimerService等几个类。。。http://e-docs.bea.com/wls/docs90/ejb/...阅读全文
摘要: 6 - 8.1 WebLogic 6 through 8.1 utilize a customized version of the JMX 1.0 RI.They only support direct RMI access via the T3 protocol for remote MBeanServer access. IIOP access has never worked for me...阅读全文
摘要: create or replace function MD5_Digest (vin_string IN VARCHAR2) RETURN VARCHAR2 IS---- Return an MD5 hash of the input string.--BEGINRETURN UPPER(Dbms_Obfuscation_Toolkit.Md5 ( input => utl_raw.cast...阅读全文