一、环境介绍目标主机的先决条件Harbor被部署为多个Docker容器,因此可以部署在任何支持Docker的Linux发行版上。目标主机需要安装Python,Docker和DockerCompose。硬件资源容量描述cpu最小2cpu首选4cpumemory最小4GB首选8GBdisk最小40GB首选160GB软件软件版本描述Python2.7及以上linuxiso自带python2.7,此步骤可
分类:
其他好文 时间:
2019-05-09 00:21:40
阅读次数:
132
脚本执行过程中出现过jmeter脚本不能正常退出的现象,如下报错: ... end of runThe JVM should have exited but did not.The following non-daemon threads are still running (DestroyJava ...
分类:
其他好文 时间:
2019-05-06 19:00:37
阅读次数:
238
LeetCode第21题 Merge two sorted linked lists and return it as a new list. The new list should be made by splicing together the nodes of the first two li ...
分类:
编程语言 时间:
2019-05-05 17:15:08
阅读次数:
112
1. InterruptedExceptions should never be ignored in the code, and simply logging the exception counts in this case as "ignoring". The throwing of the ...
分类:
其他好文 时间:
2019-05-04 10:17:06
阅读次数:
187
其实也米有很难……只是c++11的api这么好用的吗 Design and implement a data structure for Least Recently Used (LRU) cache. It should support the following operations: get ...
分类:
系统相关 时间:
2019-05-04 09:28:25
阅读次数:
144
Quick Sort Let's arrange a deck of cards. Your task is to sort totally n cards. A card consists of a part of a suit (S, H, C or D) and an number. Writ ...
分类:
编程语言 时间:
2019-05-03 22:31:53
阅读次数:
177
Merge two sorted linked lists and return it as a new list. The new list should be made by splicing together the nodes of the first two lists. Example: ...
分类:
其他好文 时间:
2019-05-02 11:49:36
阅读次数:
106
Given a linked list and a value x, partition it such that all nodes less than x come before nodes greater than or equal to x. You should preserve the ...
分类:
其他好文 时间:
2019-05-02 11:38:39
阅读次数:
102
最近想用 emby server + kodi 打造家庭播放平台, 在 gentoo 上面先尝试安装配置 emby server. 首先, 使用 megacoffee 这个 overlay, 但是这个 overlay 使用 mercurial, 所以使用以下命令: vim /etc/portage/ ...
分类:
其他好文 时间:
2019-05-01 21:12:00
阅读次数:
189
There are N villages, which are numbered from 1 to N, and you should build some roads such that every two villages can connect to each other. We say t ...
分类:
其他好文 时间:
2019-04-30 23:42:56
阅读次数:
143