2015年8月14日
摘要: 温故而知新 之scala第7讲类的属性和对象私有字段百度云盘连接http://yun.baidu.com/share/home?uk=4013289088#category/type=0class Person { private var age = 0 def increment(){age ... 阅读全文
posted @ 2015-08-14 23:21 trgaaaaa 阅读(280) 评论(0) 推荐(0)
摘要: 温故而知新 之scala第6讲map,tuple,ziphttp://yun.baidu.com/share/home?uk=4013289088#category/type=0object Map_Tuple { def main(args: Array[String]): Unit = { ... 阅读全文
posted @ 2015-08-14 22:55 trgaaaaa 阅读(166) 评论(0) 推荐(0)