最近使用Pyspark的时候,遇到一些新的问题,希望记录下来,解决的我会补充。 1. WARN DomainSocketFactory: The short-circuit local reads feature cannot be used 2. pyspark TypeError: 'Pipel ...
分类:
其他好文 时间:
2020-03-28 20:14:18
阅读次数:
198
package iter; import java.util.*; public class iterdemo { public static void main(String[] args) { // 用来迭代容器的,next() ,hasNext(),set 不可以for循环 Set set = ...
分类:
编程语言 时间:
2020-03-28 19:46:44
阅读次数:
66
Eclipse中,折腾java代码。 把之前在android中的代码拿过来使用,结果出现 The import org.apache cannot be resolved 的错误、 【解决过程】 1.这里: "求救,eclispe开发不能import org.apache 包" 说到了,让去: 但是 ...
分类:
编程语言 时间:
2020-03-28 19:43:50
阅读次数:
84
The 2018 World Cup was held recently in Russia. Some great soccer countries (e.g., Italy,Netherlands, Chile, USA) did not qualify for this World Cup. ...
分类:
其他好文 时间:
2020-03-28 10:32:42
阅读次数:
82
#include <iostream> #include <deque> #include <algorithm> using namespace std; //deque构造函数 /* deque<T> deqT; //默认构造形式 deque(beg, end); //构造函数将[beg, en ...
分类:
其他好文 时间:
2020-03-27 21:49:44
阅读次数:
64
#include <iostream> #include <vector> using namespace std; //vector 容器构造 /*创建vector容器 vector<T> v; //采用模板实现类实现,默认构造函数 vector(v.begin(), v.end()); //将v ...
分类:
其他好文 时间:
2020-03-27 13:13:14
阅读次数:
80
1.问题描述: 在linux服务器使用composer 安装插件时,出现“proc_open(): fork failed - Cannot allocate memory” 也就是提示“提示内存不足”,我们可以通过创建swap分区解决这个问题。 2.解决方法: 先运行 free -m 看下空间是多 ...
分类:
其他好文 时间:
2020-03-27 13:10:20
阅读次数:
110
1. ERROR Error: Cannot find module 'escape-string-regexp' ...
分类:
其他好文 时间:
2020-03-27 12:28:39
阅读次数:
52
cannot find module 'npmlog' - after updated npm Thanks for the answers. It was a bug and it has already been fixed in Node v5.4.1. Now it's working as ...
分类:
其他好文 时间:
2020-03-27 00:49:15
阅读次数:
58