- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 411 - 420 of about 10,000 for timestamp:[now/d-1y TO *] (0.09 sec)
-
运算符 | Scala Documentation
Tour of Scala 运算符 Language 在Scala中,运算符即是方法。 任何具有单个参数的方法都可以用作 中缀运算符 。 例如,可以使用点号调用 + : 10.+(1) 而中缀运算符则更易读: 10 + 1 定义和使用...docs.scala-lang.org/zh-cn/tour/operators.htmlRegistered: Fri Nov 15 04:45:12 UTC 2024 - Last Modified: Wed Nov 13 18:53:39 UTC 2024 - 209.7K bytes - Viewed (0) -
默认参数值 | Scala Documentation
Tour of Scala 默认参数值 Language Scala具备给参数提供默认值的能力,这样调用者就可以忽略这些具有默认值的参数。 def log ( message : String , level : String = "...docs.scala-lang.org/zh-cn/tour/default-parameter-values.htmlRegistered: Fri Nov 15 04:45:22 UTC 2024 - Last Modified: Wed Nov 13 18:53:39 UTC 2024 - 206.5K bytes - Viewed (0) -
单例对象 | Scala Documentation
Tour of Scala 单例对象 Language 单例对象是一种特殊的类,有且只有一个实例。和惰性变量一样,单例对象是延迟创建的,当它第一次被使用时创建。 当对象定义于顶层时(即没有包含在其他类中),单例对象只有一个实例。 当对...docs.scala-lang.org/zh-cn/tour/singleton-objects.htmlRegistered: Fri Nov 15 04:44:58 UTC 2024 - Last Modified: Wed Nov 13 18:53:39 UTC 2024 - 210.6K bytes - Viewed (0) -
Initialization, Finalization, and Threads — Pyt...
See Python Initialization Configuration for details on how to configure the interpreter prior to initialization. Before Python Initialization: In an application embedding Python, the Py_Initialize(...docs.python.org/3/c-api/init.htmlRegistered: Fri Nov 15 03:33:22 UTC 2024 - Last Modified: Fri Nov 15 00:19:04 UTC 2024 - 300K bytes - Viewed (0) -
Classpath Level | Scala 3 Migration Guide | Sca...
docs.scala-lang.org/scala3/guides/migration/compatibility-classpath.htmlRegistered: Fri Nov 15 03:33:23 UTC 2024 - Last Modified: Wed Nov 13 18:53:39 UTC 2024 - 60.3K bytes - Viewed (0) -
py_compile — Compile Python source files — Pyth...
Source code: Lib/py_compile.py The py_compile module provides a function to generate a byte-code file from a source file, and another function used when the module source file is invoked as a scrip...docs.python.org/3/library/py_compile.htmlRegistered: Fri Nov 15 03:33:25 UTC 2024 - Last Modified: Fri Nov 15 00:19:05 UTC 2024 - 33.6K bytes - Viewed (0) -
Metaprogramming | Scala 3 Migration Guide | Sca...
docs.scala-lang.org/scala3/guides/migration/compatibility-metaprogramming.htmlRegistered: Fri Nov 15 03:33:27 UTC 2024 - Last Modified: Wed Nov 13 18:53:39 UTC 2024 - 52.5K bytes - Viewed (0) -
uuid — UUID objects according to RFC 4122 — Pyt...
Source code: Lib/uuid.py This module provides immutable UUID objects (the UUID class) and the functions uuid1(), uuid3(), uuid4(), uuid5() for generating version 1, 3, 4, and 5 UUIDs as specified i...docs.python.org/3/library/uuid.htmlRegistered: Fri Nov 15 03:32:42 UTC 2024 - Last Modified: Fri Nov 15 00:19:05 UTC 2024 - 65.1K bytes - Viewed (0) -
What else can sttp do? | The Scala Toolkit | Sc...
docs.scala-lang.org/toolkit/http-client-what-else.htmlRegistered: Fri Nov 15 03:32:50 UTC 2024 - Last Modified: Wed Nov 13 18:53:39 UTC 2024 - 65.5K bytes - Viewed (0) -
weakref — Weak references — Python 3.13.0 docum...
Source code: Lib/weakref.py The weakref module allows the Python programmer to create weak references to objects. In the following, the term referent means the object which is referred to by a weak...docs.python.org/3/library/weakref.htmlRegistered: Fri Nov 15 03:31:36 UTC 2024 - Last Modified: Fri Nov 15 00:19:05 UTC 2024 - 83.7K bytes - Viewed (0)