摘要: project-->add folder to project 阅读全文
posted @ 2015-11-27 16:31 澄轶 阅读(995) 评论(0) 推荐(0) 编辑
摘要: reduce类函数分析:----------------------------------------------------------------------------待补全-----------------------------------------------------------... 阅读全文
posted @ 2015-11-27 10:15 澄轶 阅读(1769) 评论(0) 推荐(0) 编辑
摘要: scala.math.Ordering自定义排序方法。例:(col : Int, row : Int, Value : Double )是一个Tuple3。排序默认按第一项作为Key。Ordering.by[(Int,Int,Double),Int](_._2)表示从Tuple3转到Int型。后面为... 阅读全文
posted @ 2015-11-27 10:12 澄轶 阅读(985) 评论(0) 推荐(0) 编辑