12 2018 档案

配置三层交换机DHCP
摘要:三层交换机配置DHCP 阅读全文

posted @ 2018-12-25 19:39 坤sir 阅读(228) 评论(0) 推荐(0)

通过三层交换机不同vlan之间通信
摘要:通过三层交换机,不同vlan之间通信 先在三层交换机上创建vlan en //进入特权模式 conf t //进入全局模式 vlan 2 //创建vlan vlan 3 //创建vlan ex //退出 然后绑定vlan的ip int vl 2 //进入vlan 2 ip add 192.168.1 阅读全文

posted @ 2018-12-25 17:34 坤sir 阅读(3005) 评论(0) 推荐(0)

UVA 11624(两次bfs)
摘要:"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 阅读全文

posted @ 2018-12-12 20:21 坤sir 阅读(148) 评论(0) 推荐(0)

P2296 寻找道路(dfs+spfa)
摘要:"洛谷 P2296 寻找道路" 题目描述 在有向图 GG 中,每条边的长度均为 11,现给定起点和终点,请你在图中找一条从起点到终点的路径,该路径满足以下条件: 路径上的所有点的出边所指向的点都直接或间接与终点连通。 在满足条件 1 1的情况下使路径最短。 注意:图 GG 中可能存在重边和自环,题目 阅读全文

posted @ 2018-12-12 14:31 坤sir 阅读(171) 评论(0) 推荐(0)

导航