- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 401 - 410 of about 10,000 for content_length:[100000 TO 499999] (0.1 sec)
-
抽象类型 | Scala Documentation
Tour of Scala 抽象类型 Language 特质和抽象类可以包含一个抽象类型成员,意味着实际类型可由具体实现来确定。例如: trait Buffer { type T val element : T } 这里定义的抽象类型...docs.scala-lang.org/zh-cn/tour/abstract-type-members.htmlRegistered: Wed Apr 16 04:20:44 UTC 2025 - Last Modified: Fri Mar 28 02:11:35 UTC 2025 - 210.2K bytes - Viewed (0) -
Currying | Scala Documentation
Tour of Scala Currying Language Nota de traducción: Currying es una técnica de programación funcional nombrada en hon...docs.scala-lang.org/es/tour/multiple-parameter-lists.htmlRegistered: Wed Apr 16 04:19:25 UTC 2025 - Last Modified: Fri Mar 28 02:11:35 UTC 2025 - 98.6K bytes - Viewed (0) -
命名参数 | Scala Documentation
Tour of Scala 命名参数 Language 当调用方法时,实际参数可以通过其对应的形式参数的名称来标记: def printName ( first : String , last : String ) : Unit = ...docs.scala-lang.org/zh-cn/tour/named-arguments.htmlRegistered: Wed Apr 16 04:21:37 UTC 2025 - Last Modified: Fri Mar 28 02:11:35 UTC 2025 - 204.5K bytes - Viewed (0) -
泛型类 | Scala Documentation
Tour of Scala 泛型类 Language 泛型类指可以接受类型参数的类。泛型类在集合类中被广泛使用。 定义一个泛型类 泛型类使用方括号 [] 来接受类型参数。一个惯例是使用字母 A 作为参数标识符,当然你可以使用任何参数名...docs.scala-lang.org/zh-cn/tour/generic-classes.htmlRegistered: Wed Apr 16 04:21:30 UTC 2025 - Last Modified: Fri Mar 28 02:11:35 UTC 2025 - 207.2K bytes - Viewed (0) -
元组 | Scala Documentation
Tour of Scala 元组 Language 在 Scala 中,元组是一个可以容纳不同类型元素的类。 元组是不可变的。 当我们需要从函数返回多个值时,元组会派上用场。 元组可以创建如下: val ingredient = ( ...docs.scala-lang.org/zh-cn/tour/tuples.htmlRegistered: Wed Apr 16 04:21:43 UTC 2025 - Last Modified: Fri Mar 28 02:11:35 UTC 2025 - 209.1K bytes - Viewed (0) -
optparse — Parser for command line options — Py...
Source code: Lib/optparse.py Choosing an argument parsing library: The standard library includes three argument parsing libraries: getopt: a module that closely mirrors the procedural C getopt API....docs.python.org/3/library/optparse.htmlRegistered: Wed Apr 16 03:24:34 UTC 2025 - Last Modified: Tue Apr 15 23:20:09 UTC 2025 - 281.4K bytes - Viewed (0) -
ctypes — A foreign function library for Python ...
Source code: Lib/ctypes ctypes is a foreign function library for Python. It provides C compatible data types, and allows calling functions in DLLs or shared libraries. It can be used to wrap these ...docs.python.org/3/library/ctypes.htmlRegistered: Wed Apr 16 03:24:46 UTC 2025 - Last Modified: Tue Apr 15 23:20:09 UTC 2025 - 316.4K bytes - Viewed (0) -
dataclasses — Data Classes — Python 3.13.3 docu...
Source code: Lib/dataclasses.py This module provides a decorator and functions for automatically adding generated special methods such as__init__() and__repr__() to user-defined classes. It was ori...docs.python.org/3/library/dataclasses.htmlRegistered: Wed Apr 16 03:23:30 UTC 2025 - Last Modified: Tue Apr 15 23:20:09 UTC 2025 - 126.4K bytes - Viewed (0) -
logging — Logging facility for Python — Python ...
Source code: Lib/logging/__init__.py Important: This page contains the API reference information. For tutorial information and discussion of more advanced topics, see Basic Tutorial, Advanced Tutor...docs.python.org/3/library/logging.htmlRegistered: Wed Apr 16 03:22:52 UTC 2025 - Last Modified: Tue Apr 15 23:20:09 UTC 2025 - 187.2K bytes - Viewed (0) -
dis — Disassembler for Python bytecode — Python...
Source code: Lib/dis.py The dis module supports the analysis of CPython bytecode by disassembling it. The CPython bytecode which this module takes as an input is defined in the file Include/opcode....docs.python.org/3/library/dis.htmlRegistered: Wed Apr 16 03:23:27 UTC 2025 - Last Modified: Tue Apr 15 23:20:09 UTC 2025 - 210.2K bytes - Viewed (0)