1、什么是RDD? 最核心 (*)弹性分布式数据集,Resilent distributed DataSet (*)Spark中数据的基本抽象 (*)结合源码,查看RDD的概念 RDD属性 * Internally, each RDD is characterized by five main pr ...
分类:
其他好文 时间:
2018-03-31 23:15:30
阅读次数:
379
All GitLab packages are posted to our package server and can be downloaded. We maintain five repos: GitLab EE: for official Enterprise Edition release ...
分类:
其他好文 时间:
2018-03-30 15:15:16
阅读次数:
188
1.在Java中,对象什么时候可以被垃圾回收? 当一个对象到GC Roots不可达时,在下一个垃圾回收周期中会尝试回收改对象,如果该对象重写了(five呢来子)finalize()方法,并且方法中重新将自己赋予某个引用达到自救效果时,那么这个对象就不会被回收,如果没有“自救”,则该对象会被回收。 2 ...
分类:
编程语言 时间:
2018-03-29 00:10:23
阅读次数:
176
I was trying to come up with a set of guiding principles as we've been using them on my current project, with an eye toward educating new developers b ...
分类:
其他好文 时间:
2018-03-15 13:20:31
阅读次数:
199
成为一名资深架构师首先要懂设计模式,在懂之前,要清楚设计原则,原来我就吃过这个亏,很久以现有人问我设计原则,我是一头茫然,不是只有设计模式吗?且不知设计原则就像是写书法一样,楷体就是方正,竖道有垂露等,隶书横有蚕头燕尾等。 这些“秩序”遵循SOLID architecture principles。 ...
一.基本数字的读音 0 zero [?z?ro?] 1 one [w?n] 2 two [tu] 3 three [θri] 4 four 美 [f?r] 英 [f?:(r)] 5 five [fa?v] 6 six [s?ks] 7 seven [?s?v?n] 8 eigth [et] 9 ni ...
分类:
其他好文 时间:
2018-02-05 14:24:24
阅读次数:
133
1、书单: 核弹头推荐 C++必读书单 http://coredumper.cn/index.php/2017/05/21/c_plus_plus_booklist/ C++程序设计:原理与实践(基础篇)(原书第2版)(Programming: Principles and Practice Usi ...
分类:
编程语言 时间:
2017-12-26 15:18:59
阅读次数:
129
starting: 2017/12/12 3.1 introduction describing the function available for file I/O.Most file I/O on Unix system can be performed using only five fun ...
分类:
其他好文 时间:
2017-12-24 13:41:52
阅读次数:
204
昨天: 司宇航:web项目如何部署到公网,把网址做成桌面图标链接,登录记住密码功能。 王金萱:注册和登录界面,用户数据库的信息录入。 马佳慧:做界面。 季方:处理爬虫数据,实现统计功能。 遇到的问题: 司宇航:无。 王金萱:无。 马佳慧:解决下拉框,没有显示的问题。 季方:无。 今天: 马佳慧:解决 ...
分类:
其他好文 时间:
2017-12-22 00:33:07
阅读次数:
148
package fiveint; import java.util.InputMismatchException; import java.util.Scanner; public class Five{ public static void main(String[] args) { System... ...
分类:
其他好文 时间:
2017-12-10 21:32:27
阅读次数:
155