Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Popular Words: [xss] test テスト %27

Results 711 - 720 of 1,312 for host:docs.scala-lang.org (0.11 sec)

  1. 特质 | Scala Documentation

    Tour of Scala 特质 Language 特质 (Traits) 用于在类 (Class)之间共享程序接口 (Interface)和字段 (Fields)。 它们类似于Java 8的接口。 类和对象 (Objects)可以扩...
    docs.scala-lang.org/zh-cn/tour/traits.html
    Registered: Fri Jun 27 05:08:58 UTC 2025
    - Last Modified: Fri Jun 27 03:30:15 UTC 2025
    - 209.4K bytes
    - Viewed (0)
  2. 抽象类型 | Scala Documentation

    Tour of Scala 抽象类型 Language 特质和抽象类可以包含一个抽象类型成员,意味着实际类型可由具体实现来确定。例如: trait Buffer { type T val element : T } 这里定义的抽象类型...
    docs.scala-lang.org/zh-cn/tour/abstract-type-members.html
    Registered: Fri Jun 27 05:09:18 UTC 2025
    - Last Modified: Fri Jun 27 03:30:15 UTC 2025
    - 210.2K bytes
    - Viewed (0)
  3. 通过混入(mixin)来组合类 | Scala Documentation

    Tour of Scala 通过混入(mixin)来组合类 Language 当某个特质被用于组合类时,被称为混入。 abstract class A { val message : String } class B extends ...
    docs.scala-lang.org/zh-cn/tour/mixin-class-composition.html
    Registered: Fri Jun 27 05:09:42 UTC 2025
    - Last Modified: Fri Jun 27 03:30:15 UTC 2025
    - 210.1K bytes
    - Viewed (0)
  4. 元组 | Scala Documentation

    Tour of Scala 元组 Language 在 Scala 中,元组是一个可以容纳不同类型元素的类。 元组是不可变的。 当我们需要从函数返回多个值时,元组会派上用场。 元组可以创建如下: val ingredient = ( ...
    docs.scala-lang.org/zh-cn/tour/tuples.html
    Registered: Fri Jun 27 05:10:34 UTC 2025
    - Last Modified: Fri Jun 27 03:30:15 UTC 2025
    - 209.1K bytes
    - Viewed (0)
  5. Тестирование с помощью MUnit | Scala инструмент...

    Введение в библиотеку MUnit
    docs.scala-lang.org/ru/toolkit/testing-intro.html
    Registered: Fri Jun 27 05:10:45 UTC 2025
    - Last Modified: Fri Jun 27 03:30:16 UTC 2025
    - 70.9K bytes
    - Viewed (0)
  6. Package Objects | Scala Documentation

    Tour of Scala Package Objects Language Package objects (this section of the tour has not been translated yet. pull re...
    docs.scala-lang.org/th/tour/package-objects.html
    Registered: Fri Jun 27 05:11:32 UTC 2025
    - Last Modified: Fri Jun 27 03:30:16 UTC 2025
    - 72K bytes
    - Viewed (0)
  7. 包和导入 | Scala Documentation

    Tour of Scala 包和导入 Language 包和导入 Scala 使用包来创建命名空间,从而允许你创建模块化程序。 创建包 通过在 Scala 文件的头部声明一个或多个包名称来创建包。 package users clas...
    docs.scala-lang.org/zh-cn/tour/packages-and-imports.html
    Registered: Fri Jun 27 05:10:23 UTC 2025
    - Last Modified: Fri Jun 27 03:30:15 UTC 2025
    - 206.4K bytes
    - Viewed (0)
  8. 上下文绑定 | Scala 3 — Book | Scala Documentation

    This page demonstrates Context Bounds in Scala 3.
    docs.scala-lang.org/zh-cn/scala3/book/ca-context-bounds.html
    Registered: Fri Jun 27 04:29:00 UTC 2025
    - Last Modified: Fri Jun 27 03:30:15 UTC 2025
    - 445.3K bytes
    - Viewed (0)
  9. Dropped: Do-While

    Scala 3 Reference 3.7.1 Learn Install Playground Find A Library Community Blog Scala 3 Reference Learn Install Playgr...
    docs.scala-lang.org/scala3/reference/dropped-features/do-while.html
    Registered: Fri Jun 27 04:43:58 UTC 2025
    - Last Modified: Tue Jun 03 12:53:02 UTC 2025
    - 27.6K bytes
    - Viewed (0)
  10. Deprecated: Nonlocal Returns

    Scala 3 Reference 3.7.1 Learn Install Playground Find A Library Community Blog Scala 3 Reference Learn Install Playgr...
    docs.scala-lang.org/scala3/reference/dropped-features/nonlocal-returns.html
    Registered: Fri Jun 27 04:44:01 UTC 2025
    - Last Modified: Tue Jun 03 12:53:02 UTC 2025
    - 26.2K bytes
    - Viewed (0)
Back to top