- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 131 - 140 of about 10,000 for timestamp:[now/d-1M TO *] (0.06 sec)
-
Hello, World! | Scala 3 — Book | Scala Document...
docs.scala-lang.org/zh-cn/scala3/book/taste-hello-world.htmlRegistered: Fri Nov 15 04:45:52 UTC 2024 - Last Modified: Wed Nov 13 18:53:39 UTC 2024 - 445.5K bytes - Viewed (0) -
隐式转换 | Scala Documentation
Tour of Scala 隐式转换 Language 一个从类型 S 到类型 T 的隐式转换由一个函数类型 S => T 的隐式值来定义,或者由一个可转换成所需值的隐式方法来定义。 隐式转换在两种情况下会用到: 如果一个表达式 e ...docs.scala-lang.org/zh-cn/tour/implicit-conversions.htmlRegistered: Fri Nov 15 04:44:25 UTC 2024 - Last Modified: Wed Nov 13 18:53:39 UTC 2024 - 208.4K bytes - Viewed (0) -
基础 | Scala Documentation
Tour of Scala 基础 Language 这篇文章涵盖了Scala的基础知识。 在浏览器上尝试Scala 你可以在浏览器上使用Scastie运行Scala。 打开 Scastie ; 在左侧窗格中粘贴 println("He...docs.scala-lang.org/zh-cn/tour/basics.htmlRegistered: Fri Nov 15 04:44:32 UTC 2024 - Last Modified: Wed Nov 13 18:53:39 UTC 2024 - 227.6K bytes - Viewed (0) -
注解 | Scala Documentation
Tour of Scala 注解 Language 注解将元信息与定义相关联。 例如,方法之前的注解 @deprecated 会导致编译器在该方法被使用时打印警告信息。 object DeprecationDemo extends A...docs.scala-lang.org/zh-cn/tour/annotations.htmlRegistered: Fri Nov 15 04:45:37 UTC 2024 - Last Modified: Wed Nov 13 18:53:39 UTC 2024 - 210.1K bytes - Viewed (0) -
样例类(Case Classes) | Scala Documentation
Tour of Scala 样例类(Case Classes) Language 样例类(Case classes)和普通类差不多,只有几点关键差别,接下来的介绍将会涵盖这些差别。样例类非常适合用于不可变的数据。下一节将会介绍他们在 ...docs.scala-lang.org/zh-cn/tour/case-classes.htmlRegistered: Fri Nov 15 04:44:55 UTC 2024 - Last Modified: Wed Nov 13 18:53:39 UTC 2024 - 208.7K bytes - Viewed (0) -
Passing Functions Around | Scala Book | Scala D...
Like a good functional programming language, Scala lets you use functions just like other variables, including passing them into other functions.docs.scala-lang.org/overviews/scala-book/passing-functions-around.htmlRegistered: Fri Nov 15 03:52:18 UTC 2024 - Last Modified: Wed Nov 13 18:53:39 UTC 2024 - 68.8K bytes - Viewed (0) -
Codec registry and support functions — Python 3...
Codec lookup API: In the following functions, the encoding string is looked up converted to all lower-case characters, which makes encodings looked up through this mechanism effectively case-insens...docs.python.org/3/c-api/codec.htmlRegistered: Fri Nov 15 03:52:25 UTC 2024 - Last Modified: Fri Nov 15 00:19:04 UTC 2024 - 42.5K bytes - Viewed (0) -
Weak Reference Objects — Python 3.13.0 document...
Python supports weak references as first-class objects. There are two specific object types which directly implement weak references. The first is a simple reference object, and the second acts as ...docs.python.org/3/c-api/weakref.htmlRegistered: Fri Nov 15 03:52:31 UTC 2024 - Last Modified: Fri Nov 15 00:19:04 UTC 2024 - 29.7K bytes - Viewed (0) -
Anonymous Functions | Scala Book | Scala Docume...
This page shows how to use anonymous functions in Scala, including examples with the List class 'map' and 'filter' functions.docs.scala-lang.org/overviews/scala-book/anonymous-functions.htmlRegistered: Fri Nov 15 03:50:39 UTC 2024 - Last Modified: Wed Nov 13 18:53:39 UTC 2024 - 79.1K bytes - Viewed (0) -
quopri — Encode and decode MIME quoted-printabl...
Source code: Lib/quopri.py This module performs quoted-printable transport encoding and decoding, as defined in RFC 1521: “MIME (Multipurpose Internet Mail Extensions) Part One: Mechanisms for Spec...docs.python.org/3/library/quopri.htmlRegistered: Fri Nov 15 03:48:36 UTC 2024 - Last Modified: Fri Nov 15 00:19:05 UTC 2024 - 23.2K bytes - Viewed (0)