客户说数据库的CPU使用率为100%,应用相应迟缓。发现是latch: cache buffers chains 作祟故障分析思路 查看等待事件,判断故障起因 1 SQL>select * from (select sid,event,p1,p2,p3,p1text,WAIT_TIME,SECOND ...
分类:
系统相关 时间:
2020-06-15 18:04:23
阅读次数:
73
hash vue-router 默认 hash 模式 —— 使用 URL 的 hash 来模拟一个完整的 URL,于是当 URL 改变时,页面不会重新加载。 URL:http://www.abc.com/#/hello, hash 的值为#/hello 。 hash 虽然出现URL中,但不会被包含在 ...
分类:
其他好文 时间:
2020-06-15 17:48:58
阅读次数:
52
router-link 不带参数 <router-link :to="{name:'home'}"> <router-link :to="{path:'/home'}"> //name,path都行, 建议用name // 注意:router-link中链接如果是'/'开始就是从根路由开始,如果开始 ...
分类:
其他好文 时间:
2020-06-15 17:42:24
阅读次数:
62
客户说数据库的CPU使用率为100%,应用相应迟缓。发现是latch: cache buffers chains 作祟故障分析思路 查看等待事件,判断故障起因 1 SQL>select * from (select sid,event,p1,p2,p3,p1text,WAIT_TIME,SECOND ...
分类:
系统相关 时间:
2020-06-15 17:36:04
阅读次数:
67
1.手写数字数据集 from sklearn.datasets import load_digits digits = load_digits() 2.图片数据预处理 x:归一化MinMaxScaler() y:独热编码OneHotEncoder()或to_categorical 训练集测试集划分 ...
分类:
其他好文 时间:
2020-06-14 16:52:22
阅读次数:
84
During my time with Zotero, I've really enjoyed its various features and the 300MB of file sync space is able to be extended by modifying the path to ...
1、修改/root/.bash_profilevim.bash_profile在文件末尾加上HISTTIMEFORMAT="%F%T"2、重新读取文件source.bash_profile3、验证
分类:
其他好文 时间:
2020-06-14 10:46:14
阅读次数:
70
getwd() >显示当前的工作目录 setwd('xxx') >获取当前的工作目录 savehistory('xxx') >以文件名为xxx保存在工作空间 loadhistory('xxx') >加载文件名为xxx的历史命令记录 history(x) >加载最近的历史命令x个 ls() >展现工作 ...
分类:
其他好文 时间:
2020-06-13 23:43:05
阅读次数:
101
#概述 当执行命令后,系统默认会在内存记录执行过的命令 当用户正常退出时,会将内存的命令历史存放对应历史文件中,默认是~/.bash_history 登录shell时,会读取命令历史文件中记录下的命令加载到内存中 登录进shell后新执行的命令只会记录在内存的缓存区中;这些命令会用户正常退出时“追加 ...
分类:
系统相关 时间:
2020-06-13 23:34:08
阅读次数:
94
问题背景:客户dataguard宕机重启后,MRP进程因缺少数据文件起不来,报错如下ORA-01111: name for data file 19 is unknown - rename to correct file 问题解决 1> 检查dataguard,sid已经正常启动,尝试启动MRP进程 ...
分类:
系统相关 时间:
2020-06-13 10:58:11
阅读次数:
86