1、启动设备,设置PC1和PC2的IP地址、子网掩码和网关 2、配置SW1信息: <Huawei>undo terminal monitor 关闭弹窗 <Huawei>system-view 进入系统试图 [Huawei]user-interface console 0 [Huawei-ui-con ...
分类:
其他好文 时间:
2020-07-30 21:44:55
阅读次数:
88
Oracle 19c Database Upgrade From 12.2.0.1 to 19.2.0.0 Using DBUA Description:- There are different ways of upgrading to the latest release of Oracle d ...
分类:
数据库 时间:
2020-07-30 10:43:05
阅读次数:
79
实验目的:通过ISIS协议,实验全网互通 实验步骤: Step1:必打命令 <Huawei>undo terminal monitor <Huawei>system-view [Huawei]sysname R7[R7]user-interface console 0[R7-ui-console0] ...
分类:
其他好文 时间:
2020-07-27 23:44:07
阅读次数:
136
重分发: AR1配置信息 <Huawei>undo terminal monitor <Huawei>system-view Enter system view, return user view with Ctrl+Z. [Huawei]user-interface console 0 [Huaw ...
分类:
其他好文 时间:
2020-07-27 13:45:56
阅读次数:
81
/** * 观察对象 * Undocumented class */ class User implements SplSubject { public $loginCnt; private $observers; public function __construct() { $this->obs ...
分类:
Web程序 时间:
2020-07-23 01:49:57
阅读次数:
93
实验步骤: Step1:必打命令 <Huawei>undo terminal monitor <Huawei>system-view [Huawei]sysname SW1[SW1]user-interface console 0[SW1-ui-console0]idle-timeout 0 0[S ...
分类:
其他好文 时间:
2020-07-22 20:44:18
阅读次数:
105
实验1:使用RIPv1协议跨越主类网络边界 Step1:输入必打命令 <Huawei>undo terminal monitor(关闭自动弹窗) <Huawei>system-view (进入系统视图)[Huawei]sysname R1(命名路由器为R1)[R1]user-interface co ...
分类:
其他好文 时间:
2020-07-22 15:40:51
阅读次数:
75
5.5版本以后出现共享表空间概念 表空间的管理模式的出现是为了数据库的存储更容易扩展 5.6版本中默认的是独立表空间 1.共享表空间(ibdata1) 1.存储的内容 1.系统数据 2.undo redo、undo日志,事务日志 3.临时表 2.概念 1.优点: 可以将表空间分成多个文件存放到各个磁 ...
分类:
数据库 时间:
2020-07-20 22:49:20
阅读次数:
94
今天更改一个文件时,远程仓库更改了文件,但是已经对文件做了修改,所以不是git pull下来,无奈只好撤销修改,但是不知道怎么撤销,查看了廖雪峰的教程 https://wiki.jikexueyuan.com/project/git-tutorial/undo-modify.html 命令git c ...
分类:
其他好文 时间:
2020-07-10 15:13:08
阅读次数:
60
MySQL innodb线程 一、master therad ①、刷新脏页到磁盘 ②、将日志缓冲刷新到磁盘 ③、undo页回收 ④、合并插入缓冲 参数innodb_io_capacity表示每秒刷新脏页的数量,默认为200。 innodb_max_dirty_pages_pct设置出发刷盘的脏页百分 ...
分类:
数据库 时间:
2020-07-10 11:46:22
阅读次数:
53