检查共享的NFS权限 [root@nymtx ~]# id grid uid=6001(grid) gid=5001(oinstall) groups=5001(oinstall),5003(asmdba),5004(asmoper),5005(asmadmin) [root@nymtx ~]# i ...
分类:
数据库 时间:
2020-07-01 14:26:56
阅读次数:
158
Windows Terminal配置连接虚拟机SSH Microsoft terminal 设置打开即连接ssh 一、安装Windows Terminal Microsoft Store中搜索Windows Terminal,安装下面的软件 二、配置Windows Terminal 2.1 打开Wi ...
ArrayList in Java is used to store dynamically sized collection of elements. Contrary to Arrays that are fixed in size, an ArrayList grows its size au ...
分类:
编程语言 时间:
2020-06-30 14:52:12
阅读次数:
62
一、EXT格式文件系统操作命令 uboot有ext2和ext4这两种格式的文件系统的操作命令,常用的就四个命令,分别是:ext2load、ext2ls、ext4load、ext4ls和ext4write。这些命令的含义和使用与fatload、fatls和fatwrite一样,只是ext2和ext4都 ...
分类:
系统相关 时间:
2020-06-30 14:38:48
阅读次数:
124
1.登录nexus 默认用户名和密码 admin admin123 2.点击上图配置图标 3.点击blob Stores 4.点击 create blob store 填写name 点击创建存储空间 5.创建仓库 hosted(私有仓库):用于发布个人开发的npm组件proxy(代理仓库):可以代理 ...
分类:
其他好文 时间:
2020-06-30 10:34:21
阅读次数:
115
原生 fetch 请求失败后(如无网络)状态会变成 reject 走 .catch 。绝大多数情况下业务场景只需要给个 toast 等简单处理。每个请求都 .catch 会显得格外繁琐,并且如果不 .catch, .then 里面的后续处理不会触发,可能会导致逻辑中断。 基于上述情况,可以封装公共请 ...
分类:
其他好文 时间:
2020-06-30 00:50:22
阅读次数:
93
20200628 回想一下自己接触 Markdown 已经有一年多了,在这段时间内也感觉到自己到前往码农的道路上飞奔着,MD 以其简洁、优雅、精准让我放弃了几乎其他所有的记录方案,成为自己的主要输出形式。 当然在这一过程中,自己也面临着一些问题,其中最主要的就是对于图片的处理,这里给出了 本地备份+ ...
分类:
其他好文 时间:
2020-06-29 09:54:49
阅读次数:
89
名称: 命令模式(Command Pattern) 问题: The Command pattern encapsulates a request in an object, which enables you to store the command, pass the command to a m ...
分类:
其他好文 时间:
2020-06-28 22:12:34
阅读次数:
80
-o /dev/null 屏蔽原有输出信息 -s silent -w % 控制额外输出 -I 仅测试HTTP头 -m 10 最多查询10s #!/bin/bash status_code=curl -I -m 10 -o /dev/null -s -w %{http_code} www.baidu. ...
分类:
Web程序 时间:
2020-06-28 20:53:35
阅读次数:
209
本文章在CentOS7下操作通过. 多域名证书 , 有两种配置方式 : 1 . 使用openssl.cnf进行配置 2 . 直接命令行内内置生成 下面使用一个例子 , 来具体说明一下两种方式的做法 . 一 . 复制并修改openssl配置文件(openssl.cnf) #CentOS的配置文件在/e ...
分类:
其他好文 时间:
2020-06-28 18:47:16
阅读次数:
118