摘要: import akka.actor.{ ActorRef, ActorSystem, Props, Actor, Inbox }import scala.concurrent.duration._case object Greetcase class WhoToGreet(who: String)c... 阅读全文
posted @ 2015-03-16 15:56 xiongjianjun 阅读(209) 评论(0) 推荐(0) 编辑
摘要: package testFoldimport java.io.Fileimport scala.concurrent._import scala.concurrent.duration._import scala.concurrent.ExecutionContext.Implicits.globa... 阅读全文
posted @ 2015-03-16 14:23 xiongjianjun 阅读(455) 评论(0) 推荐(0) 编辑
摘要: import scala.concurrent._import scala.concurrent.duration._import scala.concurrent.ExecutionContext.Implicits.globalimport java.net.URLimport java.net... 阅读全文
posted @ 2015-03-16 14:22 xiongjianjun 阅读(1376) 评论(0) 推荐(0) 编辑