1008 Elevator 题目: The highest building in our city has only one elevator. A request list is made up with N positive numbers. The numbers denote at whi ...
分类:
其他好文 时间:
2019-12-17 20:52:13
阅读次数:
121
毫秒级实现状态监测. 参考了aiobfd ,看了协议文档, 协议帧,包编码解码,用了gopacket的bfd.go , 然后就是实现 状态 init, up, down的监控. 主要的问题是,时间上,需要快速 的检查发送失败,以判断对端为down掉 时间上要对应得上来. 最后,实现了协议,当然是要用 ...
分类:
其他好文 时间:
2019-12-17 20:28:11
阅读次数:
88
//方式一: //四舍五入 double f = 111231.5585; BigDecimal b = new BigDecimal(f); double f1 = b.setScale(2, BigDecimal.ROUND_HALF_UP).doubleValue(); //保留两位小数 方式... ...
分类:
编程语言 时间:
2019-12-16 14:52:34
阅读次数:
71
题目链接 Given a m * n grid, where each cell is either 0 (empty) or 1 (obstacle). In one step, you can move up, down, left or right from and to an empty c ...
分类:
其他好文 时间:
2019-12-16 00:07:26
阅读次数:
126
课程目录:1-1、课程简介2-1、服务器基础2-2、服务器基准测试体系、TPC、SPEC2-3、服务器分类2-4、超融合服务器2-5、服务器分类2(指令集)2-6、Scale、up、-、Scale、out、-Scale、in2-7、服务器硬件架构2-8、服务器核心组件介绍3-1、RAID技术基础3- ...
分类:
其他好文 时间:
2019-12-14 23:09:36
阅读次数:
360
华为虚拟化场景 节点被踢出集群后,无法连接网络 systemctl stop NetworkManager systemctl disable NetworkManager systemctl restart network 参考 https://blog.51cto.com/11863547/19 ...
分类:
Web程序 时间:
2019-12-14 21:11:17
阅读次数:
110
up(index) { if(index 0) { return } //在上一项插入该项 this.list.splice(index - 1, 0, (this.list[index])) //删除后一项 this.list.splice(index + 1, 1) this.save(); } ...
分类:
编程语言 时间:
2019-12-13 16:42:54
阅读次数:
301
上篇介绍了注册的基本流程,下篇简单的讲讲登录的流程以及Cookie的出现 实现登录的小功能 当你在浏览器的输入框里输入localhost:8080/sign_in的时候,会发起GET请求,去访问sign_in.html if (path '/sign_up' && method 'GET') { l ...
分类:
其他好文 时间:
2019-12-13 09:26:04
阅读次数:
65
Love them or hate them, annual performance reviews can shape how workers set themselves up for success in the coming year. However, many people are of ...
分类:
其他好文 时间:
2019-12-13 09:12:37
阅读次数:
78
Cassandra是Nutanix分布式元数据存储数据库,以环状的方式存放和管理所有的集群元数据。一份数据的元数据,需要3个或者5个节点分布式存放(取决于RF2或者RF3)。如下命令可查看集群所有节点是否都加入Cassandra环(Cassandraring)如果节点已经加入到Cassandraring,Status会显示UP,State会显示Normal。$nodetoolring-h0
分类:
其他好文 时间:
2019-12-12 18:08:26
阅读次数:
79