LAB3 EIGRP1实验

news2025/1/23 22:39:13

1 实验拓扑:

在这里插入图片描述

2 实验要求:

1>.R1-R3环回口0:192.168.100.x/32。

2>.R1上采用手动汇总的命令,汇总4条环回口成一条。

3>.R1上下发一条默认路由。

4>.实现R1到R2的环回口路由非等价负载。

5>.as 90都使用eigrp认证。

6>.配置R3为stub区域,且只能发送直连和汇总路由。

7>.优化R1,R2,R3环回口,使其收不到任何eigrp报文。

8>.使用偏移列表(

offset-list)修改R2到R3环回口的metric值,增加30。

3 实验步骤和实验总结:

0>.基础配置。

Router(config)#hostname R1

R1(config)#int eth0/0

R1(config-if)#ip add 100.1.1.1 255.255.255.0

R1(config-if)#no shutdown

R1(config-if)#int s1/0

R1(config-if)#ip add 12.1.1.1 255.255.255.0

R1(config-if)#no shutdown

R1(config-if)#int eth0/1

R1(config-if)#ip add 14.1.1.1 255.255.255.0

R1(config-if)#no shutdown

R1(config-if)#exit

Router(config)#hostname R2

R2(config)#int s1/1

R2(config-if)#ip add 12.1.1.2 255.255.255.0

R2(config-if)#no shutdown

R2(config-if)#exit

R2(config)#int s1/0

R2(config-if)#ip add 23.1.1.2 255.255.255.0

R2(config-if)#no shutdown

R2(config-if)#exit

R2(config)#int e0/0

R2(config-if)#ip add 100.1.1.2 255.255.255.0

R2(config-if)#no shutdown

R2(config-if)#exit

Router(config)#hostname R3

R3(config)#int s1/0

R3(config-if)#ip add 23.1.1.3 255.255.255.0

R3(config-if)#no shutdown

R3(config-if)#exit

Router(config)#hostname Internet

Internet(config)#int eth0/0

Internet(config-if)#ip add 14.1.1.4 255.255.255.0

Internet(config-if)#no shutdown

Internet(config-if)#exit

1>.R1-R3环回口0:192.168.100.x/32。

R1(config)#int loopback0

R1(config-if)#ip add 192.168.100.1 255.255.255.255

R1(config-if)#exit

R2(config)#int loopback0

R2(config-if)#ip add 192.168.100.2 255.255.255.255

R2(config-if)#exit

R3(config)#int loopback0

R3(config-if)#ip add 192.168.100.3 255.255.255.255

R3(config-if)#exit

2>.R1上采用手动汇总的命令,汇总4条环回口成一条。

R1(config)#int loopback1

R1(config-if)#ip add 192.168.0.1 255.255.255.0

R1(config-if)#int loopback2

R1(config-if)#ip add 192.168.1.1 255.255.255.0

R1(config-if)#int loopback3

R1(config-if)#ip add 192.168.2.1 255.255.255.0

R1(config-if)#int loopback4

R1(config-if)#ip add 192.168.3.1 255.255.255.0

R1(config-if)#exit

R1(config)#router eigrp 90

R1(config-router)#no auto-summary

R1(config-router)#network 192.168.100.1 0.0.0.0

R1(config-router)#network 192.168.0.1 0.0.0.255

R1(config-router)#network 192.168.0.0 0.0.255.255

R1(config-router)#network 14.1.1.0 0.0.0.255

R1(config-router)#network 100.1.1.0 0.0.0.255

R1(config-router)#network 12.1.1.0 0.0.0.255

R1(config-router)#exit

R2(config)#router eigrp 90

R2(config-router)#no auto-summary

R2(config-router)#network 100.1.1.0 0.0.0.255

R2(config-router)#network 23.1.1.0 0.0.0.255

R2(config-router)#network 192.168.0.0 0.0.255.255

R2(config-router)#network 12.1.1.0 0.0.0.255

R2(config-router)#exit

R3(config)#router eigrp 90

R3(config-router)#no auto-summary

R3(config-router)#network 192.168.100.0 0.0.0.255

R3(config-router)#network 23.1.1.0 0.0.0.255

R3(config-router)#exit

Internet(config)#router eigrp 90

Internet(config-router)#no auto-summary

Internet(config-router)#network 14.1.1.0 0.0.0.255

Internet(config-router)#exit

汇总前:

R3(config)#do show ip route

Codes: L - local, C - connected, S - static, R - RIP, M - mobile, B - BGP
D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area
N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2
E1 - OSPF external type 1, E2 - OSPF external type 2
i - IS-IS, su - IS-IS summary, L1 - IS-IS level-1, L2 - IS-IS level-2
ia - IS-IS inter area, * - candidate default, U - per-user static route
o - ODR, P - periodic downloaded static route, H - NHRP, l - LISP
a - application route

    • replicated route, % - next hop override, p - overrides from PfR

Gateway of last resort is not set

12.0.0.0/24 is subnetted, 1 subnets
D 12.1.1.0 [90/2681856] via 23.1.1.2, 00:09:30, Serial1/0
14.0.0.0/24 is subnetted, 1 subnets
D 14.1.1.0 [90/2221056] via 23.1.1.2, 00:09:30, Serial1/0
23.0.0.0/8 is variably subnetted, 2 subnets, 2 masks
C 23.1.1.0/24 is directly connected, Serial1/0
L 23.1.1.3/32 is directly connected, Serial1/0
100.0.0.0/24 is subnetted, 1 subnets
D 100.1.1.0 [90/2195456] via 23.1.1.2, 00:09:30, Serial1/0
D 192.168.0.0/24 [90/2323456] via 23.1.1.2, 00:09:30, Serial1/0
D 192.168.1.0/24 [90/2323456] via 23.1.1.2, 00:09:30, Serial1/0
D 192.168.2.0/24 [90/2323456] via 23.1.1.2, 00:09:30, Serial1/0
D 192.168.3.0/24 [90/2323456] via 23.1.1.2, 00:09:30, Serial1/0
192.168.100.0/32 is subnetted, 3 subnets
D 192.168.100.1 [90/2323456] via 23.1.1.2, 00:09:30, Serial1/0
D 192.168.100.2 [90/2297856] via 23.1.1.2, 00:09:30, Serial1/0
C 192.168.100.3 is directly connected, Loopback0
汇总:

R1(config)#int e0/1

R1(config-if)#ip summary-address eigrp 90 192.168.0.0/22

R1(config-if)#int e0/0

R1(config-if)#ip summary-address eigrp 90 192.168.0.0/22

R1(config-if)#int s1/0

R1(config-if)#ip summary-address eigrp 90 192.168.0.0/22

R1(config-if)#exit

汇总后:

R3(config)#do show ip route

Codes: L - local, C - connected, S - static, R - RIP, M - mobile, B - BGP
D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area
N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2
E1 - OSPF external type 1, E2 - OSPF external type 2
i - IS-IS, su - IS-IS summary, L1 - IS-IS level-1, L2 - IS-IS level-2
ia - IS-IS inter area, * - candidate default, U - per-user static route
o - ODR, P - periodic downloaded static route, H - NHRP, l - LISP
a - application route

    • replicated route, % - next hop override, p - overrides from PfR
      Gateway of last resort is not set
      12.0.0.0/24 is subnetted, 1 subnets
      D 12.1.1.0 [90/2681856] via 23.1.1.2, 00:15:50, Serial1/0
      14.0.0.0/24 is subnetted, 1 subnets
      D 14.1.1.0 [90/2221056] via 23.1.1.2, 00:15:50, Serial1/0
      23.0.0.0/8 is variably subnetted, 2 subnets, 2 masks
      C 23.1.1.0/24 is directly connected, Serial1/0
      L 23.1.1.3/32 is directly connected, Serial1/0
      100.0.0.0/24 is subnetted, 1 subnets
      D 100.1.1.0 [90/2195456] via 23.1.1.2, 00:15:50, Serial1/0
      D 192.168.0.0/22 [90/2323456] via 23.1.1.2, 00:01:49, Serial1/0
      192.168.100.0/32 is subnetted, 3 subnets
      D 192.168.100.1 [90/2323456] via 23.1.1.2, 00:15:50, Serial1/0
      D 192.168.100.2 [90/2297856] via 23.1.1.2, 00:15:50, Serial1/0
      C 192.168.100.3 is directly connected, Loopback0

3>.R1上下发一条默认路由。

R1(config)#ip route 0.0.0.0 0.0.0.0 14.1.1.4

R1(config)#router eigrp 90

R1(config-router)#redistribute static

R1(config-router)#exit

R3(config)# do show ip route eigrp

Codes: L - local, C - connected, S - static, R - RIP, M - mobile, B - BGP
D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area
N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2
E1 - OSPF external type 1, E2 - OSPF external type 2
i - IS-IS, su - IS-IS summary, L1 - IS-IS level-1, L2 - IS-IS level-2
ia - IS-IS inter area, * - candidate default, U - per-user static route
o - ODR, P - periodic downloaded static route, H - NHRP, l - LISP
a - application route

    • replicated route, % - next hop override, p - overrides from PfR
      Gateway of last resort is 23.1.1.2 to network 0.0.0.0
      D*EX 0.0.0.0/0 [170/2221056] via 23.1.1.2, 00:00:07, Serial1/0
      12.0.0.0/24 is subnetted, 1 subnets
      D 12.1.1.0 [90/2681856] via 23.1.1.2, 00:25:17, Serial1/0
      14.0.0.0/24 is subnetted, 1 subnets
      D 14.1.1.0 [90/2221056] via 23.1.1.2, 00:25:17, Serial1/0
      100.0.0.0/24 is subnetted, 1 subnets
      D 100.1.1.0 [90/2195456] via 23.1.1.2, 00:25:17, Serial1/0
      D 192.168.0.0/22 [90/2323456] via 23.1.1.2, 00:11:16, Serial1/0
      192.168.100.0/32 is subnetted, 3 subnets
      D 192.168.100.1 [90/2323456] via 23.1.1.2, 00:25:17, Serial1/0
      D 192.168.100.2 [90/2297856] via 23.1.1.2, 00:25:17, Serial1/0

4>.实现R1到R2的环回口路由非等价负载。

确认拓扑表中是否有两条路由条目:

R1(config)#do show ip eigrp topology

EIGRP-IPv4 Topology Table for AS(90)/ID(192.168.100.1)
Codes: P - Passive, A - Active, U - Update, Q - Query, R - Reply,
r - reply Status, s - sia Status
P 192.168.3.0/24, 1 successors, FD is 128256
via Connected, Loopback4
P 14.1.1.0/24, 1 successors, FD is 281600
via Connected, Ethernet0/1
P 192.168.2.0/24, 1 successors, FD is 128256
via Connected, Loopback3
P 192.168.0.0/22, 1 successors, FD is 128256
via Summary (128256/0), Null0
P 192.168.0.0/24, 1 successors, FD is 128256
via Connected, Loopback1
P 192.168.1.0/24, 1 successors, FD is 128256
via Connected, Loopback2
P 100.1.1.0/24, 1 successors, FD is 281600
via Connected, Ethernet0/0
P 0.0.0.0/0, 1 successors, FD is 281600
via Rstatic (281600/0)
P 192.168.100.2/32, 1 successors, FD is 409600
via 100.1.1.2 (409600/128256), Ethernet0/0
via 12.1.1.2 (2297856/128256), Serial1/0
P 23.1.1.0/24, 1 successors, FD is 2195456
via 100.1.1.2 (2195456/2169856), Ethernet0/0
via 12.1.1.2 (2681856/2169856), Serial1/0
P 12.1.1.0/24, 1 successors, FD is 2169856
via Connected, Serial1/0
P 192.168.100.1/32, 1 successors, FD is 128256
via Connected, Loopback0
P 192.168.100.3/32, 1 successors, FD is 2323456
via 100.1.1.2 (2323456/2297856), Ethernet0/0
via 12.1.1.2 (2809856/2297856), Serial1/0

设置非等价负载:

R1(config)#router eigrp 90

R1(config-router)#variance 10

R1(config-router)#exit

设置后实现非等价负载:

R1(config)#do show ip route eigrp

Codes: L - local, C - connected, S - static, R - RIP, M - mobile, B - BGP
D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area
N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2
E1 - OSPF external type 1, E2 - OSPF external type 2
i - IS-IS, su - IS-IS summary, L1 - IS-IS level-1, L2 - IS-IS level-2
ia - IS-IS inter area, * - candidate default, U - per-user static route
o - ODR, P - periodic downloaded static route, H - NHRP, l - LISP
a - application route

    • replicated route, % - next hop override, p - overrides from PfR
      Gateway of last resort is 14.1.1.4 to network 0.0.0.0

23.0.0.0/24 is subnetted, 1 subnets
D 23.1.1.0 [90/2195456] via 100.1.1.2, 00:00:38, Ethernet0/0
[90/2681856] via 12.1.1.2, 00:00:38, Serial1/0
D 192.168.0.0/22 is a summary, 00:00:38, Null0
192.168.100.0/32 is subnetted, 3 subnets
D 192.168.100.2 [90/409600] via 100.1.1.2, 00:00:38, Ethernet0/0
[90/2297856] via 12.1.1.2, 00:00:38, Serial1/0
D 192.168.100.3 [90/2323456] via 100.1.1.2, 00:00:38, Ethernet0/0
[90/2809856] via 12.1.1.2, 00:00:38, Serial1/0

R1(config)#do show ip route 192.168.100.2

Routing entry for 192.168.100.2/32
Known via “eigrp 90”, distance 90, metric 409600, type internal
Redistributing via eigrp 90
Last update from 12.1.1.2 on Serial1/0, 00:01:05 ago
Routing Descriptor Blocks:

  • 100.1.1.2, from 100.1.1.2, 00:01:05 ago, via Ethernet0/0
    Route metric is 409600, traffic share count is 240
    Total delay is 6000 microseconds, minimum bandwidth is 10000 Kbit
    Reliability 255/255, minimum MTU 1500 bytes
    Loading 1/255, Hops 1
    12.1.1.2, from 12.1.1.2, 00:01:05 ago, via Serial1/0
    Route metric is 2297856, traffic share count is 43
    Total delay is 25000 microseconds, minimum bandwidth is 1544 Kbit
    Reliability 255/255, minimum MTU 1500 bytes
    Loading 1/255, Hops 1

5>.as 90都使用eigrp认证。

R2(config)#key chain glab

R2(config-keychain)#key 1

R2(config-keychain-key)#key-string galb123

R2(config-keychain-key)#exit

R2(config-keychain)#key 2

R2(config-keychain-key)#key-string glab123

R2(config-keychain-key)#exit

R2(config)#int s1/0

R2(config-if)#ip authentication key-chain eigrp 90 glab

R2(config-if)#ip authentication mode eigrp 90 md5

R2(config-if)#exit

R3(config)#key chain glab1

R3(config-keychain)#key 1

R3(config-keychain-key)#key-string galb123

R3(config-keychain-key)#exit

R3(config-keychain)#key 2

R3(config-keychain-key)#key-string glab123

R3(config-keychain-key)#exit

R3(config)#int s1/0

R3(config-if)#ip authentication key-chain eigrp 90 glab1

R3(config-if)#ip authentication mode eigrp 90 md5

R3(config-if)#exitR2(config)#do show ip eigrp neighbors

EIGRP-IPv4 Neighbors for AS(90)
H Address Interface Hold Uptime SRTT RTO Q Seq
(sec) (ms) Cnt Num
2 23.1.1.3 Se1/0 12 00:00:29 26 156 0 10
1 12.1.1.1 Se1/1 13 01:00:23 14 100 0 39
0 100.1.1.1 Et0/0 12 01:01:16 6 100 0 38

R2(config)#int s1/1

R2(config-if)#ip authentication key-chain eigrp 90 glab

R2(config-if)#ip authentication mode eigrp 90 md5

R2(config-if)#exit

R1(config)#key chain glab1

R1(config-keychain)#key 1

R1(config-keychain-key)#key-string galb123

R1(config-keychain-key)#exit

R1(config-keychain)#key 2

R1(config-keychain-key)#key-string glab123

R1(config-keychain-key)#exit

R1(config-keychain)#exit

R1(config)#int e0/1

R1(config-if)#ip authentication key-chain eigrp 90 glab1

R1(config-if)#ip authentication mode eigrp 90 md5

R1(config-if)#exit

R1(config)#int s1/0

R1(config-if)#ip authentication key-chain eigrp 90 glab1

R1(config-if)#ip authentication mode eigrp 90 md5

R1(config-if)#exi

Internet(config)#key chain glab1

Internet(config-keychain)#key 1

Internet(config-keychain-key)#key-string galb123

Internet(config-keychain-key)#exit

Internet(config-keychain)#key 2

Internet(config-keychain-key)#key-string glab123

Internet(config-keychain-key)#exit

Internet(config-keychain)#exit

Internet(config)#int e0/0

Internet(config-if)#ip authentication key-chain eigrp 90 glab1

Internet(config-if)#ip authentication mode eigrp 90 md5

Internet(config-if)#exit

6>.配置R3为stub区域,且只能发送直连和汇总路由。

R3(config)#router eigrp 90

R3(config-router)#eigrp stub

R3(config-router)#do show run | se eigrp

ip authentication mode eigrp 90 md5
ip authentication key-chain eigrp 90 glab1
router eigrp 90
network 23.1.1.0 0.0.0.255
network 192.168.100.0
eigrp stub connected summary
7>.优化R1,R2,R3环回口,使其收不到任何eigrp报文。

R3(config)#router eigrp 90

R3(config-router)#passive-interface loopback0

R3(config-router)#exit

R2(config)#router eigrp 90

R2(config-router)#passive-interface loopback0

R2(config-router)#exit

R1(config-if)#router eigrp 90

R1(config-router)#passive-interface loopback0

R1(config-router)#exit

8>.使用偏移列表(offset-list)修改R2到R3环回口的metric值,增加30。

R2(config)#access-list 1 permit 192.168.100.3

R2(config)#router eigrp 90

R2(config-router)#offset-list 1 in 30 serial 1/0

R2(config-router)#do show ip rout eigrp

Codes:
L - local, C - connected, S - static, R - RIP, M - mobile, B - BGP
D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area
N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2
E1 - OSPF external type 1, E2 - OSPF external type 2
i - IS-IS, su - IS-IS summary, L1 - IS-IS level-1, L2 - IS-IS level-2
ia - IS-IS inter area, * - candidate default, U - per-user static route
o - ODR, P - periodic downloaded static route, H - NHRP, l - LISP
a - application route

    • replicated route, % - next hop override, p - overrides from PfR
      Gateway of last resort is 100.1.1.1 to network 0.0.0.0

D*EX 0.0.0.0/0 [170/307200] via 100.1.1.1, 00:12:45, Ethernet0/0
14.0.0.0/24 is subnetted, 1 subnets
D 14.1.1.0 [90/307200] via 100.1.1.1, 00:12:45, Ethernet0/0
D 192.168.0.0/22 [90/409600] via 100.1.1.1, 00:12:45, Ethernet0/0
192.168.100.0/32 is subnetted, 3 subnets
D 192.168.100.1 [90/409600] via 100.1.1.1, 00:12:45, Ethernet0/0
D 192.168.100.3 [90/2297886] via 23.1.1.3, 00:00:11, Serial1/0

4.作业中遇到的问题:

本文来自互联网用户投稿,该文观点仅代表作者本人,不代表本站立场。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如若转载,请注明出处:http://www.coloradmin.cn/o/151314.html

如若内容造成侵权/违法违规/事实不符,请联系多彩编程网进行投诉反馈,一经查实,立即删除!

相关文章

css动画效果之transition

transition-property规定设置过渡效果的 CSS 属性的名称。属性名属性值none没有属性会获得过渡效果。all所有属性都将获得过渡效果。property定义应用过渡效果的 CSS 属性名称列表,列表以逗号分隔。使用方式transition-property: width,background;/* 多个效果可用逗…

设计模式之装饰模式

1.前言 装饰模式:动态的给一个类添加一些额外职责,就增加功能来说,装饰模式比生成子类更加灵活。 装饰模式属于结构型模式,它是作为现有的 类的⼀个包装,允许向⼀个现有的对象添加新的功能, 同时⼜不改变其…

Spring创建和使用 (存储和读取) -- 1

Spring创建和使用 存储和读取 -- 1一、创建 Spring 项目1.1 创建⼀个 Maven 项目1.2 添加 Spring 框架支持1.3 添加启动类二、存储 Bean 对象2.1 创建 Bean2.2 将 Bean 注册到容器三、获取并使用 Bean 对象3.1 创建 Spring 上下文3.2 获取指定的 Bean 对象3.3 使用 Bean四、总结…

数据结构-第六期——并查集(Python)

目录 认识并查集 经典应用: 应用场景 并查集的操作 初始化 代码实现 合并 代码实现 查找 代码实现 查找代码【图解】 有多少个集(帮派)? 复杂度 查询的优化:路径压缩 【代码】用递归实现 并查集:初始化、查找、合并代码 蓝桥杯…

ES6之Promise

Promise是异步操作的一种解决方案 // 1.认识Promisedocument.addEventListener(click,()>{console.log(这里是异步的);});console.log(这里是同步的); Promise一般用来解决层层嵌套的回调函数&#xff08;回调地狱&#xff09;的问题 <!DOCTYPE html> <html lan…

JVM垃圾回收机制、JVM垃圾回收算法、JVM CMS与G1垃圾收集,JVM内存模型

C C 需要自己回收垃圾 重复回收&#xff1a; 回收掉别人的东西 忘记回收&#xff1a; 内存泄漏 Java虚拟机做自动化回收 垃圾回收器 Root Searching&#xff08;根可达&#xff09; GC Algorithms(垃圾回收算法) Mark-Sweep(标记清除) 缺点&#xff1a;碎片化&#xff0c;一…

Lua C接口编程(一)

引言 skynet 和 openresty 都是深度使用lua的典范&#xff0c;学习lua不经要学会基本语法&#xff0c;还要学会C语言与Lua交互。lua的一大优点就是能和c/c无缝连接&#xff0c;而且可以在不需要重复编译c/c的情况下可以修改lua文件并且起作用&#xff0c;当我们的项目文件很大…

【面试题】做了一份前端面试复习计划,保熟~

大厂面试题分享 面试题库前端面试题库 &#xff08;面试必备&#xff09; 推荐&#xff1a;★★★★★地址&#xff1a;前端面试题库前言以前我看到面试贴就直接刷掉的&#xff0c;从不会多看一眼&#xff0c;直到去年 9 月份我开始准备面试时&#xff0c;才发现很多面试经验贴…

Kubernetes(k8s) 笔记总结(二)

提示&#xff1a;针对kubernetes的工作均衡学习。 文章目录1. Kubernetes 创建资源方式2. Kubernetes 操作NameSpace3. Kubernetes的 Pod应用3.1 Pod的 解释3.2 通过命令行来创建一个pod3.3 配置文件方式创建一个Pod3.4 dashboard 可视化操作Pod3.5 针对Pod的一些细节操作3.6 P…

如何评估PMO (项目管理办公室)的实施效果?

使用有效的组织战略、方法和技术&#xff0c;可以成功启动并制度化企业范围的PMO (项目管理办公室)。 一个企业范围内的PMO可以使用成熟的技术启动。 但你应该开发和使用适当的评估工具&#xff0c;以确定你的PMO实施的项目管理过程的有效性。这些工具可以包括正式的管理评估…

黑马学ElasticSearch(四)

目录&#xff1a; &#xff08;1&#xff09;RestClient操作文档-新建文档 &#xff08;2&#xff09;RestClient操作文档-查询文档 &#xff08;3&#xff09;RestClient操作文档-更新文档 &#xff08;4&#xff09;RestClient操作文档-删除文档 &#xff08;5&#xff…

包管理工具详解npm 、 yarn 、 cnpm 、 npx 、 pnpm

1、包管理工具npm &#xff08;1&#xff09;包管理工具npm&#xff1a; Node Package Manager&#xff0c;也就是Node包管理器&#xff1b;但是目前已经不仅仅是Node包管理器了&#xff0c;在前端项目中我们也在使用它来管理依赖的包&#xff1b;比如vue、vue-router、vuex、…

数据分析-深度学习 Day4

本专栏主本专栏主要介绍和讲解李宏毅老师最新2021春季机器学习课程相关内容&#xff0c;如有记录错误&#xff0c;或理解不对&#xff0c;欢迎留言批评指正...youtube课程地址&#xff1a;&#xff08;实时更新&#xff09;ML 2021 Springspeech.ee.ntu.edu.tw/~hylee/ml/2021-…

sxs卡数据怎么恢复?分享三种恢复方案

说起sxs卡&#xff0c;你们是否有所了解呢&#xff1f;sxs卡具有很好的传输性能&#xff0c;能够存储照片和视频数据&#xff0c;主要被放置在索尼XDCAM EX型摄像机上。而在使用sxs卡设备过程中&#xff0c;难免和其他设备一样&#xff0c;容易出现数据丢失情况。而如果丢失的是…

在虚拟机上安装win11

虚拟机版本呢vmware16win11镜像&#xff1a;zh-cn_windows_11_business_editions_version_22h2_updated_dec_2022_x64_dvd_0b26ca48.isoPE镜像&#xff1a;EasyU_v3.7.iso 通过优启通工具制作两个光驱&#xff0c;第一个选pe的iso&#xff0c;第二个选win11的iso点击开启虚拟机…

(day5) 自学Java——ArrayList集合

目录 1. ArrayList 2.集合练习 (1)添加字符串和整数&#xff0c;并遍历 (2)添加学生对象并遍历 (3)查找用户是否存在 (4)返回多个数据 1. ArrayList 数组有个致命的弱点&#xff0c;那就是创建时需要指定其长度&#xff0c;并且在使用时长度不可改变。 在Java教程中知道…

[ 数据结构 ] 图(Graph)--------深度优先、广度优先遍历

0 基本介绍 为什么要有图? 无论是线性表还是树结构,局限于表示一个直接前驱和一个直接后继的关系(一对一/一对多),当我们需要表示多对多的关系时&#xff0c; 这里我们就用到了图 节点间的连接成为边,节点称为顶点,一个顶点到另一个顶点所经过的边叫路径,边有方向的叫有向图,…

js逆向-某动网演出数据获取

声明 本文仅供学习参考&#xff0c;如有侵权可私信本人删除&#xff0c;请勿用于其他途径&#xff0c;违者后果自负&#xff01; 如果觉得文章对你有所帮助&#xff0c;可以给博主点击关注和收藏哦&#xff01; 前言 目标网站&#xff1a;aHR0cHM6Ly93d3cuc2hvd3N0YXJ0LmNv…

如何远程连接Linux系统服务器

Linux服务器远程连接方法这里给大家普及一下Linux服务器&#xff0c;是一台安装Ubuntu系统的工作站。这类服务器大部分用于程序员开发编程使用&#xff0c;说简单点就是拿来敲代码的。通常需要借助远程连接工具来连接Linux远程服务器&#xff0c;如xshell&#xff1b;putty&…

PostgreSQL实战之物理复制和逻辑复制(五)

目录 PostgreSQL实战之物理复制和逻辑复制&#xff08;五&#xff09; 5 流复制主备切换 5.1 判断主备角色的五种方法 5.2 主备切换之文件触发方式 5.3 主备切换之pg_ctl promote方式 5.4 pg_rewind PostgreSQL实战之物理复制和逻辑复制&#xff08;五&#xff09; 5 流…