码迷,mamicode.com
首页 >  
搜索关键字:archive log full    ( 110574个结果
javascript 数据类型1
一.typeof 检测数据类型 关键字:typeof.检测数据类型。 <script type="text/javascript" > console.log(typeof "今天是5/28"); console.log(typeof 12); console.log(typeof Infinity ...
分类:编程语言   时间:2021-06-02 14:26:05    阅读次数:0
Oracle Dataguard相关sql语句汇总
--check dataguard status select process,status,group#,sequence# from v$managed_standby select * from v$archived_log order by thread#, sequence#; selec ...
分类:数据库   时间:2021-06-02 14:24:58    阅读次数:0
Oracle datapump相关sql语句汇总
--create directory create directory dump_dir as '/splex/dump'; grant read,write on directory dump_dir to public; --export full database schema expdp u ...
分类:数据库   时间:2021-06-02 14:24:07    阅读次数:0
Android SELinux的avc: denied log是哪里打印的及关闭
某些场景下并不需要打开SELinux,也就是SELinux设为Permissive,但如果程序设计不符合SELinux sepolicy, 日志中会频繁打印 如下类似avc: denied的log [ 24.018396] type=1400 audit(1622165470.867:666): a ...
分类:移动开发   时间:2021-06-02 14:11:59    阅读次数:0
dataguard删除掉从库
我这里的是dataguard环境,我尝试将从库删除进行重新配置,下面是报错个解决办法: [oracle@18c_single ~]$ dbca -silent -deleteDatabase -sourceDB ora18c[FATAL] [DBT-10201] Delete database op ...
分类:其他好文   时间:2021-06-02 14:09:20    阅读次数:0
hadoop实践
hadoop 1.0 1. 创建用户hadoop 2. 下载: curl -o hadoop-1.2.1-bin.tar.gz https://archive.apache.org/dist/hadoop/common/hadoop-1.2.1/hadoop-1.2.1-bin.tar.gz 3. ...
分类:其他好文   时间:2021-06-02 14:05:53    阅读次数:0
防抖函数和节流函数
防抖函数 事件被触发时,在n秒后执行函数,在n秒内多次触发事件,则重新开始计时 利用定时器来实现,在n秒内多次触发,则先清除定时器,从新计时 1 // 定义一个请求函数 2 function request(val) { 3 console.log("request: " + val); 4 } 5 ...
分类:其他好文   时间:2021-06-02 13:52:05    阅读次数:0
centos8 下启动rocketmq
Start Name Server > nohup sh bin/mqnamesrv & > tail -f ~/logs/rocketmqlogs/namesrv.log The Name Server boot success... 1、先启动NameServer: 在bin下执行: nohup ...
分类:其他好文   时间:2021-06-02 13:47:34    阅读次数:0
jmeter访问接口后返回的数据乱码
简要说明: 系统:win10 jmeter版本:4.0 一、概述:在访问接口后查看返回数据,发现一团乱码,在请求中添加UTF-8,依然没有解决,寻求百度!!最后使用后置处理器BeanShell PostProcessor来解决的。 二、添加路径:线程组--Add--Post Processors-- ...
分类:其他好文   时间:2021-06-02 13:40:47    阅读次数:0
图解PMO项目管理体系及PMO建设步骤
...
分类:其他好文   时间:2021-06-02 13:24:14    阅读次数:0
110574条   上一页 1 ... 23 24 25 26 27 ... 11058 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!