1、下载docker-compose sudo curl -L "https://github.com/docker/compose/releases/download/1.28.6/docker-compose-$(uname -s)-$(uname -m)" -o /usr/local/bin/ ...
分类:
其他好文 时间:
2021-03-29 11:40:39
阅读次数:
0
ffplay 可以使用ffplay播放《音频录制02_编程》中录制好的PCM文件,测试一下是否录制成功。 播放PCM需要指定相关参数: ar:采样率 ac:声道数 f:采样格式 s16le:PCM signed 16-bit little-endian 更多PCM的采样格式可以使用命令查看 Wind ...
分类:
其他好文 时间:
2021-03-29 11:37:44
阅读次数:
0
一、问题现象 某客户反馈,一套系统晚上数据库报ORA-600后,DB down挂了,重启后业务正常,需要分析一下问题。 参考 http://www.killdb.com/2015/10/07/mapid%E6%BA%A2%E5%87%BA%E5%AF%BC%E8%87%B4oracle-rac-%E ...
分类:
其他好文 时间:
2021-03-26 15:26:20
阅读次数:
0
Description:Given a binary tree, find its minimum depth. The minimum depth is the number of nodes along the shortest path from the root node down to t ...
分类:
其他好文 时间:
2021-03-18 14:37:13
阅读次数:
0
A 期末预测之安全指数 签到 B 期末预测之最佳阈值 签到 排序之后, 处理前缀和, 先行枚举 C 带配额的文件系统 写ex了, 大模拟 D 食材运输 注意到食材就10种, 直接状压, 又发现答案单调, 直接二分 const int N = 1e2, M = 10; int n, m, _, k, ...
分类:
其他好文 时间:
2021-03-18 14:25:40
阅读次数:
0
安装docker centos 7 上官网https://docs.docker.com/engine/install/ 进入对应的服务器平台查看相应的方法,这里以centos7 为例:https://docs.docker.com/engine/install/centos/ 第一步: 卸载已安装 ...
分类:
其他好文 时间:
2021-03-17 15:08:56
阅读次数:
0
题目描述 原题来自:SCOI 2009 Windy 在有向图中迷路了。 该有向图有 n 个节点,Windy 从节点 0 出发,他必须恰好在 t 时刻到达节点n-1 。 现在给出该有向图,你能告诉 Windy 总共有多少种不同的路径吗? 注意:Windy 不能在某个节点逗留,且通过某有向边的时间严格为 ...
分类:
其他好文 时间:
2021-03-16 13:42:59
阅读次数:
0
Markdown语法学习 标题 #+空格是一级标题、##+空格是二级标题、以此类推 字体 粗体 两边各加两个* 斜体 斜体两边各加一个* 斜体加粗 两边加三个* 文字废弃 两边加两个~(波浪符号) 引用 引用文本格式用>符号 分割线 三个-或者*都可以,-更加方便 图片 英文!加[]加中文()来链接 ...
分类:
其他好文 时间:
2021-03-15 10:57:44
阅读次数:
0
列出所有repo文件 dnf repolist all 列出系统所有repo文件 dnf repolist 列出所有软件包(已安装+可用) dnf list 列出已安装的包 dnf list installed 列出可用的包 dnf list available 列出组包 dnf grouplist ...
分类:
其他好文 时间:
2021-03-11 20:48:56
阅读次数:
0
The left-view of a binary tree is a list of nodes obtained by looking at the tree from left hand side and from top down. For example, given a tree sho ...
分类:
其他好文 时间:
2021-03-11 18:26:16
阅读次数:
0