计划: 1. 3月 考出OCP 2. 重点在5月份- 3. 4-6月学习RHCE 8月中开出RHCE 4. 10月份:好好想想未来的计划
分类:
其他好文 时间:
2015-02-16 16:43:35
阅读次数:
134
为什么要提倡“DesignPattern呢?根本原因是为了代码复用,增加可维护性。那么怎么才能实现代码复用呢?面向对象有几个原则:开闭原则(OpenClosedPrinciple,OCP)里氏代换原则(LiskovSubstitutionPrinciple,LSP)依赖倒转原则(DependencyInversionPrinciple,DIP)接口隔..
分类:
其他好文 时间:
2015-02-03 15:23:00
阅读次数:
174
设计模式四大原则:单一职责原则(SRP)、开放-封闭原则(OCP)、依赖倒转原则(DIP)、里氏代换原则(LSP)、接口隔离原则(ISP)。单一职责原则(Single-Resposibility Principle, SRP):就一个类而言,最好只做一件事,应该仅有一个引起它变化的原因。单一职责原则...
分类:
其他好文 时间:
2015-01-27 12:58:45
阅读次数:
226
开放封闭原则转:http://baike.baidu.com/view/2493421.htm转:http://dev.csdn.net/article/38/38826.shtm 开放封闭原则(OCP,Open Closed Principle)是所有面向对象原则的核心。软件设计本身所追求的目标....
分类:
其他好文 时间:
2015-01-21 19:52:19
阅读次数:
126
使用UML不仅能够形象化的表达我们的程序思想,并且能够帮助我们提高程序的质量。一个杂乱无章的程序让维护者望而生畏,其成本也可想而知。在面向程序设计(OOD)中有5条原则是帮助我们设计一个高效、简洁的程序:1.单一职责原则(SRP) 2.开放-闭合原则(OCP) 3.Liskov替换原则(LSP).....
分类:
其他好文 时间:
2015-01-21 19:37:12
阅读次数:
256
QUESTION7SeetheExhibit:WhichstatementsaretrueregardingtheUSERStablespace?(Chooseallthatapply.)A.AbitmapisusedtorecordfreeextentsB.FreeextentsinformationismanagedwithinthetablespaceC.FreeextentsinformationismanagedintheSYSAUXtablespaceD.Thedatadictionarytabl..
分类:
数据库 时间:
2015-01-20 18:28:16
阅读次数:
211
QUESTION5Youwanttoenablearchivingonyourdatabase.Presently,thedatabaseisrunninginNOARCHIVELOGmode.Givenbelowarethestepstoaccomplishthetaskinrandomorder:1.Shutdowntheinstance.2.ExecutetheALTERDATABASEARCHIVELOGcommand.3.Startuptheinstanceandmountthedatabase.4..
分类:
数据库 时间:
2015-01-20 18:27:37
阅读次数:
221
QUESTION8Examinethevaluesforthefollowinginitializationparameters:FAST_START_MTTR_TARGET=0LOG_CHECKPOINT_INTERVAL=0Whichtwowillbetheimplicationsofthesevaluesinyourdatabase?(Choosetwo.)A.TheSGAadvisorwillbedisabledB.TheMTTRadvisorwillbedisabledC.Automaticchec..
分类:
数据库 时间:
2015-01-20 18:26:19
阅读次数:
278
QUESTION6Youwanttocheckthedetailsoffewerrorsthatusershavereported.Yousearchforthealertlogfileandexecutefewcommandstofindthelocationofthealertlogfile.ViewtheExhibitandcheckthecommandsexecuted.Whatisthelocationofthealert_orcl.logfile?A.ORACLE_HOME/dbsB.ORACEL..
分类:
数据库 时间:
2015-01-20 18:25:36
阅读次数:
249
QUESTION1Younoticethattheperformanceofthedatabasehasdegradedbecauseoffrequentcheckpoints.Whichtwoactionsresolvetheissue?(Choosetwo.)A.DisableautomaticcheckpointtuningB.CheckthesizeoftheredologfilesizeandincreasethesizeifitissmallC.SettheFAST_START_MTTR_TARG..
分类:
数据库 时间:
2015-01-19 19:20:06
阅读次数:
171