上一页 1 ··· 21 22 23 24 25 26 27 28 29 ··· 83 下一页
摘要: 依赖: <!-- https://mvnrepository.com/artifact/org.apache.spark/spark-hive --> <dependency> <groupId>org.apache.spark</groupId> <artifactId>spark-hive_2. 阅读全文
posted @ 2020-11-12 15:25 lshan 阅读(655) 评论(0) 推荐(0) 编辑
摘要: 方式1 :隐式值 (remark:隐式 调用 顺序 隐式Object > 隐式值> 隐式函数> 隐式方法) def main(args: Array[String]): Unit = { val sparkConf = new SparkConf().setMaster("local[2]").se 阅读全文
posted @ 2020-11-06 15:28 lshan 阅读(213) 评论(0) 推荐(0) 编辑
摘要: 原文:https://blog.csdn.net/qq_35418518/article/details/107411512?utm_medium=distribute.pc_relevant.none-task-blog-BlogCommendFromMachineLearnPai2-1.chan 阅读全文
posted @ 2020-11-04 12:12 lshan 阅读(978) 评论(0) 推荐(0) 编辑
摘要: 原文地址: https://blog.csdn.net/demonliuhui/article/details/54572908 List浅拷贝 众所周知,list本质上是数组,而数组的是以地址的形式进行存储。 如上图将list A浅拷贝给list B,由于进行的是浅拷贝,所以直接将A的内容复制给了 阅读全文
posted @ 2020-11-02 10:55 lshan 阅读(396) 评论(0) 推荐(0) 编辑
摘要: 原文:https://www.liujason.com/old-blog/1663.html OpenVPN服务端配置 1. 安装OpenVPN软件包 默认的Centos软件源里面没有OpenVPN的软件包,我们可以添加rpmforge的repo,从而实现yum安装openvpn 针对CentOS 阅读全文
posted @ 2020-10-29 10:04 lshan 阅读(5) 评论(0) 推荐(0) 编辑
摘要: https://hub.docker.com/r/sequenceiq/hadoop-docker/tags overview #Apache Hadoop 2.7.0 Docker image Note: this is the master branch - for a particular H 阅读全文
posted @ 2020-10-28 10:36 lshan 阅读(132) 评论(0) 推荐(0) 编辑
摘要: 温故而知新!!! 原文::http://www.cnblogs.com/qlqwjy/p/8533261.html Java的三种代理模式 1.代理模式 代理(Proxy)是一种设计模式,提供了对目标对象另外的访问方式;即通过代理对象访问目标对象.这样做的好处是:可以在目标对象实现的基础上,增强额外 阅读全文
posted @ 2020-10-22 09:58 lshan 阅读(197) 评论(0) 推荐(0) 编辑
摘要: 原文:https://www.cnblogs.com/orchid9/p/7625823.html 1、并发List 在List下中有ArrayList 、LinkedList 、Vector 三种数据结构,其中Vector属于线程安全的。 在List下还有CopyOnWriteArrayList类 阅读全文
posted @ 2020-10-20 10:19 lshan 阅读(185) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2020-10-15 12:03 lshan 阅读(0) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2020-10-12 11:42 lshan 阅读(0) 评论(0) 推荐(0) 编辑
上一页 1 ··· 21 22 23 24 25 26 27 28 29 ··· 83 下一页