理论准备:
利用abr-summary 过滤区域内的路由,对区域类型没有要求。
利用asbr-summary过滤区域内的外部路由,需要在区域内部的ASBR上配置,当ASBR很多时,配置比较复杂。
利用asbr-summary过滤区域内的外部路由,只需要在ABR上配置,但是要求区域必需为NSSA 。
not-advertise参数:不通告匹配指定IP地址/掩码的路由 
一、实验证明以下两点
利用abr-summary 过滤区域内的路由
abr-summary ip-address mask [ advertise | not-advertise ]
利用asbr-summary过滤区域内的外部路由
asbr-summary ip-address mask [ not-advertise | tag tag-value ] 
拓扑如下,配置会在最后会贴出来,设备用的是华三的模拟器

1、1配置聚合前:
<R4>dis ip ro
Routing Tables: Public
Destinations : 15       Routes : 15
Destination/Mask    Proto  Pre  Cost         NextHop         Interface
3.3.3.0/30          OSPF   10   3124         4.4.4.1         S0/6/1
3.3.3.2/32          O_ASE  150  1            4.4.4.1         S0/6/1
4.4.4.0/30          Direct 0    0            4.4.4.2         S0/6/1
4.4.4.1/32          Direct 0    0            4.4.4.1         S0/6/1
4.4.4.2/32          Direct 0    0            127.0.0.1       InLoop0
6.1.1.1/32          O_ASE  150  1            4.4.4.1         S0/6/1
6.1.2.1/32          O_ASE  150  1            4.4.4.1         S0/6/1
6.1.3.1/32          O_ASE  150  1            4.4.4.1         S0/6/1
7.1.1.1/32          Direct 0    0            127.0.0.1       InLoop0
7.1.2.1/32          Direct 0    0            127.0.0.1       InLoop0
7.1.3.1/32          Direct 0    0            127.0.0.1       InLoop0
10.1.1.2/32         O_ASE  150  1            4.4.4.1         S0/6/1
10.1.1.4/32         Direct 0    0            127.0.0.1       InLoop0
127.0.0.0/8         Direct 0    0            127.0.0.1       InLoop0
127.0.0.1/32        Direct 0    0            127.0.0.1       InLoop0
R4的路由表中有三条O_ASE 6.1.0.0/16网段
[R4]dis ospf lsdb
OSPF Process 1 with Router ID 10.1.1.4
Link State Database 
Area: 0.0.0.1
Type      LinkState ID    AdvRouter          Age  Len   Sequence   Metric
Router    10.1.1.4        10.1.1.4           812  84    80000004       0
Router    10.1.1.3        10.1.1.3           813  48    80000002       0
Sum-Net   3.3.3.0         10.1.1.3           821  28    80000001    1562
Sum-Asbr  10.1.1.2        10.1.1.3           821  28    80000001    1562
AS External Database
Type      LinkState ID    AdvRouter          Age  Len   Sequence   Metric
External  6.1.2.1         10.1.1.2           266  36    80000001       1
External  6.1.3.1         10.1.1.2           266  36    80000001       1
External  6.1.1.1         10.1.1.2           266  36    80000001       1
External  3.3.3.0         10.1.1.2           854  36    80000001       1
External  3.3.3.2         10.1.1.2           854  36    80000001       1
External  10.1.1.2        10.1.1.2           854  36    80000001       1
[R1] dis ip ro
Routing Tables: Public
Destinations : 13       Routes : 13
Destination/Mask    Proto  Pre  Cost         NextHop         Interface
3.3.3.0/30          Direct 0    0            3.3.3.1         S0/6/0
3.3.3.1/32          Direct 0    0            127.0.0.1       InLoop0
3.3.3.2/32          Direct 0    0            3.3.3.2         S0/6/0
4.4.4.0/30          OSPF   10   3124         3.3.3.2         S0/6/0
6.1.1.1/32          Direct 0    0            127.0.0.1       InLoop0
6.1.2.1/32          Direct 0    0            127.0.0.1       InLoop0
6.1.3.1/32          Direct 0    0            127.0.0.1       InLoop0
7.1.1.1/32          OSPF   10   3124         3.3.3.2         S0/6/0
7.1.2.1/32          OSPF   10   3124         3.3.3.2         S0/6/0
7.1.3.1/32          OSPF   10   3124         3.3.3.2         S0/6/0
10.1.1.2/32         Direct 0    0            127.0.0.1       InLoop0
127.0.0.0/8         Direct 0    0            127.0.0.1       InLoop0
127.0.0.1/32        Direct 0    0            127.0.0.1       InLoop0
R1的路由表中有三条ospf路由到 7.1.0.0/16网段
下面我们再来分析R1的LSA
[R1] dis ospf lsdb
OSPF Process 1 with Router ID 10.1.1.2
Link State Database 
Area: 0.0.0.0
Type      LinkState ID    AdvRouter          Age  Len   Sequence   Metric
Router    10.1.1.3        10.1.1.3           778  48    80000003       0
Router    10.1.1.2        10.1.1.2           782  48    80000002       0
Sum-Net   4.4.4.0         10.1.1.3           760  28    80000001    1562
Sum-Net   7.1.3.1         10.1.1.3           182  28    80000001    1562
Sum-Net   7.1.2.1         10.1.1.3           182  28    80000001    1562
Sum-Net   7.1.1.1         10.1.1.3           182  28    80000001    1562
AS External Database
Type      LinkState ID    AdvRouter          Age  Len   Sequence   Metric
External  6.1.2.1         10.1.1.2           202  36    80000001       1
External  6.1.3.1         10.1.1.2           202  36    80000001       1
External  6.1.1.1         10.1.1.2           202  36    80000001       1
External  3.3.3.0         10.1.1.2           791  36    80000001       1
External  3.3.3.2         10.1.1.2           791  36    80000001       1
External  10.1.1.2        10.1.1.2           791  36    80000001       1
1、2 在R1上加入如命令后:
ospf 1 router-id 10.1.1.2
asbr-summary 6.1.0.0 255.255.0.0
import-route direct
在R2的区域1配置聚合的命令后
area 0.0.0.1   
abr-summary 7.1.0.0 255.255.0.0
我们再来看路由表
<R4>dis ip ro
Routing Tables: Public
Destinations : 13       Routes : 13
Destination/Mask    Proto  Pre  Cost         NextHop         Interface
3.3.3.0/30          OSPF   10   3124         4.4.4.1         S0/6/1
3.3.3.2/32          O_ASE  150  1            4.4.4.1         S0/6/1
4.4.4.0/30          Direct 0    0            4.4.4.2         S0/6/1
4.4.4.1/32          Direct 0    0            4.4.4.1         S0/6/1
4.4.4.2/32          Direct 0    0            127.0.0.1       InLoop0
6.1.0.0/16          O_ASE  150  2            4.4.4.1         S0/6/1  //聚合成功
7.1.1.1/32          Direct 0    0            127.0.0.1       InLoop0
7.1.2.1/32          Direct 0    0            127.0.0.1       InLoop0
7.1.3.1/32          Direct 0    0            127.0.0.1       InLoop0
10.1.1.2/32         O_ASE  150  1            4.4.4.1         S0/6/1
10.1.1.4/32         Direct 0    0            127.0.0.1       InLoop0
127.0.0.0/8         Direct 0    0            127.0.0.1       InLoop0
127.0.0.1/32        Direct 0    0            127.0.0.1       InLoop0
[R4]dis ospf lsdb
OSPF Process 1 with Router ID 10.1.1.4
Link State Database 
Area: 0.0.0.1
Type      LinkState ID    AdvRouter          Age  Len   Sequence   Metric
Router    10.1.1.4        10.1.1.4           391  84    80000005       0
Router    10.1.1.3        10.1.1.3           393  48    80000003       0
Sum-Net   3.3.3.0         10.1.1.3           401  28    80000002    1562
Sum-Asbr  10.1.1.2        10.1.1.3           401  28    80000002    1562
AS External Database
Type      LinkState ID    AdvRouter          Age  Len   Sequence   Metric
External  6.1.0.0         10.1.1.2            74  36    80000001       2
External  3.3.3.0         10.1.1.2           429  36    80000002       1
External  3.3.3.2         10.1.1.2           429  36    80000002       1
External  10.1.1.2        10.1.1.2           429  36    80000002       1
external 6.1.0.0/24的五类LSA由三条变为一条,说明聚合成功
<R1>dis ip ro
Routing Tables: Public
Destinations : 12       Routes : 12
Destination/Mask    Proto  Pre  Cost         NextHop         Interface
3.3.3.0/30          Direct 0    0            3.3.3.1         S0/6/0
3.3.3.1/32          Direct 0    0            127.0.0.1       InLoop0
3.3.3.2/32          Direct 0    0            3.3.3.2         S0/6/0
4.4.4.0/30          OSPF   10   3124         3.3.3.2         S0/6/0
6.1.0.0/16          OSPF   255  0            0.0.0.0         NULL0
6.1.1.1/32          Direct 0    0            127.0.0.1       InLoop0
6.1.2.1/32          Direct 0    0            127.0.0.1       InLoop0
6.1.3.1/32          Direct 0    0            127.0.0.1       InLoop0
7.1.0.0/16          OSPF   10   3124         3.3.3.2         S0/6/0   //可见7.1.0.0/16网段已经聚合成功
10.1.1.2/32         Direct 0    0            127.0.0.1       InLoop0
127.0.0.0/8         Direct 0    0            127.0.0.1       InLoop0
127.0.0.1/32        Direct 0    0            127.0.0.1       InLoop0
[R1]dis ospf lsdb
OSPF Process 1 with Router ID 10.1.1.2
Link State Database 
Area: 0.0.0.0
Type      LinkState ID    AdvRouter          Age  Len   Sequence   Metric
Router    10.1.1.3        10.1.1.3           357  48    80000004       0
Router    10.1.1.2        10.1.1.2           363  48    80000003       0
Sum-Net   4.4.4.0         10.1.1.3           340  28    80000002    1562
Sum-Net   7.1.0.0         10.1.1.3            29  28    80000001    1562
AS External Database
Type      LinkState ID    AdvRouter          Age  Len   Sequence   Metric
External  6.1.0.0         10.1.1.2            11  36    80000001       2
External  3.3.3.0         10.1.1.2           367  36    80000002       1
External  3.3.3.2         10.1.1.2           367  36    80000002       1
External  10.1.1.2        10.1.1.2           367  36    80000002       1
sum-net LSA 7.1.0.0/16由三条变为两条,聚合成功
附加说明:
利用abr-summary 过滤区域内的路由,对区域类型没有要求。
利用asbr-summary过滤区域内的外部路由,需要在区域内部的ASBR上配置,当ASBR很多时,配置比较复杂。
利用asbr-summary过滤区域内的外部路由,只需要在ABR上配置,但是要求区域必需为NSSA 。
二、用实验证明加了not-advertise后不通告匹配指定IP地址/掩码的路由。
在R1上加入如命令后:
ospf 1 router-id 10.1.1.2 not-advertise
asbr-summary 6.1.0.0 255.255.0.0
import-route direct
在R2的区域1配置聚合的命令后
area 0.0.0.1   
abr-summary 7.1.0.0 255.255.0.0  not-advertise
1、我们来看R4的路由表
<R4>dis ip ro
Routing Tables: Public
Destinations : 14       Routes : 14
Destination/Mask    Proto  Pre  Cost         NextHop         Interface
2.2.2.0/30          OSPF   10   4686         4.4.4.1         S0/6/1
2.2.2.2/32          O_ASE  150  1            4.4.4.1         S0/6/1
3.3.3.0/30          OSPF   10   3124         4.4.4.1         S0/6/1
3.3.3.2/32          O_ASE  150  1            4.4.4.1         S0/6/1
4.4.4.0/30          Direct 0    0            4.4.4.2         S0/6/1
4.4.4.1/32          Direct 0    0            4.4.4.1         S0/6/1
4.4.4.2/32          Direct 0    0            127.0.0.1       InLoop0
7.1.1.1/32          Direct 0    0            127.0.0.1       InLoop0
7.1.2.1/32          Direct 0    0            127.0.0.1       InLoop0
7.1.3.1/32          Direct 0    0            127.0.0.1       InLoop0
10.1.1.2/32         O_ASE  150  1            4.4.4.1         S0/6/1
10.1.1.4/32         Direct 0    0            127.0.0.1       InLoop0
127.0.0.0/8         Direct 0    0            127.0.0.1       InLoop0
127.0.0.1/32        Direct 0    0            127.0.0.1       InLoop0
没有6.1.0.0/16网段的路由,说明ASBR没有把这个网段通告出来
2、我们来看R1的路由表
[R1]dis ip ro
Routing Tables: Public
Destinations : 13       Routes : 13
Destination/Mask    Proto  Pre  Cost         NextHop         Interface
2.2.2.0/30          Direct 0    0            2.2.2.1         S0/6/3
2.2.2.1/32          Direct 0    0            127.0.0.1       InLoop0
2.2.2.2/32          Direct 0    0            2.2.2.2         S0/6/3
3.3.3.0/30          Direct 0    0            3.3.3.1         S0/6/0
3.3.3.1/32          Direct 0    0            127.0.0.1       InLoop0
3.3.3.2/32          Direct 0    0            3.3.3.2         S0/6/0
4.4.4.0/30          OSPF   10   3124         3.3.3.2         S0/6/0
6.1.1.1/32          Direct 0    0            127.0.0.1       InLoop0
6.1.2.1/32          Direct 0    0            127.0.0.1       InLoop0
6.1.3.1/32          Direct 0    0            127.0.0.1       InLoop0
10.1.1.2/32         Direct 0    0            127.0.0.1       InLoop0
127.0.0.0/8         Direct 0    0            127.0.0.1       InLoop0
127.0.0.1/32        Direct 0    0            127.0.0.1       InLoop0
没有7.1.0.0/16网段的路由,说明ASB没有把这个网段通告出来
这里要注间了,是ABR没有通网段通告出来,那ABR上应当有7.1.0.0/16的路由,也就是说R4是把路由传给R2的
请看R2的路由表
[R2]dis ip ro
Routing Tables: Public
Destinations : 15       Routes : 15
Destination/Mask    Proto  Pre  Cost         NextHop         Interface
2.2.2.0/30          OSPF   10   3124         3.3.3.1         S0/6/0
2.2.2.2/32          O_ASE  150  1            3.3.3.1         S0/6/0
3.3.3.0/30          Direct 0    0            3.3.3.2         S0/6/0
3.3.3.1/32          Direct 0    0            3.3.3.1         S0/6/0
3.3.3.2/32          Direct 0    0            127.0.0.1       InLoop0
4.4.4.0/30          Direct 0    0            4.4.4.1         S0/6/1
4.4.4.1/32          Direct 0    0            127.0.0.1       InLoop0
4.4.4.2/32          Direct 0    0            4.4.4.2         S0/6/1
7.1.1.1/32          OSPF   10   1562         4.4.4.2         S0/6/1
7.1.2.1/32          OSPF   10   1562         4.4.4.2         S0/6/1
7.1.3.1/32          OSPF   10   1562         4.4.4.2         S0/6/1
10.1.1.2/32         O_ASE  150  1            3.3.3.1         S0/6/0
10.1.1.3/32         Direct 0    0            127.0.0.1       InLoop0
127.0.0.0/8         Direct 0    0            127.0.0.1       InLoop0
127.0.0.1/32        Direct 0    0            127.0.0.1       InLoop0
好了,实验到此结束,欢迎大家在线交流,共同学习
配置如下
R1
[R1-ospf-1]  dis cu
#
version 5.20, Alpha 1011
#
sysname R1
#
password-control login-attempt 3 exceed lock-time 120
#
undo voice vlan mac-address 00e0-bb00-0000
#
ipsec cpu-backup enable
#
undo cryptoengine enable
#
domain default enable system
#
vlan 1
#
domain system
access-limit disable
state active
idle-cut disable
self-service-url disable
#
interface Serial0/6/0
link-protocol ppp
ip address 3.3.3.1 255.255.255.252
#
interface Serial0/6/1
link-protocol ppp
#
interface Serial0/6/2
link-protocol ppp
#
interface Serial0/6/3
link-protocol ppp
#
interface NULL0
#
interface LoopBack0
ip address 10.1.1.2 255.255.255.255
#
interface LoopBack1
ip address 6.1.1.1 255.255.255.255
#
interface LoopBack2
ip address 6.1.2.1 255.255.255.255
#               
interface LoopBack3
ip address 6.1.3.1 255.255.255.255
#
interface Ethernet0/4/0
port link-mode bridge
#
interface Ethernet0/4/1
port link-mode bridge
#
interface Ethernet0/4/2
port link-mode bridge
#
interface Ethernet0/4/3
port link-mode bridge
#
interface Ethernet0/4/4
port link-mode bridge
#
interface Ethernet0/4/5
port link-mode bridge
#
interface Ethernet0/4/6
port link-mode bridge
#
interface Ethernet0/4/7
port link-mode bridge
#
ospf 1 router-id 10.1.1.2
asbr-summary 6.1.0.0 255.255.0.0 not-advertise
import-route direct
area 0.0.0.0
network 3.3.3.0 0.0.0.3
#
load xml-configuration
#
user-interface con 0
user-interface vty 0 4
#
return

R2
<R2>dis cu
#
version 5.20, Alpha 1011
#
sysname R2
#
password-control login-attempt 3 exceed lock-time 120
#
undo voice vlan mac-address 00e0-bb00-0000
#
ipsec cpu-backup enable
#
undo cryptoengine enable
#
domain default enable system
#
vlan 1
#
domain system
access-limit disable
state active
idle-cut disable
self-service-url disable
#
interface Serial0/6/0
link-protocol ppp
ip address 3.3.3.2 255.255.255.252
#
interface Serial0/6/1
link-protocol ppp
ip address 4.4.4.1 255.255.255.252
#
interface Serial0/6/2
link-protocol ppp
#
interface Serial0/6/3
link-protocol ppp
#
interface NULL0
#
interface LoopBack0
ip address 10.1.1.3 255.255.255.255
#
interface Ethernet0/4/0
port link-mode bridge
#
interface Ethernet0/4/1
port link-mode bridge
#
interface Ethernet0/4/2
port link-mode bridge
#
interface Ethernet0/4/3
port link-mode bridge
#
interface Ethernet0/4/4
port link-mode bridge
#
interface Ethernet0/4/5
port link-mode bridge
#
interface Ethernet0/4/6
port link-mode bridge
#
interface Ethernet0/4/7
port link-mode bridge
#
ospf 1 router-id 10.1.1.3
area 0.0.0.0
network 3.3.3.0 0.0.0.3
area 0.0.0.1   
abr-summary 7.1.0.0 255.255.0.0  not-advertise 
network 4.4.4.0 0.0.0.3
#
load xml-configuration
#
user-interface con 0
user-interface vty 0 4
#
return

R4
[R4-ospf-1]dis cu
#
version 5.20, Alpha 1011
#
sysname R4
#
password-control login-attempt 3 exceed lock-time 120
#
undo voice vlan mac-address 00e0-bb00-0000
#
ipsec cpu-backup enable
#
undo cryptoengine enable
#
domain default enable system
#
vlan 1
#
domain system
access-limit disable
state active
idle-cut disable
self-service-url disable
#
interface Serial0/6/0
link-protocol ppp
#
interface Serial0/6/1
link-protocol ppp
ip address 4.4.4.2 255.255.255.252
#
interface Serial0/6/2
link-protocol ppp
#
interface Serial0/6/3
link-protocol ppp
#
interface NULL0
#
interface LoopBack0
ip address 10.1.1.4 255.255.255.255
#
interface LoopBack1
ip address 7.1.1.1 255.255.255.255
#
interface LoopBack2
ip address 7.1.2.1 255.255.255.255
#               
interface LoopBack3
ip address 7.1.3.1 255.255.255.255
#
interface Ethernet0/4/0
port link-mode bridge
#
interface Ethernet0/4/1
port link-mode bridge
#
interface Ethernet0/4/2
port link-mode bridge
#
interface Ethernet0/4/3
port link-mode bridge
#
interface Ethernet0/4/4
port link-mode bridge
#
interface Ethernet0/4/5
port link-mode bridge
#
interface Ethernet0/4/6
port link-mode bridge
#
interface Ethernet0/4/7
port link-mode bridge
#
ospf 1 router-id 10.1.1.4
area 0.0.0.1
network 4.4.4.0 0.0.0.3
network 7.1.1.1 0.0.0.0
network 7.1.2.1 0.0.0.0
network 7.1.3.1 0.0.0.0
#
load xml-configuration
#
user-interface con 0
user-interface vty 0 4
#
return

转载于:https://blog.51cto.com/hciewd/1120132

OSPF路由聚合实验(详细)相关推荐

  1. OSPF——路由聚合【(汇总)含配置命令】||地址汇总计算方法——详解

    目录 一.路由聚合图解: 二.做路由聚合的优势: 三.OSPF里面对路由汇聚,只能在两个地方做 (1)ABR:仅针对本区域域内路由(以O开头的路由)做汇总,本区域的OIA的域间路由没有办法汇总 --配 ...

  2. 华三 h3c ospf路由聚合

    先完成基本的ospf配置(创建环回口和配置ip就不做阐述) R1 [R1-ospf-1-area-0.0.0.1]network 1.1.1.1 0.0.0.0 [R1-ospf-1-area-0.0 ...

  3. 单臂路由配置实验 详细教程

    单臂路由详解 1. 单臂路由详解. 1.单臂路由概述 1.1单臂路由实现不同VLAN之间的通信 1.1.1 链路状态 1.1.2子接口 1.2 单臂路由的配置 1.3 检查检查再检查 一定要确定你没有 ...

  4. 【H3C V7路由器实战视频课程系列-7】OSPF路由配置与管理-王达-专题视频课程

    [H3C V7路由器实战视频课程系列-7]OSPF路由配置与管理-77人已学习 课程介绍         全面介绍H3C路由器中OSPF协议的基础知识和工作原理,并以实战方式介绍H3C路由器OSPF路 ...

  5. 路由器重温——OSPF路由(很重要的协议)-3

    配置OSPF邻居或邻接的会话参数 在OSPF网络中,所有链路状态信息都在邻居或邻接中传递.交换.实际网络中,合理配置参数对整个网络的稳定性有重要作用.可选配置,都有缺省值. 1)配置OSPF报文重传限 ...

  6. BGP实验配置——IBGP、EBGP、路由策略、路由聚合、链路备份

    BGP简单实验配置 实验拓扑: 要求: BGP动态路由实验: 一.4台路由器基础名称,接口IP均配置 (1).4台PC分别在4个不同网段: PC1:10.1.1.0/24 PC2: 10.1.2.0/ ...

  7. 【路由交换实验】OSPF

    OSPF实验演示 实验一.单区域OSPF 实验拓扑:  1.四个路由器连接了七个网络 路由器间的网络192.168.12.0,192.168.23.0,192.168.34.0 各个路由器用环回端口模 ...

  8. BGP router-id OSPF router-id 路由同步实验

    实验拓朴: R1----------------- R2 --------------------R3           IBGP           全网OSPF 实验基本配置: R1: inte ...

  9. OSPF路由实验+ASBR+ABR实验

    OSPF路由实验+ASBR+ABR实验 第一步:拓扑图 第二步:实验要求 1.R4为ISP,其上只能配置IP地址:R4与其他所有直连设备间均使用公有IP 2.R3-R5/6/7为MGRE环境,R3为中 ...

最新文章

  1. 将iPad, iPhone直投屏幕用于TEASOFT课程录制
  2. 【C#】【APK】APK文件解析AXML-层层深入APK文件解析之一
  3. tensorflow tf.enable_eager_execution()(立即执行操作,不添加到稍后在“ tf.Session”中执行的图)
  4. html:(1) 登录界面
  5. pdf与图片互相转换
  6. Android 中.aar文件生成方法与用法
  7. 【ElasticSearch】如何使用 ElasticSearch 搜索单词的一部分 模糊搜索 正则匹配 前缀匹配
  8. 20-100-010-安装-Flink集群安装 flink-1.4.0-bin-hadoop27-scala_2.11
  9. echarts java动态数据_[ASP.net教程]ECharts Java 动态加载数据,echartsjava
  10. Open3d之点云可视化
  11. PB级(大数据)的来源
  12. 8音度dsp调音教程_8音度汽车调音软件
  13. 作为一名测试工程师,如何保证软件的质量?
  14. 新华三交换机基于MAC的vlan划分
  15. 奥利给!有了这么豪横的指南,还愁不会逛 GitHub?!
  16. 详解六种常见的上下文切换场景
  17. JSP程序设计实训(一)—— JSP概述
  18. Stata教程(二)---基本操作
  19. 【解决思路】HTTP Status 500 Type Exception ReportMessage Request processing failed; 【已解决】
  20. HTML+CSS写一个简单的网页界面

热门文章

  1. Docker创建 tomcat/weblogic 集群
  2. BASIC-23_蓝桥杯_芯片测试
  3. 水平分库分表的关键步骤和技术难点,分库分表的几种常见玩法及如何解决跨库查询等问题...
  4. HDU-3743 Minimum Sum,划分树模板
  5. QPushButton
  6. UI4_UIStepper与UIProgressView
  7. 如何成为一名优秀的web前端工程师[转]
  8. [转]NYOJ-511-移动小球
  9. Tesla超越谷歌无人驾驶汽车雄心的背后,是以色列公司Mobileye
  10. 工程架构师对3月14号的白×××人节有什么看法??