码迷,mamicode.com
首页 >  
搜索关键字:physical standby con    ( 4206个结果
tab切换
(function(){ var tit = $("#tab a"), con = $("#tcontent>div"), cur = 'cur'; tit.mousemove(function(){ var index = tit.index(th...
分类:其他好文   时间:2014-07-31 19:57:47    阅读次数:184
连接数据库
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Data; using System.Data.SqlClient; using System.Con...
分类:数据库   时间:2014-07-31 12:07:56    阅读次数:240
CII-原子
#ifndef ATOM_INCLUDED #define ATOM_INCLUDED extern int Atom_length(const char *str); extern const char *Atom_new(const char *str, int len); extern const char *Atom_string(const char *str); extern con...
分类:其他好文   时间:2014-07-31 00:04:09    阅读次数:289
【HackerRank】 Find Digits
Find DigitsProblem StatementGiven a number you have to print how many digits in that number exactly divides that number.Input formatThe first line con...
分类:其他好文   时间:2014-07-30 11:55:13    阅读次数:250
Spark SQL Catalyst源码分析之Physical Plan 到 RDD的具体实现
Spark SQL 物理计划到 RDD 的计算过程实现。...
分类:数据库   时间:2014-07-29 22:08:02    阅读次数:656
Oracle Dataguard 基本原理
1、DATAGUARD原理DATAGUARD是通过建立一个PRIMARY和STANDBY组来确立其参照关系。STANDBY一旦创建,DATAGUARD就会通过将主数据库(PRIMARY)的REDO传递给STANDBY数据库,然后在STANDBY中应用REDO实现数据库的同步。有两种类型的STANDB...
分类:数据库   时间:2014-07-29 21:44:12    阅读次数:493
测定网络流量的模式和Virtual Connect 的网络设计(Active/Standby vs Active/Active)
确定网络类型的模式和VirtualConnect网络设计的类型(Active/StandbyvsActive/Active)当面对选择使用何种VirtualConnect网络设计类型(Active/Active(A/A)vs.Active/Standby(A/S)uplinks)时,需要考虑Enclosure内部需要支持网络流量的类型,例如,是否Enclosure内部有更多的Se..
分类:数据库   时间:2014-07-29 18:19:32    阅读次数:264
Enable MFA for a user
If you are root/admin account, in order to configure a virtual MFA device, you must have physical access to the device. For example, if you are configuring MFA for a user who will use a smartphone to...
分类:其他好文   时间:2014-07-29 17:56:02    阅读次数:321
php操作mysql小结
<?php//连接数据库//设置文档显示编码header(‘Content-type:text/html;charset=utf-8‘);if($con=mysql_connect(‘localhost‘,‘root‘,‘1234‘)){//返回连接标识符 echo‘连接成功<br>‘;}else{ echo‘连接失败<br>‘;}//选择数据库if(mysql_select_db(‘mydbtest‘)){ ec..
分类:数据库   时间:2014-07-29 15:46:29    阅读次数:234
Spark SQL Catalyst源码分析之Physical Plan
Spark SQL之Catalyst的物理计划,讲解了物理计划的产生过程,以及涉及到的策略。...
分类:数据库   时间:2014-07-29 14:46:18    阅读次数:514
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!