码迷,mamicode.com
首页 >  
搜索关键字:logical standby    ( 1164个结果
MS SQL Server 查看數據庫大小及壓縮Log文件
公司每月要統計人事數據庫的大小下面是統計SQL Server數據庫大小的SQL語句:SELECT DB_NAME(database_id) AS [Database Name], [Name] AS [Logical Name], ((size * 8) / 1024) AS [S...
分类:数据库   时间:2015-01-28 09:31:20    阅读次数:207
matlab中&和&&的用法与区别
今天在matlab仿真基于区域生长的图像分割的算法时,遇到了 ??? Operands to the || and && operators must be convertible to logical scalar values. Error in ==> regiongrowing at 25        if Y(i+u,j+v)==0 && abs(I(i+u,j+v)-...
分类:其他好文   时间:2015-01-23 09:33:26    阅读次数:248
oracle单实例通过dataguard 迁移到RAC
One instance primary to RAC standbyDataGuard Configuration:     Primary standby Clusterware Oracle Database 11g Enterprise Edition Release 11.2.0.4.0 - 64bit 11...
分类:数据库   时间:2015-01-22 20:19:15    阅读次数:519
使用思科4507交换机引擎上的万兆模块
解决前状态1、接口配置interfaceTenGigabitEthernet3/1descriptionToC4507-387-standby-10Gswitchportmodetrunkchannel-group40modeonend2、接口状态SW-SJHL-2C-386-Core#showinterfacestenGigabitEthernet3/1TenGigabitEthernet3/1isdown,lineprotocolisdown(inactive)Hardwar..
分类:其他好文   时间:2015-01-22 15:52:50    阅读次数:1009
Cocoa中对日期和时间的处理 NSCalendar (一)
NSCalendar用于处理时间相关问题。比如比较时间前后、计算日期所的周别等。1. 创建或初始化可用以下方法+ (id)currentCalendar;取得当前用户的逻辑日历(logical calendar)+ (id)autoupdatingCurrentCalendar;取得当前用户的逻辑日...
分类:其他好文   时间:2015-01-21 22:19:51    阅读次数:167
Mysql HA-Install DRBD+HeartBeat+Mysql On Redhat 6.3
配置信息: Primary: Name:zbdba1 OS:redhat 6.3 IP:192.168.56.220 drbd:8.4.0 heartbeat:3.0.4 Standby: Name:zbdba2 OS:Redhat 6.3 IP:192.168.56.221 drbd:8.4.0 heartbeat:3.0.4 主要分为如下步骤: 1、安装DRBD 2、安装Mysql...
分类:数据库   时间:2015-01-21 11:49:56    阅读次数:329
R语言中的logical(0)和numeric(0)以及赋值问题
logical(0) 不等于 numeric(0)。两者都不等于NULL值,即is.null(logical(0))和is.null(numeric(0))返还值都是FALSE。这很有意思,说明长度为零的值有时却不会别算为空值,但空值的定义却是函数中没有被赋值的参数,特征就是没有值。如何区分NULL...
分类:编程语言   时间:2015-01-20 13:37:55    阅读次数:240
【HADR】How to reestablish HADR from scratch after a failure on Standby
转载 http://www-01.ibm.com/support/docview.wss?uid=swg21514783 Cause Have a HADR pair with Primary online but a failure on the Standby makes it necessar...
分类:数据库   时间:2015-01-19 20:51:42    阅读次数:223
uva 11645
Problem JBitsInput:Standard InputOutput:Standard OutputAbitis a binary digit, taking a logical value of either "1" or "0" (also referred to as "true" ...
分类:其他好文   时间:2015-01-16 14:20:21    阅读次数:212
GitHub详解(转)
GitHub 是一个共享虚拟主机服务,用于存放使用Git版本控制的软件代码和内容项目。它由GitHub公司(曾称Logical Awesome)的开发者Chris Wanstrath、PJ Hyett和Tom Preston-Werner使用Ruby on Rails编写而成。 GitHub同时提....
分类:其他好文   时间:2015-01-15 21:46:32    阅读次数:339
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!