摘要:通过三层交换机,不同vlan之间通信 先在三层交换机上创建vlan en //进入特权模式 conf t //进入全局模式 vlan 2 //创建vlan vlan 3 //创建vlan ex //退出 然后绑定vlan的ip int vl 2 //进入vlan 2 ip add 192.168.1
阅读全文
摘要:"UVA 11624 " Joe works in a maze. Unfortunately, portions of the maze have caught on fire, and the owner of the maze neglected to create a fire escape
阅读全文
摘要:"洛谷 P2296 寻找道路" 题目描述 在有向图 GG 中,每条边的长度均为 11,现给定起点和终点,请你在图中找一条从起点到终点的路径,该路径满足以下条件: 路径上的所有点的出边所指向的点都直接或间接与终点连通。 在满足条件 1 1的情况下使路径最短。 注意:图 GG 中可能存在重边和自环,题目
阅读全文