码迷,mamicode.com
首页 >  
搜索关键字:ocp    ( 1060个结果
OCP-052考试题库汇总(5)-CUUG内部解答版
Examine these attributes for the profile assigned to USER1 whose password is oracle_4U. ? PASSWORD_REUSE_MAX is 5. ? PASSWORD_REUSE_TIME is 10. ? PASS ...
分类:其他好文   时间:2019-07-25 13:32:14    阅读次数:117
OCP-052考试题库汇总(4)-CUUG内部解答版
Whichfourstatementsaretrueabouttruncatingatable?  A)Anyinserttriggersforthetablewillbeexecuted.  B)Anyofthetable’sindexesarealsotruncated.  C)Anydeletetriggersforthetablewillbeexecuted.  D)Alltables
分类:其他好文   时间:2019-07-25 10:43:19    阅读次数:83
高性能TcpServer - 3.命令通道(处理:掉包,粘包,垃圾包)
高性能TcpServer - 1.网络通信协议 高性能TcpServer - 2.创建高性能Socket服务器SocketAsyncEventArgs的实现(IOCP) 高性能TcpServer - 3.命令通道(处理:掉包,粘包,垃圾包) 高性能TcpServer - 4.文件通道(处理:文件分包 ...
分类:其他好文   时间:2019-07-24 16:36:05    阅读次数:174
开放封闭原则 Open-Closed Principle(OCP)
最理想的状态(或者目的)是软件中的对象(类,模块,函数等等)应该对于扩展是开放的,但是对于修改是封闭的。 1.栗子 2.如果需要增加一个新的日志方式(比如数据库,服务等),怎么办?当然这段代码也违背了单一职责原则。 3.如果以上述的方式进行设计,那么新的需求加入,即可如下实现。 参考:https:/ ...
分类:其他好文   时间:2019-07-18 16:43:46    阅读次数:115
【第60题】【062题库】2019年OCP认证062考试新题
60题、choose one When does a database checkpoint occur? A) When there is an online redo log switch. B) When the SHUTDOWN ABORT command is issued. C) Whe ...
分类:其他好文   时间:2019-07-18 13:26:56    阅读次数:85
依赖抽象,而不要依赖具体实现
设计模式的和性原则是:开-闭原则,(Open - Close Principle OCP) ,一切的一切都是围绕这开-闭原则展开的 意思是,在一个系统中,对于扩展是开放的,对于修改是关闭的,一个好的系统是在不修改源代码的情况下, 可以扩展你的功能,而实现开闭原则的关键就是接口抽象化, 在开闭原则中, ...
分类:其他好文   时间:2019-07-15 01:28:28    阅读次数:260
Greenplum 调优--查看子节点SQL运行状态
摘自《Greenplum企业应用实战》 重点: 使用gp_dist_random函数,将查询下发到每个Segement 创建查看子节点SQL运行状态视图 1)创建v_active_sql视图方便查看SQL create view v_active_sql as select pg_stat_acti ...
分类:数据库   时间:2019-07-04 17:32:59    阅读次数:1207
面向对象设计的几大原则
1.单一职责原则(SRP,Single Responsibility Principle) 2.开闭原则(OCP,Open Closed Principle) 3.里氏替换原则(LSP,Liskov Substitution Principle) 4.依赖倒置原则(DIP,Dependence In ...
分类:其他好文   时间:2019-06-30 13:54:36    阅读次数:101
【第53题】【062题库】2019年OCP认证062考试新题
53题、choose two The HR user executes the following query on the EMPLOYEES table but does not issue COMMIT, ROLLBACK, or any data definition language (D ...
分类:其他好文   时间:2019-06-27 13:36:45    阅读次数:98
Inbound soft reconfiguration not enabled
Inbound soft reconfiguration not enabled
分类:其他好文   时间:2019-06-25 23:23:38    阅读次数:242
1060条   上一页 1 ... 16 17 18 19 20 ... 106 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!