代码改变世界

阅读排行榜

Java volatile 关键字 Java内存管理API

2020-08-09 19:15 by DataBases, 145 阅读, 收藏,
摘要: https://docs.oracle.com/javase/8/docs/api/ java的内存管理分为: 1、堆内存;2、栈内存;3、方法区;4、本地方法区 /*1:方法区 方法区存放装载的类数据信息包括: (1):基本信息: 1)每个类的全限定名 2)每个类的直接超类的全限定名(可约束类型转 阅读全文

SparkRDD

2020-03-14 15:41 by DataBases, 145 阅读, 收藏,
摘要: http://homepage.cs.latrobe.edu.au/zhe/ZhenHeSparkRDDAPIExamples.html 阅读全文

PYSpark DataFrame

2020-10-31 10:37 by DataBases, 140 阅读, 收藏,
摘要: https://www.cnblogs.com/liaowuhen1314/p/12792202.html https://www.cnblogs.com/wonglu/p/8390710.html https://iowiki.com/pyspark/pyspark_index.html http 阅读全文

线程的状态

2014-10-11 13:30 by DataBases, 135 阅读, 收藏,
摘要: http://blog.sina.com.cn/s/blog_6af29f290100s3y9.html1.新建(new)2.就绪(Runnable)3.运行(Running)4.阻塞(Blocked)5.死亡(Dead) 阅读全文

Livy

2020-07-30 11:28 by DataBases, 134 阅读, 收藏,
摘要: http://livy.incubator.apache.org/ http://archive.apache.org/dist/incubator/livy/ 阅读全文
上一页 1 ··· 66 67 68 69 70 71 72 73 74 ··· 80 下一页