综合实验:期末

实验要求
一.物理连接

实验分2个组进行,使用思科模拟软件。每个同学模拟两个组。每个组选用一台路由器、一台三层交换机和一台二层交换机。要求按下图拓扑进行连接。如下图:最上端设备为核心交换机,按老师要求配置(后面提供)

在这里插入图片描述

核心交换机配置:

Switch>Switch>enaSwitch#conf tEnter configuration commands, one per line. End with CNTL/Z.Switch(config)#hostname CORECORE(config)#int fa 0/1CORE(config-if)#no shutCORE(config-if)#no switchport CORE(config-if)#ip add 200.200.1.254 255.255.255.0CORE(config-if)#int fa 0/2CORE(config-if)#no shutCORE(config-if)#no switchport CORE(config-if)#ip add 200.200.2.254 255.255.255.0CORE(config-if)#CORE#(config)#ip routingCORE#

注意:核心交换机必须按老师指定的配置,不能自己增加额外的配置

二. IP编址

每组两台交换机之间通过端口24进行连接,之间配置成TRUNK链路。每个组配置VLAN10x、VLAN20x,其中x为组号。例如:组号为2时,需要配置VLAN102和202。

VLAN10x 使用IP网络192.168.10x.0/24, VLAN20x使用IP网络192.168.20x.0/24。VLAN10x为服务器网段,VLAN20x为客户端网段。DNS、WEB和EMAIL(不做)使用相应网段的101-103三个IP地址。在三层交换机中启用VLAN10x和VLAN20x三层接口,其IP分别设为相应IP网络的地址1。

第一组路由器配置lo0:1.1.1.1/32;三层交换机配置lo0:1.1.1.2/32

第二组路由器配置lo0:2.2.2.1/32;三层交换机配置lo0:2.2.2.2/32

X组三层交换机名字为SW1_x,其中x=1或2. X组二层交换机名字SW2_x

各组路由器gi 0/1端口的IP地址使用200.200.x.0/24网段,分别是该网段的地址200.200.x.10。200.200.x.0/24由x组使用。路由器gi0/0对应的交换机端口划分到VLAN10x,gi 0/0 IP配置为192.168.10x.254 /24。255.255.255.0

三. IP NAT与DHCP

所有客户PC机的IP地址在离开本组的出口路由器时,转换成路由器gi0/1接口IP地址。各组服务器提供的服务应满足本组及其他组的PC机能够访问。当从外网访问200.200.x.101时,就访问了x组的DNS服务器;当从外网访问200.200.x.102时,就访问了x组的WEB服务器;

在每组的三层交换机上配置DHCP服务器,使得vlan20x的计算机可以自动获得ip地址(包括网关等)

四. 路由

每组的路由器配置到核心交换机的默认路由

每组组内配置ospf选路

默认路由通过ospf通告到ospf域中

Ospf配置中要求指定路由器ID为loopback的ip 地址。

出口路由器到外部网络的下一跳IP地址为:200.200.x.254。

五. 网络联通性测试

首先保证各组内客户机与服务器相互间具有IP连通性,并均可PING通出口路由器内外口IP地址。然后检查与其他组连通性。

六. Windows 2012 Server配置DNS服务器(不需要配置)

DNS服务器运行在Windows 2012 Server环境,负责本组的三个服务器的域名解析。为了方便各组记忆,具体的域名规划如下:

第1组: (DNS服务器 ----- 192.168.101.101 )

Web服务器----web.beijing.china.com-----192.168.101.102

Mail服务器---- beijing.china.com------------192.168.101.103

第2组: (DNS服务器 ----- 192.168.102.101 )

Web服务器----web.shanghai.china.com-----192.168.102.102

Mail服务器---- shanghai.china.com------192.168.102.103

提交:

1. 每个设备show run(10分)

2. 路由器三层交换机show ip route(10分)

3. PC 之间ping 通的测试(10分)

在PC2上,ping 192.168.101.101;ping 192.168.101.102;

Ping 200.200.2.254

在PC4上,ping 192.168.101.101;ping 192.168.101.102

Ping 200.200.1.254

4. 文件名:学号_姓名_综合实验(word或PDF文档)

⊠ \boxtimes 基础性实验 □ \square 综合性实验 □ \square 设计性实验


实验报告正文

实验过程

网络拓扑

在这里插入图片描述

sh run

核心交换机

CORE>ena
CORE#sh run
Building configuration...Current configuration : 1296 bytes
!
version 12.2
no service timestamps log datetime msec
no service timestamps debug datetime msec
no service password-encryption
!
hostname CORE
!
!
!
!
!
!
!
ip routing
!
!
!
!
!
!
!
!
!
!
!
!
!
!
spanning-tree mode pvst
!
!
!
!
!
!
interface FastEthernet0/1no switchportip address 200.200.1.254 255.255.255.0duplex autospeed auto
!
interface FastEthernet0/2no switchportip address 200.200.2.254 255.255.255.0duplex autospeed auto
!
interface FastEthernet0/3
!
interface FastEthernet0/4
!
interface FastEthernet0/5
!
interface FastEthernet0/6
!
interface FastEthernet0/7
!
interface FastEthernet0/8
!
interface FastEthernet0/9
!
interface FastEthernet0/10
!
interface FastEthernet0/11
!
interface FastEthernet0/12
!
interface FastEthernet0/13
!
interface FastEthernet0/14
!
interface FastEthernet0/15
!
interface FastEthernet0/16
!
interface FastEthernet0/17
!
interface FastEthernet0/18
!
interface FastEthernet0/19
!
interface FastEthernet0/20
!
interface FastEthernet0/21
!
interface FastEthernet0/22
!
interface FastEthernet0/23
!
interface FastEthernet0/24
!
interface GigabitEthernet0/1
!
interface GigabitEthernet0/2
!
interface Vlan1no ip addressshutdown
!
ip classless
!
ip flow-export version 9
!
!
!
!
!
!
!
line con 0
!
line aux 0
!
line vty 0 4login
!
!
!
end

路由器1

Router>ena
Router#sh run
Building configuration...Current configuration : 1292 bytes
!
version 15.1
no service timestamps log datetime msec
no service timestamps debug datetime msec
no service password-encryption
!
hostname Router
!
!
!
!
!
!
!
!
ip cef
no ipv6 cef
!
!
!
!
license udi pid CISCO2911/K9 sn FTX15241CPO
!
!
!
!
!
!
!
!
!
!
!
spanning-tree mode pvst
!
!
!
!
!
!
interface Loopback0ip address 1.1.1.1 255.255.255.255
!
interface GigabitEthernet0/0ip address 192.168.101.254 255.255.255.0ip nat insideduplex autospeed auto
!
interface GigabitEthernet0/1ip address 200.200.1.10 255.255.255.0ip nat outsideduplex autospeed auto
!
interface GigabitEthernet0/2no ip addressduplex autospeed autoshutdown
!
interface Vlan1no ip addressshutdown
!
router ospf 1router-id 1.1.1.1log-adjacency-changesredistribute static subnets network 1.1.1.1 0.0.0.0 area 0network 200.200.1.0 0.0.0.255 area 0network 192.168.101.0 0.0.0.255 area 0default-information originate
!
ip nat inside source list 1 interface GigabitEthernet0/1 overload
ip nat inside source static 192.168.101.101 200.200.1.101 
ip classless
ip route 0.0.0.0 0.0.0.0 200.200.1.254 
!
ip flow-export version 9
!
!
access-list 1 permit 192.168.101.0 0.0.0.255
access-list 1 permit 192.168.201.0 0.0.0.255
!
!
!
!
!
line con 0
!
line aux 0
!
line vty 0 4login
!
!
!
end

三层交换机1

Switch>ena
Switch#sh run
Building configuration...Current configuration : 1809 bytes
!
version 12.2
no service timestamps log datetime msec
no service timestamps debug datetime msec
no service password-encryption
!
hostname Switch
!
!
!
!
!
ip dhcp pool NET1network 192.168.201.0 255.255.255.0default-router 192.168.201.1dns-server 8.8.8.8
!
!
ip routing
!
!
!
!
!
!
!
!
!
!
!
!
!
!
spanning-tree mode pvst
spanning-tree vlan 1-500 priority 24576
!
!
!
!
!
!
interface Loopback0ip address 1.1.1.2 255.255.255.255
!
interface FastEthernet0/1switchport access vlan 101
!
interface FastEthernet0/2switchport access vlan 101
!
interface FastEthernet0/3
!
interface FastEthernet0/4
!
interface FastEthernet0/5
!
interface FastEthernet0/6
!
interface FastEthernet0/7
!
interface FastEthernet0/8
!
interface FastEthernet0/9
!
interface FastEthernet0/10
!
interface FastEthernet0/11
!
interface FastEthernet0/12
!
interface FastEthernet0/13
!
interface FastEthernet0/14
!
interface FastEthernet0/15
!
interface FastEthernet0/16
!
interface FastEthernet0/17
!
interface FastEthernet0/18
!
interface FastEthernet0/19
!
interface FastEthernet0/20
!
interface FastEthernet0/21
!
interface FastEthernet0/22
!
interface FastEthernet0/23
!
interface FastEthernet0/24switchport trunk encapsulation dot1qswitchport mode trunk
!
interface GigabitEthernet0/1
!
interface GigabitEthernet0/2
!
interface Vlan1no ip addressshutdown
!
interface Vlan101ip address 192.168.101.1 255.255.255.0
!
interface Vlan201ip address 192.168.201.1 255.255.255.0
!
router ospf 1router-id 1.1.1.2log-adjacency-changesredistribute static subnets network 1.1.1.2 0.0.0.0 area 0network 192.168.101.0 0.0.0.255 area 0network 192.168.201.0 0.0.0.255 area 0default-information originate
!
ip classless
!
ip flow-export version 9
!
!
!
!
!
!
!
line con 0
!
line aux 0
!
line vty 0 4login
!
!
!
end

交换机1

SW1>ena
SW1#sh run
Building configuration...Current configuration : 1131 bytes
!
version 12.2
no service timestamps log datetime msec
no service timestamps debug datetime msec
no service password-encryption
!
hostname SW1
!
!
!
!
!
spanning-tree mode pvst
spanning-tree vlan 1-500 priority 28672
!
interface FastEthernet0/1switchport access vlan 201
!
interface FastEthernet0/2
!
interface FastEthernet0/3
!
interface FastEthernet0/4
!
interface FastEthernet0/5
!
interface FastEthernet0/6
!
interface FastEthernet0/7
!
interface FastEthernet0/8
!
interface FastEthernet0/9
!
interface FastEthernet0/10
!
interface FastEthernet0/11
!
interface FastEthernet0/12
!
interface FastEthernet0/13
!
interface FastEthernet0/14
!
interface FastEthernet0/15
!
interface FastEthernet0/16
!
interface FastEthernet0/17
!
interface FastEthernet0/18
!
interface FastEthernet0/19
!
interface FastEthernet0/20
!
interface FastEthernet0/21
!
interface FastEthernet0/22
!
interface FastEthernet0/23
!
interface FastEthernet0/24switchport mode trunk
!
interface GigabitEthernet0/1
!
interface GigabitEthernet0/2
!
interface Vlan1no ip addressshutdown
!
!
!
!
line con 0
!
line vty 0 4login
line vty 5 15login
!
!
end

路由器2

Router>ena
Router#sh run
Building configuration...Current configuration : 1351 bytes
!
version 15.1
no service timestamps log datetime msec
no service timestamps debug datetime msec
no service password-encryption
!
hostname Router
!
!
!
!
!
!
!
!
ip cef
no ipv6 cef
!
!
!
!
license udi pid CISCO2911/K9 sn FTX15249G53
!
!
!
!
!
!
!
!
!
!
!
spanning-tree mode pvst
!
!
!
!
!
!
interface Loopback0ip address 2.2.2.1 255.255.255.255
!
interface GigabitEthernet0/0ip address 192.168.102.254 255.255.255.0ip nat insideduplex autospeed auto
!
interface GigabitEthernet0/1ip address 200.200.2.10 255.255.255.0ip nat outsideduplex autospeed auto
!
interface GigabitEthernet0/2no ip addressduplex autospeed autoshutdown
!
interface Vlan1no ip addressshutdown
!
router ospf 1router-id 2.2.2.1log-adjacency-changesredistribute static subnets network 2.2.2.1 0.0.0.0 area 0network 200.200.2.0 0.0.0.255 area 0network 192.168.102.0 0.0.0.255 area 0default-information originate
!
ip nat inside source list 1 interface GigabitEthernet0/1 overload
ip nat inside source static 192.168.102.102 200.200.2.102 
ip classless
ip route 0.0.0.0 0.0.0.0 200.200.2.254 
!
ip flow-export version 9
!
!
access-list 1 permit 192.168.102.0 0.0.0.255
access-list 1 permit 192.168.202.0 0.0.0.255
!
!
!
!
!
line con 0
!
line aux 0
!
line vty 0 4login
!
!
!
end

三层交换机2

Switch>ena
Switch#sh run
Building configuration...Current configuration : 1749 bytes
!
version 12.2
no service timestamps log datetime msec
no service timestamps debug datetime msec
no service password-encryption
!
hostname Switch
!
!
!
!
!
ip dhcp pool NET2network 192.168.202.0 255.255.255.0default-router 192.168.202.1
!
!
ip routing
!
!
!
!
!
!
!
!
!
!
!
!
!
!
spanning-tree mode pvst
!
!
!
!
!
!
interface Loopback0ip address 2.2.2.2 255.255.255.255
!
interface FastEthernet0/1switchport access vlan 102
!
interface FastEthernet0/2switchport access vlan 102
!
interface FastEthernet0/3
!
interface FastEthernet0/4
!
interface FastEthernet0/5
!
interface FastEthernet0/6
!
interface FastEthernet0/7
!
interface FastEthernet0/8
!
interface FastEthernet0/9
!
interface FastEthernet0/10
!
interface FastEthernet0/11
!
interface FastEthernet0/12
!
interface FastEthernet0/13
!
interface FastEthernet0/14
!
interface FastEthernet0/15
!
interface FastEthernet0/16
!
interface FastEthernet0/17
!
interface FastEthernet0/18
!
interface FastEthernet0/19
!
interface FastEthernet0/20
!
interface FastEthernet0/21
!
interface FastEthernet0/22
!
interface FastEthernet0/23
!
interface FastEthernet0/24switchport trunk encapsulation dot1qswitchport mode trunk
!
interface GigabitEthernet0/1
!
interface GigabitEthernet0/2
!
interface Vlan1no ip addressshutdown
!
interface Vlan102ip address 192.168.102.1 255.255.255.0
!
interface Vlan202ip address 192.168.202.1 255.255.255.0
!
router ospf 1router-id 2.2.2.2log-adjacency-changesredistribute static subnets network 192.168.102.0 0.0.0.255 area 0network 2.2.2.2 0.0.0.0 area 0network 192.168.202.0 0.0.0.255 area 0default-information originate
!
ip classless
!
ip flow-export version 9
!
!
!
!
!
!
!
line con 0
!
line aux 0
!
line vty 0 4login
!
!
!
end

交换机2

Switch>ena
Switch#sh run
Building configuration...Current configuration : 1094 bytes
!
version 12.2
no service timestamps log datetime msec
no service timestamps debug datetime msec
no service password-encryption
!
hostname Switch
!
!
!
!
!
spanning-tree mode pvst
!
interface FastEthernet0/1switchport access vlan 202
!
interface FastEthernet0/2
!
interface FastEthernet0/3
!
interface FastEthernet0/4
!
interface FastEthernet0/5
!
interface FastEthernet0/6
!
interface FastEthernet0/7
!
interface FastEthernet0/8
!
interface FastEthernet0/9
!
interface FastEthernet0/10
!
interface FastEthernet0/11
!
interface FastEthernet0/12
!
interface FastEthernet0/13
!
interface FastEthernet0/14
!
interface FastEthernet0/15
!
interface FastEthernet0/16
!
interface FastEthernet0/17
!
interface FastEthernet0/18
!
interface FastEthernet0/19
!
interface FastEthernet0/20
!
interface FastEthernet0/21
!
interface FastEthernet0/22
!
interface FastEthernet0/23
!
interface FastEthernet0/24switchport mode trunk
!
interface GigabitEthernet0/1
!
interface GigabitEthernet0/2
!
interface Vlan1no ip addressshutdown
!
!
!
!
line con 0
!
line vty 0 4login
line vty 5 15login
!
!
end

sh ip route

核心交换机

CORE#sh ip rout
Codes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGPD - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter areaN1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGPi - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, ia - IS-IS inter area* - candidate default, U - per-user static route, o - ODRP - periodic downloaded static routeGateway of last resort is not setC    200.200.1.0/24 is directly connected, FastEthernet0/1
C    200.200.2.0/24 is directly connected, FastEthernet0/2
CORE#

三层交换机1

Switch#sh ip rout
Codes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGPD - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter areaN1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGPi - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, ia - IS-IS inter area* - candidate default, U - per-user static route, o - ODRP - periodic downloaded static routeGateway of last resort is 192.168.101.254 to network 0.0.0.01.0.0.0/32 is subnetted, 2 subnets
O       1.1.1.1 [110/2] via 192.168.101.254, 01:04:08, Vlan101
C       1.1.1.2 is directly connected, Loopback0
C    192.168.101.0/24 is directly connected, Vlan101
C    192.168.201.0/24 is directly connected, Vlan201
O    200.200.1.0/24 [110/2] via 192.168.101.254, 01:04:08, Vlan101
O*E2 0.0.0.0/0 [110/1] via 192.168.101.254, 01:04:08, Vlan101
Switch#

三层交换机2

Switch#sh ip rout
Codes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGPD - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter areaN1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGPi - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, ia - IS-IS inter area* - candidate default, U - per-user static route, o - ODRP - periodic downloaded static routeGateway of last resort is 192.168.102.254 to network 0.0.0.02.0.0.0/32 is subnetted, 2 subnets
O       2.2.2.1 [110/2] via 192.168.102.254, 00:56:35, Vlan102
C       2.2.2.2 is directly connected, Loopback0
C    192.168.102.0/24 is directly connected, Vlan102
C    192.168.202.0/24 is directly connected, Vlan202
O    200.200.2.0/24 [110/2] via 192.168.102.254, 00:56:35, Vlan102
O*E2 0.0.0.0/0 [110/1] via 192.168.102.254, 00:56:35, Vlan102
Switch#

路由器1

Router#sh ip rout
Codes: L - local, C - connected, S - static, R - RIP, M - mobile, B - BGPD - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter areaN1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGPi - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, ia - IS-IS inter area* - candidate default, U - per-user static route, o - ODRP - periodic downloaded static routeGateway of last resort is 200.200.1.254 to network 0.0.0.01.0.0.0/32 is subnetted, 2 subnets
C       1.1.1.1/32 is directly connected, Loopback0
O       1.1.1.2/32 [110/2] via 192.168.101.1, 01:04:40, GigabitEthernet0/0192.168.101.0/24 is variably subnetted, 2 subnets, 2 masks
C       192.168.101.0/24 is directly connected, GigabitEthernet0/0
L       192.168.101.254/32 is directly connected, GigabitEthernet0/0
O    192.168.201.0/24 [110/2] via 192.168.101.1, 01:04:40, GigabitEthernet0/0200.200.1.0/24 is variably subnetted, 2 subnets, 2 masks
C       200.200.1.0/24 is directly connected, GigabitEthernet0/1
L       200.200.1.10/32 is directly connected, GigabitEthernet0/1
S*   0.0.0.0/0 [1/0] via 200.200.1.254
Router#

路由器2

Router#sh ip rout
Codes: L - local, C - connected, S - static, R - RIP, M - mobile, B - BGPD - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter areaN1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGPi - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, ia - IS-IS inter area* - candidate default, U - per-user static route, o - ODRP - periodic downloaded static routeGateway of last resort is 200.200.2.254 to network 0.0.0.02.0.0.0/32 is subnetted, 2 subnets
C       2.2.2.1/32 is directly connected, Loopback0
O       2.2.2.2/32 [110/2] via 192.168.102.1, 00:56:45, GigabitEthernet0/0192.168.102.0/24 is variably subnetted, 2 subnets, 2 masks
C       192.168.102.0/24 is directly connected, GigabitEthernet0/0
L       192.168.102.254/32 is directly connected, GigabitEthernet0/0
O    192.168.202.0/24 [110/2] via 192.168.102.1, 00:56:32, GigabitEthernet0/0200.200.2.0/24 is variably subnetted, 2 subnets, 2 masks
C       200.200.2.0/24 is directly connected, GigabitEthernet0/1
L       200.200.2.10/32 is directly connected, GigabitEthernet0/1
S*   0.0.0.0/0 [1/0] via 200.200.2.254
Router#

实验结果

PC2

ping 192.168.101.101

在这里插入图片描述

ping 200.200.2.102

在这里插入图片描述

ping 200.200.2.254

在这里插入图片描述

PC4

ping 192.168.102.102

在这里插入图片描述

ping 200.200.1.101

在这里插入图片描述

ping 200.200.1.254

在这里插入图片描述

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

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

相关文章

实验:BGP配置

1.实验目的: 本实验旨在掌握BGP协议的基本概念和配置方法,以及使用Packet Tracer模拟网络环境进行BGP配置的方法。 2.实验要求: 理解BGP协议的基本概念和原理;掌握BGP协议的配置方法;能够使用Packet Tracer模拟网络…

2019年第八届数学建模国际赛小美赛B题数据中心冷出风口的设计解题全过程文档及程序

2019年第八届数学建模国际赛小美赛 B题 数据中心冷出风口的设计 原题再现: 这是数据中心空调设计面临的一个问题。在一些数据中心,计算机机柜是开放的,在一个房间里排列成三到四排。冷却后的空气通过主管进入房间,并分为三到四个…

华为交换机——配置策略路由(基于IP地址)示例

一、组网需求: 汇聚层Switch做三层转发设备,接入层设备LSW做用户网关,接入层LSW和汇聚层Switch之间路由可达。汇聚层Switch通过两条链路连接到两个核心路由器上,一条是高速链路,网关为10.1.20.1/24;另外一…

【Hive】——DDL(DATABASE)

1 概述 2 创建数据库 create database if not exists test_database comment "this is my first db" with dbproperties (createdByAllen);3 描述数据库信息 describe 可以简写为desc extended 可以展示更多信息 describe database test_database; describe databa…

案例058:基于微信小程序的智能社区服务管理系统

文末获取源码 开发语言:Java 框架:SSM JDK版本:JDK1.8 数据库:mysql 5.7 开发软件:eclipse/myeclipse/idea Maven包:Maven3.5.4 小程序框架:uniapp 小程序开发软件:HBuilder X 小程序…

C++类与对象(一)

目录 一,面向过程和面向对象初步认识 二,类的引入 三,类的定义 四,类的访问限定符及封装 五,类的实例化 六,类对象模型 七,this指针 一,面向过程和面向对象初步认识 c语言是面…

超聚变服务器(原华为服务器)网站模拟器

一、超聚变服务器(原华为服务器)网站模拟器: 原来了解服务器可以从他的网站上进行了解,模拟器做的很好了。 https://support.xfusion.com/server-simulators/ 有很多的模拟器,今天主要看下BMC的设置 有很多的在线工具…

软考机考考试第一批经验分享

由于机考的特殊性,考试环境与传统笔试环境有所不同。下面是与考试环境相关的总结: 草稿纸:考场提供足够数量的草稿纸,每位考生都会分发一张白纸作为草稿纸。在草稿纸上需要写上准考证号。如果不够用,可以向监考老师再次…

java springboot+jsoup写一段爬虫脚本 将指定地址的 图片链接 文本 超链接地址存入自己的属性类对象中

首先 还是最基本的 要在 pom.xml 引入依赖 <dependency><groupId>org.jsoup</groupId><artifactId>jsoup</artifactId><version>1.14.1</version> </dependency>然后 我们可以在项目中创建一个属性类 我这里就叫 WebContent了…

自己动手写数据库: select 查询语句对应查询树的构造和执行

首先我们需要给原来代码打个补丁&#xff0c;在SelectScan 结构体初始化时需要传入 UpdateScan 接口对象&#xff0c;但很多时候我们需要传入的是 Scan 对象&#xff0c;因此我们需要做一个转换&#xff0c;也就是当初始化 SelectScan 时&#xff0c;如果传入的是 Scan 对象&am…

JWT令牌的作用和生成

JWT令牌&#xff08;JSON Web Token&#xff09;是一种用于身份验证和授权的安全令牌。它由三部分组成&#xff1a;头部、载荷和签名。 JWT令牌的作用如下&#xff1a; 身份验证&#xff1a;JWT令牌可以验证用户身份。当用户登录后&#xff0c;服务器会生成一个JWT令牌并返回…

小白学开源

第一步 访问程序员交友网站&#xff0c;注册GitHub账号&#xff0c;注册流程请自行了解&#xff0c;如果已有账户请登录 第二步 在搜索框输入你想查找的项目&#xff0c;例如cjson 第三步 选择你感兴趣的那个项目&#xff0c;这里选择排行最前的那个&#xff0c;它的收藏数有…

electron中获取mac地址

electron中获取mac地址 引入为了方便做单点登录&#xff0c;我们往往需要使用某个唯一标识来标记客户端的设备&#xff0c;mac地址就是一个还不错的选择思路 我们可以使用Node.js的内置模块os&#xff0c;调用其中的networkInterfaces方法。该方法会返回一个包含网络接口信息…

Navicat 技术指引 | 适用于 GaussDB 分布式的备份/还原功能

Navicat Premium&#xff08;16.3.3 Windows 版或以上&#xff09;正式支持 GaussDB 分布式数据库。GaussDB 分布式模式更适合对系统可用性和数据处理能力要求较高的场景。Navicat 工具不仅提供可视化数据查看和编辑功能&#xff0c;还提供强大的高阶功能&#xff08;如模型、结…

windows下mysql8修改my.ini设置datadir后无法启动问题

mysql默认数据库文件在安装目录下。创建数据库的时候&#xff0c;并不能指定数据文件存放位置。这就很扯。它只能通过修改mysql.ini来更改数据文件存放目录&#xff0c;而且是一刀切的&#xff0c;没有办法做到数据文件和日志文件分开存放。假如服务器有多个盘&#xff0c;就不…

SpringBoot的Starter自动化配置,自己编写配置maven依赖且使用及短信发送案例

目录 一、Starter机制 1. 是什么 2. 有什么用 3. 应用场景 二、短信发送案例 1. 创建 2. 配置 3. 编写 4. 形成依赖 6. 其他项目的使用 每篇一获 一、Starter机制 1. 是什么 SpringBoot中的starter是一种非常重要的机制(自动化配置)&#xff0c;能够抛弃以前繁杂…

vite(一)——基本了解和依赖预构建

文章目录 一、什么是构建工具&#xff1f;1.为什么使用构建工具&#xff1f;2.构建工具的作用&#xff1f;3.构建工具怎么用&#xff1f; 二、经典面试题&#xff1a;webpack和vite的区别1.编译方式不同2.基础概念不同3.开发效率不同4.扩展性不同5.应用场景不同6.总结&#xff…

详细说说vuex

Vuex 是什么 Vuex有几个属性及作用注意事项vuex 使用举例Vuex3和Vuex4有哪些区别 创建 Store 的方式在组件中使用 Store辅助函数的用法响应式的改进Vuex4 支持多例模式 Vuex 是什么 Vuex是一个专门为Vue.js应用设计的状态管理构架&#xff0c;它统一管理和维护各个Vue组件的可…

C语言趣练习:两个字符串不用strcmp函数怎么比较大小

目录 1习题一&#xff1a;两个字符串不用strcmp函数怎么比较大小&#xff0c;并输出其差值 2不用strcpy函数将s2字符串中内容复制到s1中 3译密码问题 4总结&#xff1a; 1习题一&#xff1a;两个字符串不用strcmp函数怎么比较大小&#xff0c;并输出其差值 解题思路&#x…

MYSQL练题笔记-子查询-换座位

一、题目相关内容 1&#xff09;相关的表和题目 2&#xff09;帮助理解题目的示例&#xff0c;提供返回结果的格式 二、自己初步的理解 没啥思路&#xff0c;我还没做过交换的这种题&#xff0c;所以我觉得这类交换的题以后值得做一个合集&#xff0c;是有点灵活度在里面的&a…