纯情鸵鸟

文章
6
资源
0
加入时间
3年0月21天

LeetCode 146. LRU Cache(LRU缓存)

原题网址:https://leetcode.com/problems/lru-cache/Design and implement a data structure for Least Recently Used (LRU) cache. It should support the following operations: get and set.get(key) - Get

解决k8s gcr.io被墙下载不了镜像的问题

gcr.io镜像根据开源项目:https://github.com/anjia0532/gcr.io_mirror作者将gcr.io相关镜像pull下来,然后push到docker官方仓库https://hub.docker.com/u/anjia0532我们可以docker pullanjia0532/image_name:version然后 docker taganji...