IER(7) OpenBSD Reference Manual HIER(7) NAME hier - layout of filesystems DESCRIPTION A sketch of the filesystem hierarchy. / Root directory. /altroot ...
分类:
系统相关 时间:
2019-04-15 18:26:07
阅读次数:
205
Given an array of strings, group anagrams together. Example: 题意: 给定一堆单词,把变位词放一块儿去。 碎碎念: 开始想说“eat” 转charArray {'e', 'a', 't'} “tea” 转charArray {'t', 'e ...
分类:
其他好文 时间:
2019-04-15 00:57:39
阅读次数:
172
1.Algorithm 给定一个字符串,请你找出其中不含有重复字符的 最长子串 的长度 https://leetcode-cn.com/problems/longest-substring-without-repeating-characters/ 2.Review https://mp.weixi ...
分类:
其他好文 时间:
2019-04-14 18:12:31
阅读次数:
257
题记 We are a team and We fight together,致未来更加优秀的我们。 面试——不一样的学习 总结——沉淀自我能力 实践——全面的认识自己 分享——众人拾柴火焰高 我们不是一个人,而是一个团队,有着同样追求、志同道合的贵大人! 2019.03.08-2019.03.20 ...
分类:
其他好文 时间:
2019-04-12 09:17:42
阅读次数:
202
Given a non-empty string check if it can be constructed by taking a substring of it and appending multiple copies of the substring together. You may a ...
分类:
其他好文 时间:
2019-04-09 18:42:24
阅读次数:
148
刚刚在自学过程中发现创建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
https://leetcode.com/problems/group-anagrams/ Given an array of strings, group anagrams together. Example: Note: All inputs will be in lowercase. The ...
分类:
其他好文 时间:
2019-04-09 12:27:34
阅读次数:
124
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
Country of Metropolia is holding Olympiad of Metrpolises soon. It mean that all jury members of the olympiad should meet together in Metropolis (the c ...
分类:
其他好文 时间:
2019-04-06 09:41:32
阅读次数:
169