minimum-size-subarray-sum-209
Given an array of n positive integers and a positive integer s, find the minimal length of a subarray of which the sum ≥ s. If there isn't…
Given an array of n positive integers and a positive integer s, find the minimal length of a subarray of which the sum ≥ s. If there isn't…
A binary watch has 4 LEDs on the top which represent the hours (0-11), and the 6 LEDs on the bottom represent the minutes (0-59).
Original Page。Given a sorted array of integers, find the starting and ending position of a given target value.
本文记录使用 Docker 搭建 MySQL 主从复制集群的完整流程,包括容器启动、server_id 与 binlog 配置、复制账号创建、主从连接和状态检查。
WebSocket是HTML5开始提供的一种在单个TCP连接上进行全双工通讯的协议。WebSocket通信协议于2011年被IETF定为标准RFC 6455,WebSocketAPI被W3C定为标准。,在web私信,im等应用较多。背景和优缺点可以参看wiki。