码迷,mamicode.com
首页 >  
搜索关键字:marked    ( 522个结果
谷歌将一些弱小的库从安卓代码移除Google Removes Vulnerable Library from Android
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
Codeforces 741 D - Arpa’s letter-marked tree and Mehrdad’s Dokhtar-kosh paths
D - Arpa’s letter-marked tree and Mehrdad’s Dokhtar-kosh paths 思路: 树上启发式合并 从根节点出发到每个位置的每个字符的奇偶性记为每个位置的状态,每次统计一下每个状态的最大深度 为了保证链经过当前节点u,我们先计算每个子树的答案,再更新 ...
分类:其他好文   时间:2019-04-26 13:21:07    阅读次数:165
LeetCode 63 _ Unique Paths II 全部不同路径2
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
LeetCode 62 _ Unique Paths 全部不同路径
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简介
HTML英语意思是 Hypertext Marked Language,即超文本标记语言,是一种用来制作超文本文档的简单标记语言。HTML是由WEB的发明者Tim Berners-Lee和同事Daniel W.Connolly于1990年创立的一种标记式语言。它是标准通用化标记语言SGML的应用。 ...
分类:Web程序   时间:2019-03-20 13:15:36    阅读次数:262
attr 和 prop 的区别介绍
对于 HTML 元素本身就带有的固有属性,在处理时,使用 prop 方法。 对于 HTML 元素我们自己自定义的 DOM 属性,在处理时,使用 attr 方法。 实例 1: 这个例子里 <a> 元素的 DOM 属性有: href、target 和 class,这些属性就是 <a> 元素本身就带有的属 ...
分类:其他好文   时间:2019-03-13 18:10:33    阅读次数:186
63. Unique Paths II(js)
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
markedown基本语法
一、标题 # 一级标题 ## 二级标题 ### 三级标题 #### 四级标题 ##### 五级标题 ###### 六级标题 二、字体 * 加粗 ** 斜体 *** 斜体加粗 ~~ 删除线 三、引用 > 引用 四、分割线 三个以上- 五、图片 ![图片alt] (图片地址 '''图片title') 六 ...
分类:其他好文   时间:2019-03-03 18:49:40    阅读次数:345
spark执行在yarn上executor内存不足异常ERROR YarnScheduler: Lost executor 542 on host-bigdata3: Container marked as failed: container_e40_1550646084627_1007653_01_000546 on host: host-bigdata3. Exit status: 143.
当spark跑在yarn上时 单个executor执行时,数据量过大时会导致executor的memory不足而使得rdd 最后lost,最终导致任务执行失败 其中会抛出如图异常信息 如图中异常所示 对应解决方法可以加上对应的参数调优(这个配置可以在总的处理数据量在几百TB或者1~3PB级别的数据处 ...
分类:其他好文   时间:2019-02-28 15:01:13    阅读次数:656
python 内置函数format
Python2.6 开始,新增了一种格式化字符串的函数 str.format(),它增强了字符串格式化的功能。 基本语法是通过 {} 和 : 来代替以前的 % 。 format 函数可以接受不限个参数,位置可以不按顺序。 代码如下图: F:\dev\python\python.exe F:/pyCh ...
分类:编程语言   时间:2019-02-15 17:50:21    阅读次数:171
522条   上一页 1 ... 12 13 14 15 16 ... 53 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!