Given a data stream input of non-negative integers a1, a2, ..., an, ..., summarize the numbers seen so far as a list of disjoint intervals. For exampl ...
分类:
其他好文 时间:
2019-02-24 00:21:40
阅读次数:
203
A message containing letters from A-Z is being encoded to numbers using the following mapping: Given a non-empty string containing only digits, determ ...
分类:
其他好文 时间:
2019-02-23 19:28:01
阅读次数:
215
[TOC] LeetCode 单链表专题 $[2]$ Add Two Numbers 模拟,注意最后判断进位是否为1。 时间复杂度 $O(n)$ $[92]$ Reverse Linked List II 给定链表,翻转第m个结点到第n个结点。 从第m+1个结点开始,在第m 1个结点之后的位置用 头 ...
分类:
其他好文 时间:
2019-02-23 01:32:44
阅读次数:
231
Description A pair of numbers has a unique LCM but a single number can be the LCM of more than one possible pairs. For example 12 is the LCM of (1, 12 ...
分类:
其他好文 时间:
2019-02-23 01:11:16
阅读次数:
157
193. Valid Phone Numbers 193. Valid Phone Numbers Given a text file file.txt that contains list of phone numbers (one per line), write a one liner bas ...
分类:
其他好文 时间:
2019-02-22 01:07:44
阅读次数:
213
2019年2月12日微软官网已经发布了Exchange2010/2013/2016/2019各个版本的更新补丁,建议各个Exchange管理员更加需求进行下载更新,具体可以参考:https://docs.microsoft.com/zh-cn/Exchange/new-features/build-numbers-and-release-dates?view=exchserver-20191、Ex
分类:
其他好文 时间:
2019-02-21 09:34:13
阅读次数:
769
Given any permutation of the numbers {0, 1, 2,..., N?1}, it is easy to sort them in increasing order. But what if Swap(0, *) is the ONLY operation tha ...
分类:
编程语言 时间:
2019-02-20 21:40:21
阅读次数:
428
如果返回的数据是JSON格式的,我们可以用JSON提取器来提取需要的字段,这样更简单一点 Variable names:保存的变量名,后面使用${Variable names}引用 JSON Path expressions:调试通过的json path表达式 Match Numbers:匹配数字( ...
分类:
Web程序 时间:
2019-02-20 20:15:26
阅读次数:
1661
一 、数组 1、迭代数组(斐波那契数列循环) 2、数组操作 push() //添加元素到数组末尾 unshift() //添加元素到数组首位 pop() //删除数组最后元素 shift() //删除数组首位元素 splice(5,3,2,3,4) //从索引5开始删除3个元素,并开始添加元素2,3 ...
分类:
编程语言 时间:
2019-02-19 15:15:29
阅读次数:
225
Burpsuite爆破之随机6位数验证码-Random 0x01 找到Payload Options [Numbers] 设置number range 为 Random方式 注意:How many 只爆破多少个,不用全部爆破,这就是随机爆破的好处。 0x02 设置Number format Max ...
分类:
其他好文 时间:
2019-02-19 13:29:21
阅读次数:
2424