11g RAC集群位置: Grid : $ORACLE_HOME/log/`hostname -s` 19c RAC 集群日志位置: Grid: $ ADR_BASE /diag/crs/rac1/crs/trace 所有的集群日志文件被称为TRACE文件,并用带.trc扩展名(除集群警报日志)结束 ...
分类:
数据库 时间:
2020-07-03 21:25:39
阅读次数:
128
283th 移动零 位置指示器法 我们将cnt看作位置指示器,易于发现规律:某个不为0的元素前面有几个0(cnt),他就会向前移动cnt个位置。 class Solution { public void moveZeroes(int[] nums) { int cnt = 0; for(int i ...
分类:
移动开发 时间:
2020-07-03 21:11:39
阅读次数:
64
Archive old log files NLog 4.5 makes it easy to setup archive logic to move/cleanup old files with dynamic fileName-Layout. You just need to configure ...
分类:
其他好文 时间:
2020-07-03 15:55:03
阅读次数:
68
Given a triangle, find the minimum path sum from top to bottom. Each step you may move to adjacent numbers on the row below. For example, given the fo ...
分类:
其他好文 时间:
2020-07-03 15:34:00
阅读次数:
55
ProjectConfig: package com.ultiwill.utils; import com.ultiwill.entity.EsConfigEntity; import com.alibaba.fastjson.JSON; public class ProjectConfig { p ...
分类:
其他好文 时间:
2020-07-03 12:32:39
阅读次数:
54
import paramiko client = paramiko.SSHClient() client.connect(serverIp, port=serverPort, username=serverUser) 报警告如下: paramiko\ecdsakey.py:164: Cryptogr ...
分类:
编程语言 时间:
2020-07-02 20:05:17
阅读次数:
120
移除Lun导出的主机removevlunlun名称lunID主机名称例如:removevlunabc_ssd010dgesxi01移除dgesxi01主机上导出的abc_ssd01的lun,这个lun对应的ID是0移除存储中的Lunremovevv-flun名称例如:removevv-fabc_ssd01移除该存储中名称为abc_ssd01的lun,在移除该Lun之前,必须将该lun导出的主机对应
分类:
其他好文 时间:
2020-07-02 19:49:43
阅读次数:
136
1)Addressable如何删除旧资源?2)Addressable如何更新Catalog文件3)Editor在Android平台下加载AssetBundle的疑问4)资源被打成AssetBundle后,图集被多次加载在内存中5)Gfx.WaitForPresent耗时与GPU的关系 这是第209篇 ...
分类:
其他好文 时间:
2020-07-02 18:35:38
阅读次数:
79
pdf转图片是通过php扩展imagick实现的,所以前提条件是已经安装imagick拓展。 pdf转图片: /** * PDF2PNG * @param $pdf 待处理的PDF文件 * @param $path 待保存的图片路径 * @param int $page 待导出的页面 -1为全部 0 ...
分类:
Web程序 时间:
2020-07-02 16:31:09
阅读次数:
87
前言 ORM是什么?:(在django中,根据代码中的类自动生成数据库的表也叫--code first) ORM:Object Relational Mapping(关系对象映射) 类名对应 》数据库中的表名 类属性对应 》数据库里的字段 类实例对应 》数据库表里的一行数据 obj.id obj.n ...
分类:
其他好文 时间:
2020-07-02 16:14:01
阅读次数:
55