书栈网 · BookStack 本次搜索耗时 0.034 秒,为您找到 3708 个相关结果.
  • Graph Generators

    Graph Generators Circulant Graph Complete Graph Cycle Graph Echo Graph Empty Graph Grid Graph Hypercube Graph Path Graph RMat Graph Singleton Edge Graph Star Graph G...
  • Graph Generators

    Graph Generators Circulant Graph Complete Graph Cycle Graph Echo Graph Empty Graph Grid Graph Hypercube Graph Path Graph RMat Graph Singleton Edge Graph Star Graph Gr...
  • Spark 开发环境搭建

    1928 2019-12-08 《大数据入门指南》
    Spark开发环境搭建 一、安装Spark 1.1 下载并解压 1.2 配置环境变量 1.3 Local模式 二、词频统计案例 三、Scala开发环境配置 3.1 前置条件 3.2 安装Scala插件 3.3 创建Scala项目 3.4 下载Scala SDK 1. 方式一 2. 方式二 3.5 创建Hello World 3.6 切...
  • 常用集合类型之 —— List & Set

    1139 2019-12-08 《大数据入门指南》
    List & Set 一、List字面量 二、List类型 三、构建List 四、模式匹配 五、列表的基本操作 5.1 常用方法 5.2 indices 5.3 take & drop & splitAt 5.4 flatten 5.5 zip & unzip 5.6 toString & mkString 5.7 iterator & ...
  • Testing

    Directory Structure Integration testing Testing frameworks Testing over fullOptJS-generated files In this section we will discuss how to test Scala.js code managed as Full cro...
  • Introduction

    AKKA 2.3.6 Scala 文档 无水scala群:231809997 有各路scala高手帮你释疑,语言风格像scala一样简洁,精确 AKKA 2.3.6 Scala 文档 该文档是Akka 2.3.6 Scala 文档的中文翻译(github )。 本文大量参考了上海广谈信息技术有限公司 的《Akka 2.0文档》 ,广谈公益 ...
  • Apache Spark on Local

    Apache Spark and Hop Installation guide Cleaning up Hop Files to remove Files to add Files to fetch from Maven Central Rebuild the fat jar Apache Spark and Hop Due to conf...
  • 流程控制语句

    流程控制语句 一、条件表达式if 二、块表达式 三、循环表达式while 四、循环表达式for 五、异常处理try 六、条件选择表达式match 七、没有break和continue 八、输入与输出 参考资料 流程控制语句 一、条件表达式if Scala 中的 if/else 语法结构与 Java 中的一样,唯一不同的是,Sca...
  • JavaScript types

    Type Correspondence js.FunctionN <–> scala.FunctionN js.Array[T] <–> mutable.Seq[T] js.Dictionary[T] <–> mutable.Map[String, T] js.UndefOr[T] <–> Option[T] Pre-defined JavaScr...
  • Cross-building

    Directory Structure sbt Build File Dependencies Exporting shared classes to JavaScript It is often desirable to compile the same source code with Scala.js and Scala JVM.In ord...