有一类题,看起来很像同向双指针,但是不完全是,一般都是求exactly K 同向双指针教会了我们如何求at most K, 现在我们要求exactly K. 那么我们可以转换为 exactly K = atMost(K) - atMost(K - 1); 这类题有好多,如下: Subarrays with K Different Integers 思路:跟 Substrings with e
问题来源 因需要要使用到可叠加的openlayer样式,所以在官网的demo中找到两个例子,并从中提炼出我所需的样式基础。 Demo1 这个例子通过style数组来实现叠加型,核心是多写一个用于点的样式并利用geometry属性来套用得到叠加效果。 var styles = [/* We are using two different styles for the polygon