7. Reverse Integer 题目描述: Given a 32 bit signed integer, reverse digits of an integer. Example 1: Input: 123 Output: 321 Example 2: Input: 123 Output: ...
分类:
编程语言 时间:
2019-12-14 22:56:31
阅读次数:
111
485. Max Consecutive Ones Easy Easy Easy Given a binary array, find the maximum number of consecutive 1s in this array. Example 1: Input: [1,1,0,1,1,1 ...
分类:
其他好文 时间:
2019-12-14 09:25:04
阅读次数:
75
#java# #reactor# #subcribe# #订阅# 视频讲解 :https://www.bilibili.com/video/av79117693/ FluxMonoTestCase.java package com.example.reactor; import lombok.ext ...
分类:
其他好文 时间:
2019-12-13 23:46:29
阅读次数:
110
Given a string, find the first non-repeating character in it and return it's index. If it doesn't exist, return -1. Examples: Note: You may assume the ...
分类:
其他好文 时间:
2019-12-13 23:28:11
阅读次数:
78
XPath 语法 XPath 使用路径表达式来选取 XML 文档中的节点或节点集。节点是通过沿着路径 (path) 或者步 (steps) 来选取的。 XML 实例文档 我们将在下面的例子中使用这个 XML 文档。 实例 <?xml version="1.0" encoding="UTF-8"?> ...
分类:
编程语言 时间:
2019-12-13 00:04:29
阅读次数:
113
Given a stream of integers and a window size, calculate the moving average of all integers in the sliding window. For example, MovingAverage m = new M ...
分类:
移动开发 时间:
2019-12-12 14:56:35
阅读次数:
127
Given a binary tree containing digits from 0-9 only, each root-to-leaf path could represent a number. An example is the root-to-leaf path 1->2->3 whic ...
分类:
其他好文 时间:
2019-12-12 13:14:24
阅读次数:
93
"ColorFiltered" "ColorFilter" "BlendMode" Example ...
分类:
其他好文 时间:
2019-12-12 13:14:08
阅读次数:
349
Python 3标准库 The Python3 Standard Library by Example 第十四章 应用构建模块 14.1 argparse:命令行选项和参数解析 argparse模块 14.1.1 建立解析器 14.1.2 定义参数 argparse模块 14.1.3 解析命令行sy ...
分类:
编程语言 时间:
2019-12-12 10:24:52
阅读次数:
94