参考教程:https://docs.docker.com/engine/reference/commandline/cp/ 环境 virtual box 6.1 centos 7.8 docker 19.03 命令格式 docker cp [OPTIONS] SRC_PATH|- CONTAINER ...
分类:
其他好文 时间:
2020-10-29 10:31:50
阅读次数:
27
view log vim -- filename in vim :set number 。this can show line number cursor position as reference point ?:look up /:look down ...
分类:
系统相关 时间:
2020-10-29 09:48:46
阅读次数:
31
参考教程:https://docs.docker.com/engine/reference/commandline/diff/ 环境 virtual box 6.1 centos 7.8 docker 19.03 命令格式 docker diff CONTAINER 检查容器中哪些文件发生了变更。 ...
分类:
其他好文 时间:
2020-10-29 09:31:51
阅读次数:
17
Reference: [Dockerfile Security Best Practices] Container security is a broad problem space and there are many low hanging fruits one can harvest to m ...
分类:
其他好文 时间:
2020-10-24 11:48:16
阅读次数:
37
1.With reference to the sample HR Schema in Oracle Express 18c docker container, write the SQL query statements AND capture a screenshot of the output ...
分类:
其他好文 时间:
2020-10-21 21:09:43
阅读次数:
34
1. 网络层次划分 为了使不同计算机厂家生产的计算机能够相互通信,以便在更大的范围内建立计算机网络,国际标准化组织(ISO)在1978年提出了"开放系统互联参考模型",即著名的OSI/RM模型(Open System Interconnection/Reference Model)。其中第四层完成数 ...
分类:
其他好文 时间:
2020-10-20 16:19:09
阅读次数:
35
String 转 Map<String,Map<String,Double>> String test; Map<String,Map<String,Double>> map = new HashMap<>(); ObjectMapper mapper = new ObjectMapper(); t ...
分类:
其他好文 时间:
2020-10-19 22:27:53
阅读次数:
19
参考:http://www.huqiwen.com/2016/06/04/liferay-database-referee-1-system-tables/ Liferay的结构基本上可以按这个逻辑进行划分,一个环境包括多个实例,一个实例包含多个站点,一个站点包含多个页面,一个页面里面包含多个Por ...
分类:
其他好文 时间:
2020-10-12 20:14:36
阅读次数:
23
卸载很干净,具体命令如下: sudo rm -Rf /Applications/Navicat\ Premium.appsudo rm -Rf /private/var/db/BootCaches/CB6F12B3-2C14-461E-B5A7-A8621B7FF130/app.com.prect. ...
分类:
系统相关 时间:
2020-10-08 19:03:21
阅读次数:
29
题意 统计树中的每一层有多少叶子结点,要求逐层输出 思路 逐层输出,刚好层序遍历是逐层扩展,所以我就直接用BFS了 代码 #include <algorithm> #include <cstdio> #include <cstring> #include <iostream> #include <v ...
分类:
其他好文 时间:
2020-10-06 20:54:35
阅读次数:
26