刚刚在自学过程中发现创建pod之后,一直处于ContainerCreating状态;之后我用kubectldescribepodnginx,发现报错:open/etc/docker/certs.d/registry.access.redhat.com/redhat-ca.crt:nosuchfileordirectory。去文件夹查看之后,发现redhar-ca.crt文件存在,不过用命令ll查看
分类:
其他好文 时间:
2019-04-09 13:52:47
阅读次数:
401
Koko loves to eat bananas. There are N piles of bananas, the i-th pile has piles[i] bananas. The guards have gone and will come back in H hours. Koko ...
分类:
其他好文 时间:
2019-04-08 00:48:39
阅读次数:
186
本文转自:http://rekit.js.org/docs/get-started.html Get started The easiest way to try out Rekit is creating a Rekit app and playing with it. Just 3 steps: ...
分类:
其他好文 时间:
2019-04-01 15:41:47
阅读次数:
164
问题:当一个接口实现由两个实现类时,只使用@Autowired注解,会报错,如下图所示 实现类1 实现类2 controller中注入 然后启动服务报错,如下所示: Exception encountered during context initialization - cancelling re ...
分类:
其他好文 时间:
2019-03-30 12:08:22
阅读次数:
150
sa[i]表示排名为 i 的后缀的第一个字符在原串中的位置 height[i]表示排名为 i 和排名为 i+1的后缀的最长公共前缀的长度 这些题目我并不一定全是用SA做的,但是还是要标记一下的 K - Extend to Palindrome Your task is, given an integ ...
分类:
编程语言 时间:
2019-03-25 21:55:00
阅读次数:
174
28. Bad Influence of Western Diet 西式饮食的消极影响 ① The spread of Western eating habits around the world is bad for the environment.Those findings come from... ...
分类:
其他好文 时间:
2019-03-04 19:12:10
阅读次数:
154
References : https://towardsdatascience.com/dealing-with-class-imbalanced-datasets-for-classification-2cc6fad99fd9 a.Undersampling. Say, you have 40,0... ...
分类:
其他好文 时间:
2019-02-27 21:49:17
阅读次数:
200
报错如下,原因是存放传过来的归档的目录+HWAREDODG满了,MRP进程无法应用归档,我在手动传了几个归档之后发现不是GAP,select * from V$ARCHIVE_GAP 显示没有GAP。于是就把HWAREDODG下已经应用的归档删掉,rman target /rman>select '... ...
分类:
其他好文 时间:
2019-02-19 20:06:38
阅读次数:
713
算法描述: Given two integers representing the numerator and denominator of a fraction, return the fraction in string format. If the fractional part is rep ...
分类:
其他好文 时间:
2019-02-19 13:38:24
阅读次数:
125
学习地址:https://openlayers.org/workshop/en/ OpenLayers Workshop Introduction Basics Creating a map Zooming to your location Vector Data Rendering GeoJSON ...
分类:
其他好文 时间:
2019-02-10 20:25:20
阅读次数:
214