- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 41 - 50 of about 10,000 for content_length:[100000 TO 499999] (0.04 sec)
-
隐式参数 | Scala Documentation
Tour of Scala 隐式参数 Language 方法可以具有 隐式 参数列表,由参数列表开头的 implicit 关键字标记。 如果参数列表中的参数没有像往常一样传递, Scala 将查看它是否可以获得正确类型的隐式值,如果可...docs.scala-lang.org/zh-cn/tour/implicit-parameters.htmlRegistered: Fri Jan 16 07:05:00 UTC 2026 - Last Modified: Fri Jan 16 04:30:20 UTC 2026 - 212.5K bytes - Viewed (0) -
类型上界 | Scala Documentation
Tour of Scala 类型上界 Language 在Scala中, 类型参数 和 抽象类型 都可以有一个类型边界约束。这种类型边界在限制类型变量实际取值的同时还能展露类型成员的更多信息。比如像 T <: A 这样声明的类型上界表...docs.scala-lang.org/zh-cn/tour/upper-type-bounds.htmlRegistered: Fri Jan 16 07:06:04 UTC 2026 - Last Modified: Fri Jan 16 04:30:20 UTC 2026 - 207K 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 Jan 16 07:05:20 UTC 2026 - Last Modified: Fri Jan 16 04:30:20 UTC 2026 - 208.4K bytes - Viewed (0) -
类 | Scala Documentation
Tour of Scala 类 Language Scala中的类是用于创建对象的蓝图,其中包含了方法、常量、变量、类型、对象、特质、类,这些统称为成员。类型、对象和特质将在后面的文章中介绍。 类定义 一个最简的类的定义就是关键字 c...docs.scala-lang.org/zh-cn/tour/classes.htmlRegistered: Fri Jan 16 07:08:22 UTC 2026 - Last Modified: Fri Jan 16 04:30:20 UTC 2026 - 215.1K bytes - Viewed (0) -
注解 | Scala Documentation
Tour of Scala 注解 Language 注解将元信息与定义相关联。 例如,方法之前的注解 @deprecated 会导致编译器在该方法被使用时打印警告信息。 object DeprecationDemo extends A...docs.scala-lang.org/zh-cn/tour/annotations.htmlRegistered: Fri Jan 16 07:08:00 UTC 2026 - Last Modified: Fri Jan 16 04:30:20 UTC 2026 - 209.8K bytes - Viewed (0) -
unittest.mock — mock object library — Python 3....
Source code: Lib/unittest/mock.py unittest.mock is a library for testing in Python. It allows you to replace parts of your system under test with mock objects and make assertions about how they hav...docs.python.org/3/library/unittest.mock.htmlRegistered: Fri Jan 16 05:30:52 UTC 2026 - Last Modified: Thu Jan 15 16:08:25 UTC 2026 - 400K bytes - Viewed (0) -
traceback — Print or retrieve a stack traceback...
Source code: Lib/traceback.py This module provides a standard interface to extract, format and print stack traces of Python programs. It is more flexible than the interpreter’s default traceback di...docs.python.org/3/library/traceback.htmlRegistered: Fri Jan 16 05:31:03 UTC 2026 - Last Modified: Thu Jan 15 16:08:26 UTC 2026 - 111.5K bytes - Viewed (0) -
Logging HOWTO — Python 3.14.2 documentation
Author, Vinay Sajip <vinay_sajip at red-dove dot com>,. This page contains tutorial information. For links to reference information and a logging cookbook, please see Other resources. Basic L...docs.python.org/3/howto/logging.htmlRegistered: Fri Jan 16 05:30:24 UTC 2026 - Last Modified: Thu Jan 15 16:08:26 UTC 2026 - 138.3K bytes - Viewed (0) -
logging.config — Logging configuration — Python...
Source code: Lib/logging/config.py Important: This page contains only reference information. For tutorials, please see Basic Tutorial, Advanced Tutorial, Logging Cookbook. This section describes th...docs.python.org/3/library/logging.config.htmlRegistered: Fri Jan 16 05:56:27 UTC 2026 - Last Modified: Thu Jan 15 16:08:25 UTC 2026 - 111.8K bytes - Viewed (0) -
4. Using Python on Windows — Python 3.14.2 docu...
This document aims to give an overview of Windows-specific behaviour you should know about when using Python on Microsoft Windows. Unlike most Unix systems and services, Windows does not include a ...docs.python.org/3/using/windows.htmlRegistered: Fri Jan 16 06:04:02 UTC 2026 - Last Modified: Thu Jan 15 16:08:26 UTC 2026 - 172.4K bytes - Viewed (0)