随笔分类 -  scala

scala
摘要:DT大数据梦工厂免费在百度 网盘分享的大数据视频:1,《Scala深入浅出实战经典》http://pan.baidu.com/s/1pJnAUr52,《Spark纯实战公益大讲坛》http://pan.baidu.com/s/1sLeVk3,《Docker公益大讲坛》http://pan.baidu... 阅读全文
posted @ 2015-10-19 01:56 jhhu 阅读(307) 评论(0) 推荐(0)
摘要:多元数组:def main(args:Array[String]){ var triple = (100, "scala", "spark"); println(triple._1); println(triple._2); println(triple._3); }map:def main... 阅读全文
posted @ 2015-07-30 01:29 jhhu 阅读(268) 评论(0) 推荐(0)
摘要:1 安装 http://scala-ide.org/ http://scala-lang.org/ 阅读全文
posted @ 2015-07-30 00:21 jhhu 阅读(100) 评论(0) 推荐(0)