码迷,mamicode.com
首页 >  
搜索关键字:ospf lesson 3    ( 1993个结果
关于cisco与中兴三层设备ospf互连
一般在设备默认情况下cisco与中兴三层设备通过OSPF协议连接,在低于500的包是可以ping通的,但是一旦超过500,就将丢包。这是因为ppp封装的时候cisco设备默认将包分片,中兴设备不支持分片重组,所以导致接受数据无法匹配。但如果将MTU减小到500之后,cisco设备即使分片,也是..
分类:系统相关   时间:2015-01-28 10:00:48    阅读次数:209
Lesson(DynamicMerry)动态内存分配
// main.m// 1-27随堂笔记//讲师: 小辉//笔者: 王学文// Created by lanouhn on 15/1/27.// Copyright (c) 2015年 lanouhn. All rights reserved.//动态内存分配(DynamicMerry)#impor...
分类:其他好文   时间:2015-01-27 23:14:58    阅读次数:227
warning: integer overflow in expression (take this as a lesson)
#define QUOTA (5*1024*1024*1024) uint64_t ui64 = QUOTA; gcc编译器会报出:warning: integer overflow in expression,你发现哪里出问题了?以此为戒!...
分类:其他好文   时间:2015-01-26 11:58:28    阅读次数:309
Material Design系列第四篇——Using the Material Theme
Defining Shadows and Clipping ViewsThis lesson teaches you toAssign Elevation to Your ViewsCustomize View Shadows and OutlinesClip ViewsYou should als...
分类:其他好文   时间:2015-01-25 18:11:10    阅读次数:176
Material Design系列第六篇——Defining Custom Animations
Defining Custom AnimationsThis lesson teaches you toCustomize Touch FeedbackUse the Reveal EffectCustomize Activity TransitionsAnimate View State Chan...
分类:其他好文   时间:2015-01-25 18:09:28    阅读次数:282
Material Design系列第二篇——Getting Started
Getting StartedThis lesson teaches you toApply the Material ThemeDesign Your LayoutsSpecify Elevation in Your ViewsCreate Lists and CardsCustomize You...
分类:其他好文   时间:2015-01-25 18:05:08    阅读次数:188
Material Design系列第五篇——Working with Drawables
Working with DrawablesThis lesson teaches you toTint Drawable ResourcesExtract Prominent Colors from an ImageCreate Vector DrawablesYou should also re...
分类:其他好文   时间:2015-01-25 18:02:46    阅读次数:164
Material Design系列第三篇——Using the Material Theme
Using the Material ThemeThis lesson teaches you toCustomize the Color PaletteCustomize the Status BarTheme Individual ViewsYou should also readMateria...
分类:其他好文   时间:2015-01-25 17:58:32    阅读次数:162
Material Design系列第七篇——Maintaining Compatibility
Maintaining CompatibilityThis lesson teaches you toDefine Alternative StylesProvide Alternative LayoutsUse the Support LibraryCheck the System Version...
分类:其他好文   时间:2015-01-25 17:54:49    阅读次数:216
思科CCNA第二学期第十一章答案
1.请参见图示。“O*E2 0.0.0.0/0 [110/1] via 192.168.1.1, 00:05:34, Serial0/0”一行中的“O*E2”代表什么含义? 内部第 2 类 OSPF 路由。 距离至少两跳远的外部 OSPF 路由。 来自两个不同源的外部 OSPF 路由。 不会增加开销的外部 ...
分类:其他好文   时间:2015-01-24 21:27:33    阅读次数:679
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!