Google this week released the November 2018 set of security patches for its Android platform, which address tens of Critical and High severity vulnera ...
分类:
移动开发 时间:
2019-04-27 09:19:17
阅读次数:
195
D - Arpa’s letter-marked tree and Mehrdad’s Dokhtar-kosh paths 思路: 树上启发式合并 从根节点出发到每个位置的每个字符的奇偶性记为每个位置的状态,每次统计一下每个状态的最大深度 为了保证链经过当前节点u,我们先计算每个子树的答案,再更新 ...
分类:
其他好文 时间:
2019-04-26 13:21:07
阅读次数:
165
Description: A robot is located at the top-left corner of a m x n grid (marked 'Start' in the diagram below). The robot can only move either down or r ...
分类:
其他好文 时间:
2019-04-04 20:25:49
阅读次数:
147
Description: A robot is located at the top-left corner of a m x n grid (marked 'Start' in the diagram below). The robot can only move either down or r ...
分类:
其他好文 时间:
2019-04-04 17:08:21
阅读次数:
174
HTML英语意思是 Hypertext Marked Language,即超文本标记语言,是一种用来制作超文本文档的简单标记语言。HTML是由WEB的发明者Tim Berners-Lee和同事Daniel W.Connolly于1990年创立的一种标记式语言。它是标准通用化标记语言SGML的应用。 ...
分类:
Web程序 时间:
2019-03-20 13:15:36
阅读次数:
262
对于 HTML 元素本身就带有的固有属性,在处理时,使用 prop 方法。 对于 HTML 元素我们自己自定义的 DOM 属性,在处理时,使用 attr 方法。 实例 1: 这个例子里 <a> 元素的 DOM 属性有: href、target 和 class,这些属性就是 <a> 元素本身就带有的属 ...
分类:
其他好文 时间:
2019-03-13 18:10:33
阅读次数:
186
63. Unique Paths II A robot is located at the top-left corner of a m x n grid (marked 'Start' in the diagram below). The robot can only move either do ...
分类:
Web程序 时间:
2019-03-08 00:26:51
阅读次数:
258
一、标题 # 一级标题 ## 二级标题 ### 三级标题 #### 四级标题 ##### 五级标题 ###### 六级标题 二、字体 * 加粗 ** 斜体 *** 斜体加粗 ~~ 删除线 三、引用 > 引用 四、分割线 三个以上- 五、图片 ![图片alt] (图片地址 '''图片title') 六 ...
分类:
其他好文 时间:
2019-03-03 18:49:40
阅读次数:
345
当spark跑在yarn上时 单个executor执行时,数据量过大时会导致executor的memory不足而使得rdd 最后lost,最终导致任务执行失败 其中会抛出如图异常信息 如图中异常所示 对应解决方法可以加上对应的参数调优(这个配置可以在总的处理数据量在几百TB或者1~3PB级别的数据处 ...
分类:
其他好文 时间:
2019-02-28 15:01:13
阅读次数:
656
Python2.6 开始,新增了一种格式化字符串的函数 str.format(),它增强了字符串格式化的功能。 基本语法是通过 {} 和 : 来代替以前的 % 。 format 函数可以接受不限个参数,位置可以不按顺序。 代码如下图: F:\dev\python\python.exe F:/pyCh ...
分类:
编程语言 时间:
2019-02-15 17:50:21
阅读次数:
171