Given a sorted integer array, remove duplicate elements. For each group of elements with the same value do not keep any of them. Do this in-place, usi ...
分类:
其他好文 时间:
2020-02-24 09:17:03
阅读次数:
77
https://www.cnblogs.com/raymoc/p/5323824.html 大表对小表应该使用MapJoin ,set hive.auto.convert.join=true;让hive自动识别,把join变成合适的Map Join 大表对大表 set hive.auto.conve ...
分类:
其他好文 时间:
2020-02-23 20:24:57
阅读次数:
64
LeetCode 1362. Closest Divisors最接近的因数【Medium】【Python】【数学】 Problem "LeetCode" Given an integer , find the closest two integers in absolute difference w ...
分类:
编程语言 时间:
2020-02-23 20:17:07
阅读次数:
90
Long story short, shashlik is Miroslav's favorite food. Shashlik is prepared on several skewers simultaneously. There are two states for each skewer: ...
分类:
其他好文 时间:
2020-02-23 17:59:52
阅读次数:
59
LeetCode 0034. Find First and Last Position of Element in Sorted Array在排序数组中查找元素的第一个和最后一个位置【Medium】【Python】【二分】 Problem "LeetCode" Given an array of i ...
分类:
编程语言 时间:
2020-02-23 09:45:30
阅读次数:
68
1009 Product of Polynomials 题目原题 [TOC] This time, you are supposed to find A × B where A and B are two polynomials. Input Specification: Each input fi ...
分类:
其他好文 时间:
2020-02-21 18:29:34
阅读次数:
61
data_dic = {'20190105': [{'name':'bbb','value': '222'}, {'name':'aaa', 'value': '111'}], '20190101': [{'name':'bbb','value': '333'}, {'name':'aaa', 'v ...
分类:
编程语言 时间:
2020-02-21 14:42:23
阅读次数:
108
注:本文仅列举了几个常用的内置函数,更多内置函数请参考官方文档:。 filter 函数原型: filter(function, iterable) 示例:过滤掉偶数,只保留基数,代码如下: foo = [1, 2, 3, 4, 5] bar = filter(lambda x: True if x% ...
分类:
编程语言 时间:
2020-02-21 09:57:48
阅读次数:
69
unit two 词汇 infant,toddler 阶段 difficult stage 可以换成 difficult period period 只指一段时间 区间的意思,stage则为发展历程的某一个阶段 childhood parenthood throw a tantrum 发脾气 愤怒从 ...
分类:
其他好文 时间:
2020-02-20 13:39:21
阅读次数:
121
Description Roman numerals are represented by seven different symbols: I, V, X, L, C, D and M. For example, two is written as II in Roman numeral, jus ...
分类:
其他好文 时间:
2020-02-20 09:28:12
阅读次数:
79