initialized
英 [ɪˈnɪʃəlaɪzd]
美 [ɪˈnɪʃəlaɪzd]
已初始化的
双语例句
- Once the variables and parameter list is initialized, the getConflictDocuments method is invoked.
在初始化变量和参数列表之后,就会调用getConflictDocuments方法。 - The object must be initialized before you set or retrieve properties on it.
在对象上进行设置属性或检索属性之前,必须先初始化该对象。 - The global cache was already initialized in the extended stored procedure.
扩展存储过程中的全局高速缓存已初始化。 - Initialize the token: Before you use a token, it must be initialized.
初始化令牌:令牌在使用之前必须被初始化。 - The symbols are used for naming various sections of code and data, both initialized and uninitialized.
这些符号可以用来对各种代码段和数据段进行命名,包括经过初始化的和未初始化的。 - That's why$ append is initialized to0.
所以我们要将$append初始化为0。 - All the plug-ins that were declared are created and initialized.
声明的所有插件都将被创建和初始化。 - Those variables can be declared when the report is initialized.
在报表初始化时那些变量得到了声明。 - They can only be initialized through the constructor.
它们只通过构造函数初始化。 - Then, it calls the open() method and returns the initialized request object.
然后,它会调用open()方法并返回初始化了的request对象。