摘要:
进入系统视图 system-view 查看接口摘要信息dis ip int brief显示当前配置信息dis cu(current-configuration)显示当前端口配置dis this进入端口int GE0/1(gi 0/1) 关闭/重启接口 shutdown/undo shutdown配置 阅读全文
摘要:
#安装apache yum install httpd #打开防火墙80端口 firewall-cmd --zone=public --add-port=80/tcp --permanent #重启防火墙 systemctl restart firewalld.service #重启apache服务 阅读全文
摘要:
修改文档总页数 插入文档页码/总页数; 在编辑页角状态使用快捷键ALT+F9进入页码编辑角本“{ PAGE }/{ NUMPAGE }”模式; 使用快捷键CTRL+F9添加大括号后,修改角本“{ PAGE }/{ ={NUMPAGE}-2 }”; 再使用ALT+F9退出页码角本编辑模式。 阅读全文
摘要:
路由器运行配置:Router#show running-config Building configuration...Current configuration : 736 bytes!version 12.4no service timestamps log datetime msecno se... 阅读全文
摘要:
路由器配置:Router>enableRouter#configure terminal 进入全局配置模式Router(config)#int fa0/1 进入端口Router(config-if)#no shutdown 启动端口Router(config-if)#exitRouter(co... 阅读全文
摘要:
常用快捷键: 序号 快捷键作用 快捷键1 从头开始放映 Ctrl+F52 从当前页开始放映 Shift+F53 隐藏/显示鼠标指针 Ctrl+H/U4 标记笔 Ctrl+P5 荧光笔 Ctrl+I6 箭头指针 Ctrl+A7 橡皮擦 Ctrl+E8 显示/隐藏墨迹 Ctrl+M9 清除所有墨迹 E1 阅读全文
摘要:
router>00:13:43: %SYS-5-LOGIN_OK: (tty0) is entered by client () OKrouter>enpassword:Monitor version 1.15 is Booting (press ctrl+c to enter monitor mo... 阅读全文
摘要:
数据库表创建E:\PHP\learnlaravel5>php artisan migrate创建modelE:\PHP\learnlaravel5>php artisan make:model Article重建数据库所有表E:\PHP\learnlaravel5>php artisan migra... 阅读全文
摘要:
进入特权模式Switch>enable进入vlan配置Switch#vlan database创建vlan 50Switch(vlan)#vlan 50 name test50删除vlan 50Switch(vlan)#no vlan 50进入全局配置模式Switch#config terminal... 阅读全文
摘要:
报错信息:Not FoundThe requested URL /laravel5/public/home was not found on this server.解决方法:1、编辑apache中httpd.conf配置文件,去掉“#LoadModule rewrite_module module... 阅读全文