摘要: - 快速查看所有接口的状态: show interfaces status 或者 show ip interface brief 通过telnet连接到路由器 - line vty 0 4 # 一共5条vty(虚拟终端)线路 - password 123456 - login - transport 阅读全文
posted @ 2025-05-15 17:06 清安宁 阅读(79) 评论(0) 推荐(0)
摘要: 特性 参考网址 https://blog.csdn.net/weixin_45136016/article/details/139151930 概念: 是一种声明性标签 作用: 传递程序中各种元素(比如类、方法、结构、枚举、组件等)的行为信息 语法: 在声明时以Attribute结尾,在使用时可省去 阅读全文
posted @ 2025-05-15 15:25 清安宁 阅读(8) 评论(0) 推荐(0)