摘要: dba权限检查下select tablespace_name, file_id, file_name,round(bytes/(1024*1024),0) total_spacefrom dba_data_filesorder by tablespace_name;表空间中的数据文件如果已经足够大(... 阅读全文
posted @ 2015-04-21 13:35 GrandKai 阅读(3917) 评论(0) 推荐(0)
摘要: 第十六条:复合优先于继承//这是一个不好的类---执行的结果 addCount = 4(addAll的实现依赖于HashSet的add方法,InstrumentHashSet方法重写了add方法有执行了addCount++)public class InstrumentHashSet extends... 阅读全文
posted @ 2015-04-21 10:24 GrandKai 阅读(231) 评论(0) 推荐(0)