- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 431 - 440 of about 10,000 for content_length:[100000 TO 499999] (0.07 sec)
-
包和导入 | Scala Documentation
Tour of Scala 包和导入 Language 包和导入 Scala 使用包来创建命名空间,从而允许你创建模块化程序。 创建包 通过在 Scala 文件的头部声明一个或多个包名称来创建包。 package users clas...docs.scala-lang.org/zh-cn/tour/packages-and-imports.htmlRegistered: Wed Apr 30 03:47:15 UTC 2025 - Last Modified: Tue Apr 22 06:54:04 UTC 2025 - 206.4K bytes - Viewed (0) -
For 表达式 | Scala Documentation
Tour of Scala For 表达式 Language Scala 提供一个轻量级的标记方式用来表示 序列推导 。推导使用形式为 for (enumerators) yield e 的 for 表达式,此处 enumerator...docs.scala-lang.org/zh-cn/tour/for-comprehensions.htmlRegistered: Wed Apr 30 03:46:45 UTC 2025 - Last Modified: Tue Apr 22 06:54:04 UTC 2025 - 212K bytes - Viewed (0) -
正则表达式模式 | Scala Documentation
Tour of Scala 正则表达式模式 Language 正则表达式是用来找出数据中的指定模式(或缺少该模式)的字符串。 .r 方法可使任意字符串变成一个正则表达式。 import scala.util.matching.Rege...docs.scala-lang.org/zh-cn/tour/regular-expression-patterns.htmlRegistered: Wed Apr 30 03:46:49 UTC 2025 - Last Modified: Tue Apr 22 06:54:04 UTC 2025 - 205.9K bytes - Viewed (0) -
导言 | Scala Documentation
Tour of Scala 导言 Language 欢迎来到Scala之旅 本次 Scala 之旅教程包含了对于大多数 Scala 特性的简单介绍。主要针对 Scala 这门语言的初学者。 这是个简化的教程,如果希望得到完整的话,可以...docs.scala-lang.org/zh-cn/tour/tour-of-scala.htmlRegistered: Wed Apr 30 03:12:14 UTC 2025 - Last Modified: Tue Apr 22 06:54:04 UTC 2025 - 206.8K 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 30 03:12:32 UTC 2025 - Last Modified: Tue Apr 29 22:18:08 UTC 2025 - 316.4K bytes - Viewed (0) -
前書き | Scala Documentation
Tour of Scala 前書き Language ようこそツアーへ このツアーはScalaで最もよく使う機能を一口サイズで紹介をしています。 これらはScala初心者を対象としています。 これはほんの短いツアーで、完全な言語のチュ...docs.scala-lang.org/ja/tour/tour-of-scala.htmlRegistered: Wed Apr 30 03:13:38 UTC 2025 - Last Modified: Tue Apr 22 06:54:04 UTC 2025 - 146.6K bytes - Viewed (0) -
http.cookiejar — Cookie handling for HTTP clien...
Source code: Lib/http/cookiejar.py The http.cookiejar module defines classes for automatic handling of HTTP cookies. It is useful for accessing web sites that require small pieces of data – cookies...docs.python.org/3/library/http.cookiejar.htmlRegistered: Wed Apr 30 03:14:44 UTC 2025 - Last Modified: Tue Apr 29 22:18:08 UTC 2025 - 117.8K bytes - Viewed (0) -
ast — Abstract Syntax Trees — Python 3.13.3 doc...
Source code: Lib/ast.py The ast module helps Python applications to process trees of the Python abstract syntax grammar. The abstract syntax itself might change with each Python release; this modul...docs.python.org/3/library/ast.htmlRegistered: Wed Apr 30 03:11:11 UTC 2025 - Last Modified: Tue Apr 29 22:18:08 UTC 2025 - 338.9K 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 30 03:11:15 UTC 2025 - Last Modified: Tue Apr 29 22:18:09 UTC 2025 - 126.3K bytes - Viewed (0) -
inspect — Inspect live objects — Python 3.13.3 ...
Source code: Lib/inspect.py The inspect module provides several useful functions to help get information about live objects such as modules, classes, methods, functions, tracebacks, frame objects, ...docs.python.org/3/library/inspect.htmlRegistered: Wed Apr 30 03:12:11 UTC 2025 - Last Modified: Tue Apr 29 22:18:08 UTC 2025 - 200.9K bytes - Viewed (0)