initialization
n. [计] 初始化;赋初值
2025-09-07 19:30 浏览次数 7
n. [计] 初始化;赋初值
initialization value初始化值
Argument Initialization参数的初始化
default initialization[计]
Initialization String初始化字符串
Instance initialization实例初始化
test initialization测试初设
Initialization Parameters初始化参数
volume initialization[计]
initialization file初始化档案
in a more sophisticated server, however, a factory is a good place to perform initialization and finalization related to a protocol server.
不过,在较复杂的服务器中,工厂是执行与协议服务器有关的初始化和终止化操作的好地方。
this function usually performs some initialization routines such as setting default values of class properties.
该函数通常执行一些初始化例行程序,比如,设置类属性的默认值。
after the initialization files are copied, you need to restart the client for all settings to load properly.
在复制初始化文件之后,需要重新启动客户机,以便正确地装载所有设置。
if you depend on it, it「s wise to run a small test during installation or initialization to make sure it works correctly.
如果您依赖它,那么在安装或初始化期间运行小测试来确保它能正确工作,这样做将是明智的。
you would use this to run any extension initialization code.
您将使用它运行任何扩展初始化代码。
to do this, add an instance of the offline service helper and an initialization method to the class you created previously as shown in listing 2.
要实现此目的,可以向之前所创建的类中添加离线服务帮助器的一个实例和一个初始化方法,如清单2 所示。
although no data was serialized, the sample must implement this method to cover the component initialization when the instance is created as part of a template.
尽管未对数据执行序列化,但是当作为模板的一部分创建实例时,样例必须实现这个方法来涵盖组件初始化。
thus, creation and initialization has to be done within this application.
因此,必须在该应用程序中进行创建和初始化。
our filter doesn」t actually need to do this, as no initialization info is being used, but it is here for demonstration purposes.
我们的过滤器实际上并不需要这样做,因为其中没有使用初始化信息,这里只是出于演示的目的。
this simple application reports on the load of the cluster as well as individual nodes from its initialization till the time the cluster is up.
这个简单的应用程序报告了从初始化集群到完成其创建这段时间内集群以及各个节点的负载情况。
it also creates an instance of the application object and begins the initialization process.
另外,它还创建应用程序对象的一个实例并开始初始化过程。
another solution is to move that field to a separate class, where the construction process can guarantee that the correct initialization data is supplied by the user.
另外一个解决方案是把这个字段转移到一个单独的类中,这样构造过程可以保证用户可以提供正确的初始化数据。
these are further influenced by initialization procedures on both sides of the application and on latency effects of the network.
在应用程序发送方和接收方上的初始化过程和网络上的延迟进一步影响了这些方面。
this transition must have an associated operation known as the initialization operation, as figure 10 shows.
此转换必须具有一个称为初始化操作 的关联操作,如图10 中所示。
the platform calls this class to perform initialization and cleanup.
平台调用这个类来执行初始化和清理工作。
notice that this is part of the initialization code that you saw in listing 2.
注意,这是您在清单2 中所见到的初始化代码的一部分。
the first file performs initialization and any setup tasks.
第一个文件执行初始化以及设置任务。
the functions we defined are called when calculating the time data, so we also have to declare them in the initialization phase of the report (see figure 10).
我们定义的函数是在计算时间数据时进行调用的,所以我们也可以在报表的初始化阶段声明它们(见于图10)。
stdlls are customized for each token type and have specific functions, such as an initialization routine, to allow the token to work with the slot manager.
stdll是为每个令牌类型定制的并具有特定函数,譬如初始化例程以允许令牌与槽管理器一起工作。
this refactoring of the class also improves the code so that we have separated the initialization code from the object construction code.
类的这种重构也会改进代码,因为我们将初始化逻辑从对象的构造函数分离出来了。
if you have some static data that you want to make available to your jsp page and that data does not change frequently, initialization parameters may do the trick.
如果您有一些静态数据想提供给jsp页面使用,并且那些数据不会频繁地改动,初始化参数可能会是一个比较好的选择。
you have a fundamental understanding of user/group creation, file permissions, initialization scripts, and filesystem layout.
您基本了解用户/组的创建、文件许可权、初始化脚本和文件系统布局。
including a zeroary constructor would force us to first create an instance and only then do the initialization we would have done in the constructor call.
包括不带参数的构造函数将迫使我们先创建实例,然后再进行本来可以在构造函数调用中完成的初始化。