Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

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

Results 841 - 850 of about 10,000 for timestamp:[now/d-1M TO *] (0.14 sec)

  1. 暗黙の変換 | Scala Documentation

    Tour of Scala 暗黙の変換 Language 型 S から型 T への暗黙の変換は S => T という型のimplicit値や、その型に一致するimplicitメソッドで定義されます。 暗黙の変換は2つの状況で適用されま...
    docs.scala-lang.org/ja/tour/implicit-conversions.html
    Registered: Wed Apr 16 04:23:33 UTC 2025
    - Last Modified: Fri Mar 28 02:11:35 UTC 2025
    - 146.4K bytes
    - Viewed (0)
  2. Conversões Implícitas | Scala Documentation

    Tour of Scala Conversões Implícitas Language Uma conversão implícita do tipo S para o tipo T é definida por um valor ...
    docs.scala-lang.org/pt-br/tour/implicit-conversions.html
    Registered: Wed Apr 16 04:23:52 UTC 2025
    - Last Modified: Fri Mar 28 02:11:35 UTC 2025
    - 76.6K bytes
    - Viewed (0)
  3. Métodos polimórficos | Scala Documentation

    Tour of Scala Métodos polimórficos Language Los métodos en Scala pueden ser parametrizados tanto con valores como con...
    docs.scala-lang.org/es/tour/polymorphic-methods.html
    Registered: Wed Apr 16 04:25:49 UTC 2025
    - Last Modified: Fri Mar 28 02:11:35 UTC 2025
    - 83.9K bytes
    - Viewed (0)
  4. Métodos Polimórficos | Scala Documentation

    Tour of Scala Métodos Polimórficos Language Os métodos em Scala podem ser parametrizados com valores e tipos. Como no...
    docs.scala-lang.org/pt-br/tour/polymorphic-methods.html
    Registered: Wed Apr 16 04:25:59 UTC 2025
    - Last Modified: Fri Mar 28 02:11:35 UTC 2025
    - 74.8K bytes
    - Viewed (0)
  5. 模式匹配 | Scala Documentation

    Tour of Scala 模式匹配 Language 模式匹配是检查某个值(value)是否匹配某一个模式的机制,一个成功的匹配同时会将匹配值解构为其组成部分。它是Java中的 switch 语句的升级版,同样可以用于替代一系列的 ...
    docs.scala-lang.org/zh-cn/tour/pattern-matching.html
    Registered: Wed Apr 16 04:21:52 UTC 2025
    - Last Modified: Fri Mar 28 02:11:35 UTC 2025
    - 216.4K bytes
    - Viewed (0)
  6. 类型推断 | Scala Documentation

    Tour of Scala 类型推断 Language Scala 编译器通常可以推断出表达式的类型,因此你不必显式地声明它。 省略类型 val businessName = "Montreux Jazz Café" 编译器可以发现 ...
    docs.scala-lang.org/zh-cn/tour/type-inference.html
    Registered: Wed Apr 16 04:22:16 UTC 2025
    - Last Modified: Fri Mar 28 02:11:35 UTC 2025
    - 208.6K bytes
    - Viewed (0)
  7. 包对象 | Scala Documentation

    Tour of Scala 包对象 Language 包对象 Scala 提供包对象作为在整个包中方便的共享使用的容器。 包对象中可以定义任何内容,而不仅仅是变量和方法。 例如,包对象经常用于保存包级作用域的类型别名和隐式转换。 包对...
    docs.scala-lang.org/zh-cn/tour/package-objects.html
    Registered: Wed Apr 16 04:22:22 UTC 2025
    - Last Modified: Fri Mar 28 02:11:35 UTC 2025
    - 205K bytes
    - Viewed (0)
  8. 复合类型 | Scala Documentation

    Tour of Scala 复合类型 Language 有时需要表明一个对象的类型是其他几种类型的子类型。 在 Scala 中,这可以表示成 复合类型 ,即多个类型的交集。 假设我们有两个特质 Cloneable 和 Resetabl...
    docs.scala-lang.org/zh-cn/tour/compound-types.html
    Registered: Wed Apr 16 04:22:25 UTC 2025
    - Last Modified: Fri Mar 28 02:11:35 UTC 2025
    - 205.5K bytes
    - Viewed (0)
  9. 自类型 | Scala Documentation

    Tour of Scala 自类型 Language 自类型用于声明一个特质必须混入其他特质,尽管该特质没有直接扩展其他特质。 这使得所依赖的成员可以在没有导入的情况下使用。 自类型是一种细化 this 或 this 别名之类型的方法...
    docs.scala-lang.org/zh-cn/tour/self-types.html
    Registered: Wed Apr 16 04:22:33 UTC 2025
    - Last Modified: Fri Mar 28 02:11:35 UTC 2025
    - 205.5K bytes
    - Viewed (0)
  10. 高階関数 | Scala Documentation

    Tour of Scala 高階関数 Language 高階関数は他の関数をパラメーターとして受け取る、もしくは結果として関数を返します。 このようなことができるのは、Scalaでは関数が第一級値 (first-class value...
    docs.scala-lang.org/ja/tour/higher-order-functions.html
    Registered: Wed Apr 16 04:22:41 UTC 2025
    - Last Modified: Fri Mar 28 02:11:35 UTC 2025
    - 156.1K bytes
    - Viewed (0)
Back to top