序 由于单master节点的kubernetes集群,在master节点异常之后无法继续使用的缺陷,本文参考网管流程搭建一套多master节点负载均衡的kubernetes集群。官网给出了两种拓扑结构:堆叠control plane node和external etcd node,本文基于第一种拓扑 ...
分类:
Web程序 时间:
2020-05-06 19:49:40
阅读次数:
100
控制平面组件(Control Plane Components) 控制平面的组件对集群做出全局决策(比如调度),以及检测和响应集群事件(例如,当不满足部署的 replicas 字段时,启动新的 pod)。 控制平面组件可以在集群中的任何节点上运行。然而,为了简单起见,设置脚本通常会在同一个计算机上启 ...
分类:
其他好文 时间:
2020-05-06 18:02:34
阅读次数:
67
unity如何实现战争迷雾?思路一 断更很久了,刚好今天放假,写一个unity下实现战争迷雾的思路. 效果如下: 思路如下: 建一个plane作为地面,用UI中的rawimage放在最上层作为迷雾显示,用cube作为主角移动.cube每次移动,将它的坐标转化为rawimage上相对位置的点,然后用t ...
分类:
编程语言 时间:
2020-05-01 13:08:15
阅读次数:
73
We have a list of points on the plane. Find the K closest points to the origin (0, 0). (Here, the distance between two points on a plane is the Euclid ...
分类:
其他好文 时间:
2020-04-06 09:25:29
阅读次数:
73
为了计算时间更加精确,可以用这个函数去掉LR自身的检查点所浪费的时间。如text check and image time Action() { double time_elapsed, duration, waste; merc_timer_handle_t timer; int m,n; lr_ ...
分类:
其他好文 时间:
2020-04-03 11:50:06
阅读次数:
91
Tokens on the Segments Time Limit: 1000 msMemory Limit: 65536 KB Consider segments on a two-dimensional plane, where the endpoints of the -th segment ...
分类:
其他好文 时间:
2020-03-18 18:57:20
阅读次数:
98
传送门:https://abc091.contest.atcoder.jp/tasks/arc092_a?lang=en 题目:On a two-dimensional plane, there are N red points and N blue points. The coordinates ...
分类:
其他好文 时间:
2020-03-01 20:17:00
阅读次数:
104
一 __del__ 魔术方法(析构方法) 1.1 介绍 触发时机:当对象被内存回收的时候自动触发[1.页面执行完毕回收所有变量 2.所有对象被del的时候] 功能:对象使用完毕后资源回收 参数:一个self接受对象 返回值:无 1.2 页面执行完毕回收所有变量 class Plane(): def ...
分类:
编程语言 时间:
2020-02-22 17:19:42
阅读次数:
81
一 类中的方法 1.1 介绍 (1) 普通方法(2) 绑定方法 绑定到对象 (自动传递对象参数) 绑定到类 (自动传递类参数) (3) 静态方法 (无论类还是对象,都可以调用) class Plane(): def __init__(self,name): self.name = name #绑定到 ...
分类:
编程语言 时间:
2020-02-22 11:40:02
阅读次数:
77
进入星际平面,面对最严厉的数学家。 简介 你已经把你的道路变成了一个神秘的现实交替的层面。虽然有最聪明的巫师住在这里,但你一定可以找到他们的秘密宝藏。 这些狡猾的巫师编织复杂的咒语,不会让冒险家轻易闯入。使用括号来确定公式的正确顺序! 仔细听每个巫师说的,分析出每个魔法数的计算方法。你需要依次对付一 ...
分类:
其他好文 时间:
2020-02-14 11:16:03
阅读次数:
103