码迷,mamicode.com
首页 >  
搜索关键字:portfast bpdu guard    ( 594个结果
插入排序---希尔插入排序算法(Javascript版)
取一个小于n的整数作为第一个增量,把序列分组。所有距离为增量的倍数的元素放在同一个组中。先在各组内进行直接插入排序;然后,取第二个增量(第二个= 0 && guard = 1){ shellInsertSort(elements, di); //每次减半,最后增量必须为1 di =...
分类:编程语言   时间:2014-09-28 21:25:25    阅读次数:187
【Oracle】PSU升级过程
以下是该PSU的自述文件中的内容: 3.2 Patch Installation Instructions Follow these steps: If you are using a Data Guard Physical Standby database, you must install this patch on both the primary database and t...
分类:数据库   时间:2014-09-24 15:49:17    阅读次数:508
SGU 188.Factory guard
模拟code#include #include #define LEN 1000using namespace std;int n, t;int pos[30], last[30], v[30];int ans[30];int main(){ cin >> n >> t; for (in...
分类:其他好文   时间:2014-09-09 21:18:59    阅读次数:232
php5.3 安装 Zend Guard Loader
复制 ZendGuardLoader.so 至 PHP 扩展目录
分类:Web程序   时间:2014-08-19 14:21:44    阅读次数:196
where the lift is not completely lowered or raised
Questa societ che aveva iniziato piccola ben presto tr . Additionally, when constructing scaffolding, netting and/or guard rails may be used for extra...
分类:其他好文   时间:2014-08-14 13:49:58    阅读次数:329
警卫安排(dp好题)
警卫安排(guard)【题目描述】一个重要的基地被分为 n 个连通的区域。出于某种神秘的原因,这些区域以一个区域为核心,呈一颗树形分布。在每个区域安排警卫所需要的费用是不同的,而每个区域的警卫都可以望见其相邻的区域,只要一个区域被一个警卫望见或者是安排有警卫,这个区域就是安全的。你的任务是:在确保所...
分类:其他好文   时间:2014-08-07 18:15:00    阅读次数:188
【DataGuard】部署Data Guard相关参数详解 (转载)
原文地址:【DataGuard】部署Data Guard相关参数详解作者:secooler有关物理Data Guard部署参考《【DataGuard】同一台主机实现物理Data Guard配置安装》(http://space.itpub.net/519536/viewspace-578181),本文...
分类:其他好文   时间:2014-08-07 18:05:00    阅读次数:247
portfast与bpdu guard
BPDUguard的功能是当这个端口收到任何的BPDU就马上设为Error-Disabled状态.我们知道,当交换机STP功能启用的时候,默认所有端口都会参与STP,并发送和接受BPDU.当BPDUguard开启后,在正常情况下,一个下联寝室的端口是不会收到任何BPDU的,因为PC和小交换机都不支持STP,所以不会收发B..
分类:其他好文   时间:2014-08-02 23:36:24    阅读次数:482
血泪史
记录iOS开发生涯中,因知识库不完备、知识点不清晰,导致的各种坑。 1.You cannot remove objects from array while fast-enumerating it: numeration is “safe”—the enumerator has a mutation guard so that...
分类:其他好文   时间:2014-07-28 16:55:24    阅读次数:247
怎样避免“if”嵌套
前几日在浏览stackoverflow网站时,偶然看到别人提的“How to avoid ‘if’ chains” 的问题,觉得这是一个编程人员在编程时很容易就碰到的问题,而且我自己在看一些源码时也遇到过这种编程方式,因此,对这个问题进行一点总结。 if嵌套的情况很多,下面列出一些情况,并给出了相对来说比较简洁的书写方式以供参考: 1、使用一个guard来使用代码变得平坦 a、代码如下:...
分类:其他好文   时间:2014-07-08 18:43:22    阅读次数:191
594条   上一页 1 ... 56 57 58 59 60 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!