07 2015 档案

摘要:多元数组: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 阅读(262) 评论(0) 推荐(0) 编辑
摘要:1 安装 http://scala-ide.org/ http://scala-lang.org/ 阅读全文
posted @ 2015-07-30 00:21 jhhu 阅读(77) 评论(0) 推荐(0) 编辑