- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 421 - 430 of about 10,000 for content_length:[100000 TO 499999] (0.05 sec)
-
Объекты Одиночки | Scala Documentation
Tour of Scala Объекты Одиночки Language Все объекты являются одиночками (Singleton Object) - то есть существуют в еди...docs.scala-lang.org/ru/tour/singleton-objects.htmlRegistered: Fri Dec 27 04:43:51 UTC 2024 - Last Modified: Thu Dec 26 10:24:54 UTC 2024 - 229.2K 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: Fri Dec 27 04:43:15 UTC 2024 - Last Modified: Thu Dec 26 10:24:54 UTC 2024 - 210.6K bytes - Viewed (0) -
自分型 | Scala Documentation
Tour of Scala 自分型 Language 自分型は、直接継承していなくてもトレイトが他のトレイトにミックスインされていることを宣言する方法です。 これにより依存先のメンバーをimportなしで利用できます。 自分型は th...docs.scala-lang.org/ja/tour/self-types.htmlRegistered: Fri Dec 27 04:45:16 UTC 2024 - Last Modified: Thu Dec 26 10:24:54 UTC 2024 - 142.8K bytes - Viewed (0) -
Самоописываемые типы | Scala Documentation
Tour of Scala Самоописываемые типы Language Самоописываемый тип (Self type) - это способ объявить, что трейт должен б...docs.scala-lang.org/ru/tour/self-types.htmlRegistered: Fri Dec 27 04:45:01 UTC 2024 - Last Modified: Thu Dec 26 10:24:54 UTC 2024 - 212.3K bytes - Viewed (0) -
导言 | Scala Documentation
Tour of Scala 导言 Language 欢迎来到Scala之旅 本次 Scala 之旅教程包含了对于大多数 Scala 特性的简单介绍。主要针对 Scala 这门语言的初学者。 这是个简化的教程,如果希望得到完整的话,可以...docs.scala-lang.org/zh-cn/tour/tour-of-scala.htmlRegistered: Fri Dec 27 03:46:37 UTC 2024 - Last Modified: Thu Dec 26 10:24:54 UTC 2024 - 207.2K bytes - Viewed (0) -
1. Extending Python with C or C++ — Python 3.13...
It is quite easy to add new built-in modules to Python, if you know how to program in C. Such extension modules can do two things that can’t be done directly in Python: they can implement new built...docs.python.org/3/extending/extending.htmlRegistered: Fri Dec 27 04:03:39 UTC 2024 - Last Modified: Fri Dec 27 02:20:47 UTC 2024 - 163.6K bytes - Viewed (0) -
What’s New In Python 3.4 — Python 3.13.1 docume...
Author, R. David Murray < rdmurray@bitdance.com> (Editor),. This article explains the new features in Python 3.4, compared to 3.3. Python 3.4 was released on March 16, 2014. For full details, see t...docs.python.org/3/whatsnew/3.4.htmlRegistered: Fri Dec 27 04:03:46 UTC 2024 - Last Modified: Fri Dec 27 02:20:46 UTC 2024 - 334.3K bytes - Viewed (0) -
What’s New In Python 3.11 — Python 3.13.1 docum...
Editor, Pablo Galindo Salgado,. This article explains the new features in Python 3.11, compared to 3.10. Python 3.11 was released on October 24, 2022. For full details, see the changelog. Summary –...docs.python.org/3/whatsnew/3.11.htmlRegistered: Fri Dec 27 03:53:30 UTC 2024 - Last Modified: Fri Dec 27 02:20:46 UTC 2024 - 339K bytes - Viewed (0) -
ssl — TLS/SSL wrapper for socket objects — Pyth...
Source code: Lib/ssl.py This module provides access to Transport Layer Security (often known as “Secure Sockets Layer”) encryption and peer authentication facilities for network sockets, both clien...docs.python.org/3/library/ssl.htmlRegistered: Fri Dec 27 03:51:48 UTC 2024 - Last Modified: Fri Dec 27 02:20:47 UTC 2024 - 386.3K bytes - Viewed (0) -
hashlib — Secure hashes and message digests — P...
Source code: Lib/hashlib.py This module implements a common interface to many different secure hash and message digest algorithms. Included are the FIPS secure hash algorithms SHA1, SHA224, SHA256,...docs.python.org/3/library/hashlib.htmlRegistered: Fri Dec 27 03:52:44 UTC 2024 - Last Modified: Fri Dec 27 02:20:47 UTC 2024 - 126.8K bytes - Viewed (0)