Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

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

Results 241 - 250 of about 10,000 for content_length:[100000 TO 499999] (0.27 sec)

  1. 复合类型 | Scala Documentation

    Tour of Scala 复合类型 Language 有时需要表明一个对象的类型是其他几种类型的子类型。 在 Scala 中,这可以表示成 复合类型 ,即多个类型的交集。 假设我们有两个特质 Cloneable 和 Resetabl...
    docs.scala-lang.org/zh-cn/tour/compound-types.html
    Registered: Mon Jul 07 07:22:27 UTC 2025
    - Last Modified: Mon Jul 07 03:30:20 UTC 2025
    - 205.5K bytes
    - Viewed (0)
  2. 类型推断 | Scala Documentation

    Tour of Scala 类型推断 Language Scala 编译器通常可以推断出表达式的类型,因此你不必显式地声明它。 省略类型 val businessName = "Montreux Jazz Café" 编译器可以发现 ...
    docs.scala-lang.org/zh-cn/tour/type-inference.html
    Registered: Mon Jul 07 07:22:34 UTC 2025
    - Last Modified: Mon Jul 07 03:30:20 UTC 2025
    - 208.6K bytes
    - Viewed (0)
  3. 模式匹配 | Scala Documentation

    Tour of Scala 模式匹配 Language 模式匹配是检查某个值(value)是否匹配某一个模式的机制,一个成功的匹配同时会将匹配值解构为其组成部分。它是Java中的 switch 语句的升级版,同样可以用于替代一系列的 ...
    docs.scala-lang.org/zh-cn/tour/pattern-matching.html
    Registered: Mon Jul 07 07:21:46 UTC 2025
    - Last Modified: Mon Jul 07 03:30:20 UTC 2025
    - 216.4K bytes
    - Viewed (0)
  4. 统一类型 | Scala Documentation

    Tour of Scala 统一类型 Language 在Scala中,所有的值都有类型,包括数值和函数。下图阐述了类型层次结构的一个子集。 Scala类型层次结构 Any 是所有类型的超类型,也称为顶级类 型。它定义了一些通用的方法...
    docs.scala-lang.org/zh-cn/tour/unified-types.html
    Registered: Mon Jul 07 07:21:23 UTC 2025
    - Last Modified: Mon Jul 07 03:30:20 UTC 2025
    - 209K bytes
    - Viewed (0)
  5. 内部类 | Scala Documentation

    Tour of Scala 内部类 Language 在Scala中,一个类可以作为另一个类的成员。 在一些类似 Java 的语言中,内部类是外部类的成员,而 Scala 正好相反,内部类是绑定到外部对象的。 假设我们希望编译器在编译...
    docs.scala-lang.org/zh-cn/tour/inner-classes.html
    Registered: Mon Jul 07 07:21:37 UTC 2025
    - Last Modified: Mon Jul 07 03:30:20 UTC 2025
    - 212.2K bytes
    - Viewed (0)
  6. 包对象 | Scala Documentation

    Tour of Scala 包对象 Language 包对象 Scala 提供包对象作为在整个包中方便的共享使用的容器。 包对象中可以定义任何内容,而不仅仅是变量和方法。 例如,包对象经常用于保存包级作用域的类型别名和隐式转换。 包对...
    docs.scala-lang.org/zh-cn/tour/package-objects.html
    Registered: Mon Jul 07 07:22:49 UTC 2025
    - Last Modified: Mon Jul 07 03:30:20 UTC 2025
    - 205K bytes
    - Viewed (0)
  7. 自类型 | Scala Documentation

    Tour of Scala 自类型 Language 自类型用于声明一个特质必须混入其他特质,尽管该特质没有直接扩展其他特质。 这使得所依赖的成员可以在没有导入的情况下使用。 自类型是一种细化 this 或 this 别名之类型的方法...
    docs.scala-lang.org/zh-cn/tour/self-types.html
    Registered: Mon Jul 07 07:22:53 UTC 2025
    - Last Modified: Mon Jul 07 03:30:20 UTC 2025
    - 205.5K bytes
    - Viewed (0)
  8. xml.parsers.expat — Fast XML parsing using Expa...

    The xml.parsers.expat module is a Python interface to the Expat non-validating XML parser. The module provides a single extension type, xmlparser, that represents the current state of an XML parser...
    docs.python.org/3/library/pyexpat.html
    Registered: Mon Jul 07 05:35:28 UTC 2025
    - Last Modified: Mon Jul 07 01:48:06 UTC 2025
    - 115.3K bytes
    - Viewed (0)
  9. functools — Higher-order functions and operatio...

    Source code: Lib/functools.py The functools module is for higher-order functions: functions that act on or return other functions. In general, any callable object can be treated as a function for t...
    docs.python.org/3/library/functools.html
    Registered: Mon Jul 07 05:34:25 UTC 2025
    - Last Modified: Mon Jul 07 01:48:06 UTC 2025
    - 106.8K bytes
    - Viewed (0)
  10. Prelude꞉ A Taste of Scala | Scala Book | Scala ...

    This page shares a Taste Of Scala example, quickly covering Scala's main features.
    docs.scala-lang.org/overviews/scala-book/prelude-taste-of-scala.html
    Registered: Mon Jul 07 05:32:49 UTC 2025
    - Last Modified: Mon Jul 07 03:30:19 UTC 2025
    - 106.9K bytes
    - Viewed (0)
Back to top