SYS_ - 翻译成英语

sys
系统
sys_

在 中文 中使用 Sys_ 的示例及其翻译为 英语

{-}
  • Political category close
  • Ecclesiastic category close
  • Programming category close
当我们试图导入一个模块时,Python会在sys.path列出的所有文件夹中查找。
When we try to import a module, Python looks for it in all the folders listed in sys. path.
Sys:包含在DOS操作系统的核心代码,因DOS内核而闻名。
SYS: contains the core operating system code for DOS, known as the DOS kernel.
有些,比如sys模块,属于内置模块(built-inmodules),他们事实上被置入到Python本身里面了。
Some, like the sys module, are"built-in modules"; they are actually baked right into Python itself.
Sys模块包含各种变量和函数,它们揭示了当前的Python解释器有趣的详细信息。
The sys module contains a variety of variables and functions that reveal interesting details about the current Python interpreter.
Sys模块是一个对象,它有一个叫作path的属性;等等。
The sys module is an object which has(among other things) an attribute called path.
Sys模块包含许多变量和函数,我们使用最多的一个是sys.path。
The sys module contains many variables and functions, but the one we use the most is sys. path.
Sys模块是一个对象,它有(除了别的以外)一个名叫path的属性,等等。
The sys module is an object which has(among other things) an attribute called path.
Insert(0,new_path),你可以插入一个新的目录到sys.
Insert(0, new_path), you inserted a new directory as the first item of the sys.
若要查看打开的磁带设备列表以及装入请求状态,请查询sys.
To view a list of open tape devices and the status of mount requests, query the sys.
若要查看现有逻辑设备名称,请查询sys.backup_devices目录视图。
To view the existing logical device names, query the sys. backup_devices catalog view.
另外,它也清晰地表明了这个名称是sys模块的一部分。
Also, it indicates clearly that this name is part of the sys module.
想象一些我们需要检查正在使用的Python软件的版本,sys模块会给我们相关的信息。
Suppose we want to check the version of the Python software being used, the sys module gives us that information.
从Python3.3开始,有两种类型的finder:元路径查找器用于sys.
Since Python 3.3, there are two types of finder: meta path finders for use with sys.
自python3.3以来,有两种类型的finder:metapathfinders供使用sys.
Since Python 3.3, there are two types of finder: meta path finders for use with sys.
Exit()之类的退出函数,也可以使用Python退出进程的标准方法,如sys.
Exit(), or any of the standard ways of exiting a Python process such as sys.
本附录定义了用于配置协议驱动程序(Tcpip.sys)的所有注册表参数,它实施标准的TCP/IP网络协议。
This article defines all of the registry parameters that are used to configure the protocol driver, Tcpip. sys, that implements the standard TCP/IP network protocols.
在Windows系统中,这些"分页出"页存储在一个或多个文件(Pagefile.sys文件)分区的根目录中的。
In Windows systems, these“paged out” pages are stored in one or more files(Pagefile. sys files) in the root of a partition.
使用“importsys”声明你就可以访问sys模块中的定义,使它们可通过其完全限定域名,如sys.exit()。
With the statement import sys you can then access the definitions in the sys module and make them available by their fully-qualified name, e.g. sys. exit().
Int数据类型受到sys.
The int datatype was limited by sys.
此工具与Sys….
As long as the instrument and sys….
结果: 216, 时间: 0.0183

顶级字典查询

中文 - 英语