写在前面:如何确定发现了一个缺陷? 被测结果明显与需求描述不一致。 测试用例描述需求中虽未言明,但是明显不合理。 功能正常,但是实现方式可能会造成资源浪费,或不良好的体验。 即便只在单个帐号或设备出现的问题,也应当缺陷处理。 在提单前,需要排除: 帐号和设备是否有其它测试环境干扰; 执行的测试用例是 ...
分类:
其他好文 时间:
2019-12-27 18:12:41
阅读次数:
214
介绍 开闭原则 开闭原则(Open Closed Principle, OCP):一个软件实体应当对扩展开放,对修改关闭。即软件实体应尽量在不修改原有代码的情况下进行扩展。 抽象类 概述: 在面向对象的概念中,所有的对象都是通过类来描绘的。而当需要更多信息来 描述/确定 一个具体的、符合应用场景的对 ...
分类:
其他好文 时间:
2019-12-21 09:29:04
阅读次数:
67
Choosetwo.Youexecutethiscommand:TRUNCATETABLEdepts;Whichtwoaretrue?A)Itdropsanytriggersdefinedonthetable.B)Itretainstheindexesdefinedonthetable.C)Itretainstheintegrityconstraintsdefinedonthetable.D)AR
分类:
其他好文 时间:
2019-12-18 14:51:33
阅读次数:
92
Choose two. You execute this command: TRUNCATE TABLE depts; Which two are true? A) It drops any triggers defined on the table. B) It retains the index ...
分类:
其他好文 时间:
2019-12-18 14:46:24
阅读次数:
132
ChoosetwoExaminethisSQLstatement:DELETEFROMemployeeseWHEREEXISTS(SELECT‘dummy‘FROMemp_historyWHEREemployee_id=e.employee_id)Whichtwoaretrue?A)ThesubqueryisexecutedforeveryrowintheEMPLOYEEStabl
分类:
其他好文 时间:
2019-12-17 11:50:40
阅读次数:
216
choose three The ORDERS table has a primary key constraint on the ORDER_ID column. The ORDER_ITEMS table has a foreign key constraint on the ORDER_ID ...
分类:
其他好文 时间:
2019-12-17 10:45:25
阅读次数:
71
choosethreeTheORDERStablehasaprimarykeyconstraintontheORDER_IDcolumn.TheORDER_ITEMStablehasaforeignkeyconstraintontheORDER_IDcolumn,referencingtheprimarykeyoftheORDERStable.Theconstraintisdefinedwitho
分类:
其他好文 时间:
2019-12-17 10:26:19
阅读次数:
79
Choosetwo.Whichtwostatementsaretrueaboutsinglerowfunctions?A)CONCAT:canbeusedtocombineanynumberofvaluesB)MOD:returnsthequotientofadivisionoperationC)CEIL:canbeusedforpositiveandnegativenumbersD)FLOOR:
分类:
其他好文 时间:
2019-12-16 16:18:05
阅读次数:
115
ChoosetwoExaninethedesatptionoftheBOOKS_TRANSACTIONStableNameNull?TypeTRANSACTION_IDNOTNULLVARCHAR2(6)TRANSACTION_TYPEVARCHAR2(3)BORROWED_DATEDATEBOOK_IDARCHAR2(6)MEMBER_IDVARCHAR2(6)Examinethispartia
分类:
其他好文 时间:
2019-12-16 16:13:07
阅读次数:
109
完全分布式集群模式,是真正的生产环境,这里详细讲解的就是如何搭建一个Hadoop完全分布式集群。 ...
分类:
其他好文 时间:
2019-12-16 09:43:30
阅读次数:
97