Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

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

Results 141 - 150 of about 10,000 for content_length:[100000 TO 499999] (0.03 sec)

  1. 单例对象 | Scala Documentation

    Tour of Scala 单例对象 Language 单例对象是一种特殊的类,有且只有一个实例。和惰性变量一样,单例对象是延迟创建的,当它第一次被使用时创建。 当对象定义于顶层时(即没有包含在其他类中),单例对象只有一个实例。 当对...
    docs.scala-lang.org/zh-cn/tour/singleton-objects.html
    Registered: Mon Jul 07 07:20:40 UTC 2025
    - Last Modified: Mon Jul 07 03:30:20 UTC 2025
    - 210.4K bytes
    - Viewed (0)
  2. 运算符 | Scala Documentation

    Tour of Scala 运算符 Language 在Scala中,运算符即是方法。 任何具有单个参数的方法都可以用作 中缀运算符 。 例如,可以使用点号调用 + : 10.+(1) 而中缀运算符则更易读: 10 + 1 定义和使用...
    docs.scala-lang.org/zh-cn/tour/operators.html
    Registered: Mon Jul 07 07:22:41 UTC 2025
    - Last Modified: Mon Jul 07 03:30:20 UTC 2025
    - 209.5K bytes
    - Viewed (0)
  3. 类型下界 | Scala Documentation

    Tour of Scala 类型下界 Language 类型上界 将类型限制为另一种类型的子类型,而 类型下界 将类型声明为另一种类型的超类型。 术语 B >: A 表示类型参数 B 或抽象类型 B 是类型 A 的超类型。 在大多数情...
    docs.scala-lang.org/zh-cn/tour/lower-type-bounds.html
    Registered: Mon Jul 07 07:21:32 UTC 2025
    - Last Modified: Mon Jul 07 03:30:20 UTC 2025
    - 212K bytes
    - Viewed (0)
  4. Trait Iterable | Collections | Scala Documentation

    Collections Trait Iterable Language 容器(collection)结构的上层还有另一个trait。这个trait里所有方法的定义都基于一个抽象方法,迭代器(iterator,会逐一的产生集合的所有元素...
    docs.scala-lang.org/zh-cn/overviews/collections/trait-iterable.html
    Registered: Mon Jul 07 07:25:18 UTC 2025
    - Last Modified: Mon Jul 07 03:30:19 UTC 2025
    - 127K bytes
    - Viewed (0)
  5. 默认参数值 | Scala Documentation

    Tour of Scala 默认参数值 Language Scala具备给参数提供默认值的能力,这样调用者就可以忽略这些具有默认值的参数。 def log ( message : String , level : String = "...
    docs.scala-lang.org/zh-cn/tour/default-parameter-values.html
    Registered: Mon Jul 07 07:23:20 UTC 2025
    - Last Modified: Mon Jul 07 03:30:20 UTC 2025
    - 206.2K bytes
    - Viewed (0)
  6. Java和Scala容器的转换 | Collections | Scala Documenta...

    Collections Java和Scala容器的转换 Language 和Scala一样,Java同样提供了丰富的容器库,Scala和Java容器库有很多相似点,例如,他们都包含迭代器、可迭代结构、集合、 映射和序列。但是他们有一个...
    docs.scala-lang.org/zh-cn/overviews/collections/conversions-between-java-and-scala-collections.html
    Registered: Mon Jul 07 07:25:45 UTC 2025
    - Last Modified: Mon Jul 07 03:30:19 UTC 2025
    - 125.8K bytes
    - Viewed (0)
  7. 映射 | Collections | Scala Documentation

    Collections 映射 Language 映射(Map)是一种可迭代的键值对结构(也称映射或关联)。Scala的Predef类提供了隐式转换,允许使用另一种语法: key -> value ,来代替 (key, value) 。...
    docs.scala-lang.org/zh-cn/overviews/collections/maps.html
    Registered: Mon Jul 07 07:25:56 UTC 2025
    - Last Modified: Mon Jul 07 03:30:19 UTC 2025
    - 136K bytes
    - Viewed (0)
  8. 视图 | Collections | Scala Documentation

    Collections 视图 Language 各种容器类自带一些用于开发新容器的方法。例如map、filter和++。我们将这类方法称为转换器(transformers),喂给它们一个或多个容器,它们就会输入一个新容器。 有两个主要...
    docs.scala-lang.org/zh-cn/overviews/collections/views.html
    Registered: Mon Jul 07 07:26:32 UTC 2025
    - Last Modified: Mon Jul 07 03:30:19 UTC 2025
    - 134.2K bytes
    - Viewed (0)
  9. multiprocessing — Process-based parallelism — P...

    Source code: Lib/multiprocessing/ Availability: not Android, not iOS, not WASI. This module is not supported on mobile platforms or WebAssembly platforms. Introduction: multiprocessing is a package...
    docs.python.org/3/library/multiprocessing.html
    Registered: Mon Jul 07 05:21:48 UTC 2025
    - Last Modified: Mon Jul 07 01:48:06 UTC 2025
    - 425.4K bytes
    - Viewed (0)
  10. operator — Standard operators as functions — Py...

    Source code: Lib/operator.py The operator module exports a set of efficient functions corresponding to the intrinsic operators of Python. For example, operator.add(x, y) is equivalent to the expres...
    docs.python.org/3/library/operator.html
    Registered: Mon Jul 07 05:23:41 UTC 2025
    - Last Modified: Mon Jul 07 01:48:06 UTC 2025
    - 112.3K bytes
    - Viewed (0)
Back to top