BGP对等体组、聚合、路由反射器、联盟、团体属性

一.实验拓扑


二.实验需求

1.AS1中存在两个环回,一个地址为192.168.1.0/24,该地址不能在任何协议中宣告

    As3中存在两个环回,一个地址为192.168.2.0/24,、该地址不能在任何协议中宣告,最终要求这两个环回可以ping通;

2.整个AS2的IP地址为172.16.0.0/16,请合理划分;并且其内部配置osPF协议

3.R1-R8的建邻环回用x.x.x.x/32表示;R2-R7上除了建邻环回,每个设备再划分一个业务网段;

4、AS间的骨干链路IP地址随意定制;

5、使用BGP协议让整个网络所有设备的环回可以互相访问;

三、实验思路

1.划IP配IP

2..配OSPF使AS2通

3.配BGP

5.近BGP宣告网段   

6.做隧道,使全网通



四、实验步骤

1.划IP

172.16.0.0 /16

1)R1-R8的环回

R1 ---172.16.0.1  /32

........

2)R2--R7的业务网段

R2-----172.16.2.0  /24

........

3)6个骨干链路

172.16.1.0 /24

172.16.1.0000 0000 /30 ==172.16.1.0  

172.16.1.0000 0100  /30 ==172.16.1.4

172.16.1.0000 1000  /30==172.16.1.8

172.16.1.0000 1100  /30==172.16.1.12

172.16.1.0001 0000  /30==172.16.1.16

172.16.1.0001 0100  /30==172.16.1.20

2.配ip

[R1]INT G0/0/0
[R1-GigabitEthernet0/0/0]IP ADD 12.1.1.1 24
[R1-GigabitEthernet0/0/0]
Aug  4 2024 09:55:02-08:00 R1 %%01IFNET/4/LINK_STATE(l)[0]:The line protocol IP 
on the interface GigabitEthernet0/0/0 has entered the UP state. 
[R1-GigabitEthernet0/0/0]q
[R1]int l0
[R1-LoopBack0]ip add 172.16.0.1 32
[R1-LoopBack0]int l1
[R1-LoopBack1]ip add 192.168.1.0 24
Error: The specified IP address is invalid.
[R1-LoopBack1]ip add 192.168.1.1 24
[R1-LoopBack1]q
[R1]

[R2]INT G0/0/1
[R2-GigabitEthernet0/0/1]172.16.1.1 30
                         ^
Error: Unrecognized command found at '^' position.
[R2-GigabitEthernet0/0/1]ip add 172.16.1.1 30
[R2-GigabitEthernet0/0/1]
Aug  4 2024 09:55:42-08:00 R2 %%01IFNET/4/LINK_STATE(l)[0]:The line protocol IP 
on the interface GigabitEthernet0/0/1 has entered the UP state. 
[R2-GigabitEthernet0/0/1]int g0/0/2
[R2-GigabitEthernet0/0/2]ip add 172.16.1.21 30
Aug  4 2024 09:56:04-08:00 R2 %%01IFNET/4/LINK_STATE(l)[1]:The line protocol IP 
on the interface GigabitEthernet0/0/2 has entered the UP state. 
[R2-GigabitEthernet0/0/2]int g0/0/0
[R2-GigabitEthernet0/0/0]ip add 12.1.1.2 24
Aug  4 2024 09:56:23-08:00 R2 %%01IFNET/4/LINK_STATE(l)[2]:The line protocol IP 
on the interface GigabitEthernet0/0/0 has entered the UP state. 
[R2-GigabitEthernet0/0/0]int l0
[R2-LoopBack0]ip add 172.16.0.2 32
[R2-LoopBack0]ip add 172.16.0.2 32
Error: The address already exists.
[R2-LoopBack0]int l1
[R2-LoopBack1]ip add 172.16.2.0 24
Error: The specified IP address is invalid.
[R2-LoopBack1]ip add 172.16.2.1 24
[R2-LoopBack1]ip add 172.16.2.1 24
Error: The address already exists.
[R2-LoopBack1]q
[R2]

[R3]int g0/0/0
[R3-GigabitEthernet0/0/0]ip add 172.16.1.2 30
[R3-GigabitEthernet0/0/0]
Aug  4 2024 10:02:16-08:00 R3 %%01IFNET/4/LINK_STATE(l)[0]:The line protocol IP 
on the interface GigabitEthernet0/0/0 has entered the UP state. 
[R3-GigabitEthernet0/0/0]int g0/0/1
[R3-GigabitEthernet0/0/1]ip add 172.16.1.5 30
Aug  4 2024 10:02:47-08:00 R3 %%01IFNET/4/LINK_STATE(l)[1]:The line protocol IP 
on the interface GigabitEthernet0/0/1 has entered the UP state. 
[R3-GigabitEthernet0/0/1]int l0
[R3-LoopBack0]ip add 172.16.0.3 32
[R3-LoopBack0]int l1
[R3-LoopBack1]ip add 172.16.3.1 24
[R3-LoopBack1]q
[R3]

[R4]int g0/0/0
[R4-GigabitEthernet0/0/0]ip add 172.16.1.6 30
[R4-GigabitEthernet0/0/0]int g0/0/1
[R4-GigabitEthernet0/0/1]ip add 172.16.1.9 30
[R4-GigabitEthernet0/0/1]int l0
[R4-LoopBack0]ip add 172.16.0.4 32
[R4-LoopBack0]int l1
[R4-LoopBack1]ip add 172.16.4.1 24
[R4-LoopBack1]q
[R4]

[R5]int g0/0/1
[R5-GigabitEthernet0/0/1]ip add 172.16.1.22 30
[R5]int g0/0/0
[R5-GigabitEthernet0/0/0]ip add 172.16.1.17 30
Aug  4 2024 10:09:21-08:00 R5 %%01IFNET/4/LINK_STATE(l)[2]:The line protocol IP 
on the interface GigabitEthernet0/0/0 has entered the UP state. 
[R5-GigabitEthernet0/0/0]ip add 172.16.1.17 30
Error: The address already exists.
[R5-GigabitEthernet0/0/0]int l0
[R5-LoopBack0]ip add 172.16.0.5 32
[R5-LoopBack0]int l1
[R5-LoopBack1]ip add 172.16.5.0 24
Error: The specified IP address is invalid.
[R5-LoopBack1]ip add 172.16.5.1 24
[R5-LoopBack1]ip add 172.16.5.1 24
Error: The address already exists.
[R5-LoopBack1]q
[R5]

[R6]int g0/0/0
[R6-GigabitEthernet0/0/0]ip add 172.16.1.13 30
[R6-GigabitEthernet0/0/0]
Aug  4 2024 10:13:40-08:00 R6 %%01IFNET/4/LINK_STATE(l)[0]:The line protocol IP 
on the interface GigabitEthernet0/0/0 has entered the UP state. 
[R6-GigabitEthernet0/0/0]int g0/0/1
[R6-GigabitEthernet0/0/1]ip add 172.16.1.18 30
Aug  4 2024 10:14:00-08:00 R6 %%01IFNET/4/LINK_STATE(l)[1]:The line protocol IP 
on the interface GigabitEthernet0/0/1 has entered the UP state. 
[R6-GigabitEthernet0/0/1]int l0
[R6-LoopBack0]ip add 172.16.0.6 32
[R6-LoopBack0]int l1
[R6-LoopBack1]ip add 172.16.6.1 24
[R6-LoopBack1]q
[R6]

[R7]int g0/0/0
[R7-GigabitEthernet0/0/0]ip add 172.16.1.14 30
[R7-GigabitEthernet0/0/0]
Aug  4 2024 10:15:23-08:00 R7 %%01IFNET/4/LINK_STATE(l)[0]:The line protocol IP 
on the interface GigabitEthernet0/0/0 has entered the UP state. 
[R7-GigabitEthernet0/0/0]int g0/0/1
[R7-GigabitEthernet0/0/1]ip add 172.16.1.10 30
Aug  4 2024 10:15:46-08:00 R7 %%01IFNET/4/LINK_STATE(l)[1]:The line protocol IP 
on the interface GigabitEthernet0/0/1 has entered the UP state. 
[R7-GigabitEthernet0/0/1]int g0/0/2
[R7-GigabitEthernet0/0/2]ip add 34.1.1.1 24
Aug  4 2024 10:16:36-08:00 R7 %%01IFNET/4/LINK_STATE(l)[2]:The line protocol IP 
on the interface GigabitEthernet0/0/2 has entered the UP state. 
[R7-GigabitEthernet0/0/2]int l0
[R7-LoopBack0]ip add 172.16.0.7 32
[R7-LoopBack0]int l1
[R7-LoopBack1]ip add 172.16.7.0 24
Error: The specified IP address is invalid.
[R7-LoopBack1]ip add 172.16.7.1 24
[R7-LoopBack1]ip add 172.16.7.1 24
Error: The address already exists.
[R7-LoopBack1]q
[R7]

[R8]int g0/0/0
[R8-GigabitEthernet0/0/0]ip add 34.1.1.2 24
Aug  4 2024 10:18:05-08:00 R8 %%01IFNET/4/LINK_STATE(l)[0]:The line protocol IP 
on the interface GigabitEthernet0/0/0 has entered the UP state. 
[R8-GigabitEthernet0/0/0]q
[R8]int l0
[R8-LoopBack0]ip add 172.16.0.8 32
[R8-LoopBack0]int l1
[R8-LoopBack1]ip add 192.168.2.1 24
[R8-LoopBack1]q
[R8]

3.配OSPF使AS2通

[R2]ospf 1 r    
[R2]ospf 1 router-id 2.2.2.2
[R2-ospf-1]a 0
[R2-ospf-1-area-0.0.0.0]ne 172.16.0.0 0.0.255.255
[R2-ospf-1-area-0.0.0.0]q
[R2-ospf-1]

[R3]os    
[R3]ospf 1 r    
[R3]ospf 1 router-id 3.3.3.3
[R3-ospf-1]a 0
[R3-ospf-1-area-0.0.0.0]ne 172.16.0.0 0.0.255.255
[R3-ospf-1-area-0.0.0.0]ne 172.16.0.0 0.0.255.255
[R3-ospf-1-area-0.0.0.0]

[R4]os    
[R4]ospf 1 r    
[R4]ospf 1 router-id 4.4.4.4
[R4-ospf-1]a 0
[R4-ospf-1-area-0.0.0.0]ne 172.16.0.0 0.0.255.255
[R4-ospf-1-area-0.0.0.0]ne 172.16.0.0 0.0.255.255
[R4-ospf-1-area-0.0.0.0]

[R5]osp    
[R5]ospf 1 r    
[R5]ospf 1 router-id 5.5.5.5
[R5-ospf-1]a 0
[R5-ospf-1-area-0.0.0.0]ne 172.16.0.0 0.0.255.255
[R5-ospf-1-area-0.0.0.0]

[R6]os    
[R6]ospf 1 r    
[R6]ospf 1 router-id 6.6.6.6
[R6-ospf-1]a 0
[R6-ospf-1-area-0.0.0.0]ne 172.16.0.0 0.0.255.255
[R6-ospf-1-area-0.0.0.0]

[R7]os    
[R7]ospf 1 r    
[R7]ospf 1 router-id 7.7.7.7
[R7-ospf-1]a 0
[R7-ospf-1-area-0.0.0.0]ne 172.16.0.0 0.0.255.255
[R7-ospf-1-area-0.0.0.0]

4.配BGP

1)BGP联盟

[R1]bgp 1
[R1-bgp]pe    
[R1-bgp]peer 12.1.1.2 as 2
[R1-bgp]

[R2-bgp]pe    
[R2-bgp]peer 172.16.0.3 as 64512
[R2-bgp]peer 172.16.0.3 conn    
[R2-bgp]peer 172.16.0.3 connect-interface l0
[R2-bgp]peer 172.16.0.3 ne    
[R2-bgp]peer 172.16.0.3 next-hop-invariable
[R2-bgp]peer 172.16.0.3 next-hop-local
[R2-bgp]p    
[R2-bgp]peer 172.16.0.4 as 64512
[R2-bgp]peer 172.16.0.4 con    
[R2-bgp]peer 172.16.0.4 connect-interface l0
[R2-bgp]
[R2-bgp]
[R2-bgp]
[R2-bgp]pe    
[R2-bgp]peer 172.16.0.5 as 64513
[R2-bgp]peer 172.16.0.5 con    
[R2-bgp]peer 172.16.0.5 connect-interface l0
[R2-bgp]peer 172.16.0.5 ne    
[R2-bgp]peer 172.16.0.5 next-hop-invariable

[R2-bgp]peer 172.16.0.5 next-hop-local
[R2-bgp]p    
[R2-bgp]peer 172.16.0.5 eb    

[R2-bgp]peer 172.16.0.5 ebgp-max-hop (修改最大跳数255(默认的是255))
[R2-bgp]

[R3]bgp 64512
[R3-bgp]con    
[R3-bgp]confederation id 2
[R3-bgp]pe    
[R3-bgp]peer 172.16.0.2 as 64512
[R3-bgp]peer 172.16.0.2 con    
[R3-bgp]peer 172.16.0.2 connect-interface l0
[R3-bgp]p    
[R3-bgp]peer 172.16.0.4 as 64512
[R3-bgp]peer 172.16.0.4 connect-interface l0
[R3-bgp]

[R4]bg    
[R4]bgp 64512
[R4-bgp]con    
[R4-bgp]confederation i    
[R4-bgp]confederation id 2
[R4-bgp]p    
[R4-bgp]peer 172.16.0.3 as 64512
[R4-bgp]peer 172.16.0.3 co    
[R4-bgp]peer 172.16.0.3 connect-interface l0
[R4-bgp]p    
[R4-bgp]peer 172.16.0.2 as 64512
[R4-bgp]peer 172.16.0.2 con    
[R4-bgp]peer 172.16.0.2 connect-interface l0
[R4-bgp]

(如果R4不和R2键邻,可以在R3上做反射器(反射群里的所有反射客户端需与反射器建立IBGP邻居关系)解决路由学不全的问题

[R5]bg    
[R5]bgp 64513
[R5-bgp]con    
[R5-bgp]confederation p    
[R5-bgp]confederation i    
[R5-bgp]confederation id 2
[R5-bgp]confederation p    
[R5-bgp]confederation peer-as 64512
[R5-bgp]p    
[R5-bgp]peer 172.16.0.6 as 64513
[R5-bgp]peer 172.16.0.6 con    
[R5-bgp]peer 172.16.0.6 connect-interface l0
[R5-bgp]peer 172.16.0.6 ne    
[R5-bgp]peer 172.16.0.6 next-hop-invariable
[R5-bgp]peer 172.16.0.6 next-hop-local
[R5-bgp]pe    

[R5-bgp]peer 172.16.0.7 as 64513
[R5-bgp]peer 172.16.0.7 con    
[R5-bgp]peer 172.16.0.7 connect-interface l0
[R5-bgp]q
[R5-bgp]
[R5-bgp]peer 172.16.0.2 as 64512
[R5-bgp]peer 172.16.0.2 conn    
[R5-bgp]peer 172.16.0.2 connect-interface l0
[R5-bgp]peer 172.16.0.2 next-hop-local
[R5-bgp]peer 172.16.0.2 eb    
[R5-bgp]peer 172.16.0.2 ebgp-max-hop 
[R5-bgp]

[R6]bgp 64513
[R6-bgp]con    
[R6-bgp]confederation 
[R6-bgp]confederation i    
[R6-bgp]confederation id 2
[R6-bgp]pe    
[R6-bgp]peer 172.16.0.5 as 64513
[R6-bgp]peer 172.16.0.5 con    
[R6-bgp]peer 172.16.0.5 connect-interface l0
[R6-bgp]pe    
[R6-bgp]peer 172.16.0.7 as 64513
[R6-bgp]peer 172.16.0.7 connect-interface l0

[R6-bgp]peer 172.16.0.7 next-hop-local
[R6-bgp]
[R6-bgp]p   
[R6-bgp]q
[R6]

[R7]bgp 64513
[R7-bgp]con    
[R7-bgp]confederation i    
[R7-bgp]confederation id 2
[R7-bgp]pe    
[R7-bgp]peer 172.16.0.5 as 64513
[R7-bgp]peer 172.16.0.5 con    
[R7-bgp]peer 172.16.0.5 connect-interface l0
[R7-bgp]
[R7-bgp]peer 172.16.0.6 as 64513
[R7-bgp]peer 172.16.0.6 connect-interface l0
[R7-bgp]peer 172.16.0.6 ne    
[R7-bgp]peer 172.16.0.6 next-hop-invariable
[R7-bgp]peer 172.16.0.6 next-hop-local
[R7-bgp]pe    
[R7-bgp]peer 34
[R7-bgp]peer 34.1.1.2 as 3
[R7-bgp]
[R7-bgp]

(如果R5不和R7键邻,可以在R3上做反射器(反射群里的所有反射客户端需与反射器建立IBGP邻居关系)解决路由学不全的问题

[R8]bg    
[R8]bgp 3
[R8-bgp]p    
[R8-bgp]peer 34.1.1.1 as 2
[R8-bgp]

检查

5.近BGP宣告网段

[R2]bgp 64512
[R2-bgp]ne    
[R2-bgp]network 172.16.2.0 24
[R2-bgp]

[R3]bg    
[R3]bgp 64512
[R3-bgp]ne    
[R3-bgp]network 172.16.3.0 24
[R3-bgp]


[R4]bgp 64512
[R4-bgp]n    
[R4-bgp]network 172.16.4.0 24
[R4-bgp]

[R5]bg    
[R5]bgp 64513
[R5-bgp]n    
[R5-bgp]network 172.16.5.0 24
[R5-bgp]

[R6]bg    
[R6]bgp 64513
[R6-bgp]n    
[R6-bgp]network 172.16.6.0 24
[R6-bgp]

[R7]bg    
[R7]bgp 64513
[R7-bgp]n    
[R7-bgp]network 172.16.7.0 24
[R7-bgp]q
[R7]

6.做隧道,使全网通

[R1]bg    
[R1]bgp 1
[R1-bgp]n    
[R1-bgp]network 172.16.0.1 32
[R1-bgp]
[R1-bgp]q

[R8]bg    
[R8]bgp 3
[R8-bgp]n    
[R8-bgp]network 172.16.0.8 32
[R8-bgp]


[R1]int t0/0/0
[R1-Tunnel0/0/0]ip add 10.1.1.1 24
[R1-Tunnel0/0/0]tunnel-protocol gre 

[R1-Tunnel0/0/0]so    
[R1-Tunnel0/0/0]source 172.16.0.1
[R1-Tunnel0/0/0]des    
[R1-Tunnel0/0/0]description
[R1-Tunnel0/0/0]destination 172.16.0.8

[R8]int t0/0/0
[R8-Tunnel0/0/0]ip add 10.1.1.8 24
[R8-Tunnel0/0/0]TUN    
[R8-Tunnel0/0/0]tunnel-protocol G    
[R8-Tunnel0/0/0]tunnel-protocol gre 
[R8-Tunnel0/0/0]s    
[R8-Tunnel0/0/0]so    
[R8-Tunnel0/0/0]source 172.16.0.8
[R8-Tunnel0/0/0]des    
[R8-Tunnel0/0/0]description
[R8-Tunnel0/0/0]destination 172.16.0.1

[R1]ip route-static 192.168.2.0 24 10.1.1.8

[R8]ip route-static 192.168.1.0 24 10.1.1.1
[R8]

测试

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

如若内容造成侵权/违法违规/事实不符,请联系长河编程网进行投诉反馈email:809451989@qq.com,一经查实,立即删除!

相关文章

vue el-input 输入框下拉显示匹配数据

1、效果图: 2、需求&实现: 输入条件 下面匹配查询到的数据有多少个 需要调用后端接口展示,后端查询到之后返回条数 前端展示 3、具体代码实现: html: 图片需要自己根据实际情况增加 // 查询 重置 筛选 本文章…

delphi 12 学习如何登陆网站下载文件

启动时等待验证码. 输入验证码后,等待处理数据 处理完成后,显示数据 实现原理:利用已有的账号和密码登录后产生的cookie,向服务器请求数据.返回的数据是JSON格式,后期需要自己整理. 注意,请在程序中使用同一个TnetHttpClient控件来完成.因为里面保存了cookie信息 需要了解的知…

btslab靶场-通过xss获取他人cookie并利用

目录 安装 通过xss获取cookie cookie利用 安装 下载btslab靶场链接:https://pan.baidu.com/s/1I9ZgzlZEWdobINGQUhy7Jw?pwd8888 提取码:8888 用phpEnv或者phpStudy部署好靶场环境(这里就省略了) 通过xss获取cookie 先访问…

Golang | Leetcode Golang题解之第316题去除重复字母

题目&#xff1a; 题解&#xff1a; func removeDuplicateLetters(s string) string {left : [26]int{}for _, ch : range s {left[ch-a]}stack : []byte{}inStack : [26]bool{}for i : range s {ch : s[i]if !inStack[ch-a] {for len(stack) > 0 && ch < stack…

通过Java实现插入排序(直接插入,希尔)与选择排序(直接选择,堆排)

目录 &#xff08;一&#xff09;插入排序 1.直接插入排序 &#xff08;1&#xff09;核心思想&#xff1a; &#xff08;2&#xff09;代码实现&#xff08;以从小到大排序为例&#xff09;&#xff1a; &#xff08;3&#xff09;代码分析&#xff1a; 2.希尔排序&#xff08…

MQ消息队列篇:三大MQ产品的必备面试种子题

MQ有什么用&#xff1f; MQ&#xff08;消息队列&#xff09;是一种FIFO&#xff08;先进先出&#xff09;的数据结构&#xff0c;主要用于实现异步通信、削峰平谷和解耦等功能。它通过将生产者生成的消息发送到队列中&#xff0c;然后由消费者进行消费。这样&#xff0c;生产…

(四)activit5.23.0修复跟踪高亮显示BUG

一、先看bug 在 &#xff08;三&#xff09;springboot2.7.6集成activit5.23.0之流程跟踪高亮显示 末尾就发现高亮显示与预期不一样&#xff0c;比如上面的任务2前面的箭头没有高亮显示。 二、分析原因 具体分析步骤省略了&#xff0c;主要是ProcessInstanceHighlightsResour…

【iOS】暑假第二周——网易云APP 仿写

目录 前言首页关于UINavigationBarAppearance “我的”账号夜间模式——多界面传值遇到的问题所用到的其他知识整理NSNotificationreloadData各种键盘模式 总结 前言 有了之前仿写ZARA的基础&#xff0c;本周我们仿写了网易云APP&#xff0c;在这里对多界面传值进行了首次应用—…

算力共享中神经网络切片和算力分配策略

目录 神经网络切片 按照算力的分布进行网络层数切片;就是算力越强,运算神经网络层数越多 神经网络切片和算力占比进行映射 算力分配策略 get_current_shard 神经网络切片 按照算力的分布进行网络层数切片;就是算力越强,运算神经网络层数越多 神经网络切片和算力占比进…

【MySQL】索引——索引的引入、认识磁盘、磁盘的组成、扇区、磁盘访问、磁盘和MySQL交互、索引的概念

文章目录 MySQL1. 索引的引入2. 认识磁盘2.1 磁盘的组成2.2 扇区2.3 磁盘访问 3. 磁盘和MySQL交互4. 索引的概念4.1 索引测试4.2 Page4.3 单页和多页情况 MySQL 1. 索引的引入 海量表在进行普通查询的时候&#xff0c;效率会非常的慢&#xff0c;但是索引可以解决这个问题。 -…

PHP中关于排名和显示的问题

&#x1f3c6;本文收录于《CSDN问答解惑-专业版》专栏&#xff0c;主要记录项目实战过程中的Bug之前因后果及提供真实有效的解决方案&#xff0c;希望能够助你一臂之力&#xff0c;帮你早日登顶实现财富自由&#x1f680;&#xff1b;同时&#xff0c;欢迎大家关注&&收…

RabbitMQ应用场景及特性

RabbitMQ是一款开源的消息队列中间件&#xff0c;拥有非常好用的管理控制面板&#xff0c;类似使用navicat一样&#xff0c;简便的操纵数据库。 应用场景 一、流量削峰 在一些并发量较高的场景下&#xff0c;比如秒杀活动&#xff0c;抢票等&#xff0c;同一时间访问量急剧增…

【Linux】shell命令与Linux权限的概念

目录 一、shell命令二、Linux权限的概念2.1 Linux权限的概念2.1.1 用户2.1.2 指令2.1.2.1 su指令2.1.2.2 sudo指令 2.2 Linux权限管理2.2.1 文件访问者的分类&#xff08;人&#xff09;2.2.2 文件类型和访问权限&#xff08;事物属性&#xff09;2.2.2.1 文件类型2.2.2.2 基本…

[240804] OpenTofu 1.8.0 发布,带来更友好的编码体验 | 生成式 AI 滥用现象分析

目录 OpenTofu 1.8.0 发布&#xff0c;带来更友好的编码体验生成式 AI 滥用现象分析 OpenTofu 1.8.0 发布&#xff0c;带来更友好的编码体验 OpenTofu 1.8.0 现已发布&#xff0c;主要功能包括&#xff1a; 变量和局部值的早期求值: 现在可以在模块源、后端配置和状态加密等更…

使用 1panel面板 部署 springboot 和 vue

代码仓库&#xff1a;还没弄 目录 网站介绍安装步骤1. 准备云服务器2. 准备域名&#xff08;可跳过&#xff09;3. 安装1panel面板4. 服务器开放端口5. 进入1panel面板6. 安装并启动软件&#xff08;服务器和面板开放端口&#xff09;7. 打包并上传项目7.1 打包 Java项目&#…

网页保护用户 小tips

在使用创建web开发的过程中&#xff0c;直接使用用户名url&#xff0c;容易造成用户信息的被攻击&#xff0c;例如对方直接访问 ../../.../username 的网页&#xff0c;可以窃取用户信息&#xff0c;然而把usename变成一堆乱码就安全的多 效果&#xff1a; 代码&#xff1a;…

想做抖音短视频,视频素材去哪里找啊?

各位抖音上的短视频创作者们&#xff0c;是否曾幻想过自己的作品能够在全网爆火&#xff0c;却常因为缺少那些能够让视频更加生动的素材而感到困扰&#xff1f;不用担心&#xff0c;今天我要为大家介绍几个优秀的视频素材网站&#xff0c;让你的抖音之路顺风顺水&#xff01; …

星环科技与宁夏银行“大数据联合实验室”揭牌,持续打造金融科技新范式

5月30-31日&#xff0c;2024向星力未来数据技术峰会期间&#xff0c;在峰会现场来宾共同见证下&#xff0c;星环科技与宁夏银行“大数据联合实验室”正式揭牌&#xff0c;宁夏银行股份有限公司首席信息官崔彦刚与星环科技副总裁邱磊共同为联合实验室揭牌。 星环科技与宁夏银行借…

【每日刷题】Day92

【每日刷题】Day92 &#x1f955;个人主页&#xff1a;开敲&#x1f349; &#x1f525;所属专栏&#xff1a;每日刷题&#x1f34d; &#x1f33c;文章目录&#x1f33c; 1. 面试题 16.05. 阶乘尾数 - 力扣&#xff08;LeetCode&#xff09; 2. 取近似值_牛客题霸_牛客网 (n…

4. 最长公共前缀

4. 最长公共前缀 题目题目分析 题目 题目分析 首先要对字符串数组进行分析&#xff0c;字符串数组元素的最长公共前缀肯定不会超过最小元素长度&#xff0c;并如存在公共前缀则需遍历整个字符串元素&#xff0c;有点像二维数组&#xff0c;最后加上截取字符串加上判空操作就完…