- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 1411 - 1420 of about 10,000 for timestamp:[now/d-1y TO *] (0.1 sec)
-
正则表达式模式 | Scala Documentation
Tour of Scala 正则表达式模式 Language 正则表达式是用来找出数据中的指定模式(或缺少该模式)的字符串。 .r 方法可使任意字符串变成一个正则表达式。 import scala.util.matching.Rege...docs.scala-lang.org/zh-cn/tour/regular-expression-patterns.htmlRegistered: Wed Jun 04 04:27:38 UTC 2025 - Last Modified: Wed Jun 04 03:30:20 UTC 2025 - 205.9K bytes - Viewed (0) -
泛型类 | Scala Documentation
Tour of Scala 泛型类 Language 泛型类指可以接受类型参数的类。泛型类在集合类中被广泛使用。 定义一个泛型类 泛型类使用方括号 [] 来接受类型参数。一个惯例是使用字母 A 作为参数标识符,当然你可以使用任何参数名...docs.scala-lang.org/zh-cn/tour/generic-classes.htmlRegistered: Wed Jun 04 04:27:43 UTC 2025 - Last Modified: Wed Jun 04 03:30:20 UTC 2025 - 207.2K bytes - Viewed (0) -
特质 | Scala Documentation
Tour of Scala 特质 Language 特质 (Traits) 用于在类 (Class)之间共享程序接口 (Interface)和字段 (Fields)。 它们类似于Java 8的接口。 类和对象 (Objects)可以扩...docs.scala-lang.org/zh-cn/tour/traits.htmlRegistered: Wed Jun 04 04:27:34 UTC 2025 - Last Modified: Wed Jun 04 03:30:20 UTC 2025 - 209.4K bytes - Viewed (0) -
包和导入 | Scala Documentation
Tour of Scala 包和导入 Language 包和导入 Scala 使用包来创建命名空间,从而允许你创建模块化程序。 创建包 通过在 Scala 文件的头部声明一个或多个包名称来创建包。 package users clas...docs.scala-lang.org/zh-cn/tour/packages-and-imports.htmlRegistered: Wed Jun 04 04:25:55 UTC 2025 - Last Modified: Wed Jun 04 03:30:20 UTC 2025 - 206.4K bytes - Viewed (0) -
抽象类型 | 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 Jun 04 04:25:58 UTC 2025 - Last Modified: Wed Jun 04 03:30:20 UTC 2025 - 210.2K bytes - Viewed (0) -
Context Bounds
Scala 3 Reference 3.7.1 Learn Install Playground Find A Library Community Blog Scala 3 Reference Learn Install Playgr...docs.scala-lang.org/scala3/reference/contextual/context-bounds.htmlRegistered: Wed Jun 04 04:42:15 UTC 2025 - Last Modified: Tue Jun 03 12:53:02 UTC 2025 - 43K bytes - Viewed (0) -
What’s New In Python 3.5 — Python 3.13.4 docume...
Editors, Elvis Pranskevichus < elvis@magic.io>, Yury Selivanov < yury@magic.io>,. This article explains the new features in Python 3.5, compared to 3.4. Python 3.5 was released on September 13, 201...docs.python.org/3/whatsnew/3.5.htmlRegistered: Wed Jun 04 04:00:02 UTC 2025 - Last Modified: Tue Jun 03 20:48:00 UTC 2025 - 322.1K bytes - Viewed (0) -
Tuples | Tour of Scala | Scala Documentation
Tour of Scala Tuples Language In Scala, a tuple is a value that contains a fixed number of elements, each with its ow...docs.scala-lang.org/tour/tuples.htmlRegistered: Wed Jun 04 03:53:42 UTC 2025 - Last Modified: Wed Jun 04 03:30:20 UTC 2025 - 42.2K bytes - Viewed (0) -
dbm — Interfaces to Unix “databases” — Python 3...
Source code: Lib/dbm/__init__.py dbm is a generic interface to variants of the DBM database: dbm.sqlite3, dbm.gnu, dbm.ndbm. If none of these modules are installed, the slow-but-simple implementati...docs.python.org/3/library/dbm.htmlRegistered: Wed Jun 04 03:53:47 UTC 2025 - Last Modified: Tue Jun 03 20:48:00 UTC 2025 - 65.8K bytes - Viewed (0) -
Intersection Types, aka Compound Types | Tour o...
Tour of Scala Intersection Types, aka Compound Types Language Sometimes it is necessary to express that the type of a...docs.scala-lang.org/tour/compound-types.htmlRegistered: Wed Jun 04 03:53:54 UTC 2025 - Last Modified: Wed Jun 04 03:30:20 UTC 2025 - 41K bytes - Viewed (0)