一般在设备默认情况下cisco与中兴三层设备通过OSPF协议连接,在低于500的包是可以ping通的,但是一旦超过500,就将丢包。这是因为ppp封装的时候cisco设备默认将包分片,中兴设备不支持分片重组,所以导致接受数据无法匹配。但如果将MTU减小到500之后,cisco设备即使分片,也是..
分类:
系统相关 时间:
2015-01-28 10:00:48
阅读次数:
209
// 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
#define QUOTA (5*1024*1024*1024)
uint64_t ui64 = QUOTA;
gcc编译器会报出:warning: integer overflow in expression,你发现哪里出问题了?以此为戒!...
分类:
其他好文 时间:
2015-01-26 11:58:28
阅读次数:
309
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
Defining Custom AnimationsThis lesson teaches you toCustomize Touch FeedbackUse the Reveal EffectCustomize Activity TransitionsAnimate View State Chan...
分类:
其他好文 时间:
2015-01-25 18:09:28
阅读次数:
282
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
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
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
Maintaining CompatibilityThis lesson teaches you toDefine Alternative StylesProvide Alternative LayoutsUse the Support LibraryCheck the System Version...
分类:
其他好文 时间:
2015-01-25 17:54:49
阅读次数:
216
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