单词 | initialize |
释义 |
第三人称单数:initializes 现在分词:initializing 过去式:initialized 例句释义: 初始化,预置,格式化,初始化数据文件,初始化事件,初始化函数 1. objects interoperate with typed arrays, array literals can initialize typed arrays as well with a few restrictions. 对象与类型化数组相互作用,因此数组标识符在一些限制条件下也可以初始化类型化数组。 technet.microsoft.com 2. You can use Initialize to add a report server instance to a scale-out deployment or to troubleshoot a migration or installation problem. 可以使用“初始化”将报表服务器实例添加到扩展部署中,或者排除迁移或安装故障。 msdn2.microsoft.com 3. The population size was chosen to be 256 , because that way it was easy to initialize every individual to a number equal to its index . 取大小为256的人群,原因是这样便于把个体都初始化成一个与其序号相等的数字。 www.bing.com 4. A Using statement specifies at least one resource that it does not initialize with a New clause. Using语句指定了至少一个未使用New子句初始化的资源。 msdn2.microsoft.com 5. To declare a variable and initialize it without assigning it a particular value, assign it the JScript value null. 若要在不分配特定值的情况下声明一个变量并对其进行初始化,请为其分配JScript值null。 msdn2.microsoft.com 6. The best way to make sure this doesn't happen is to initialize variables where you declare them instead of in the body of every constructor. 确保这些不会发生的最好的方法是在声明变量的时候就初始化,而不是在每个构造函数中进行初始化。 www.diybl.com 7. Do not initialize the name field for this project or item with a valid name. 不用有效的名称初始化此项目或项的名称字段。 msdn2.microsoft.com 8. Anonymous types allow you to define a class, then declare and initialize an object of that class, without giving the class a name. 匿名类型允许您定义一个类,然后在不给出类名称的情况下声明并初始化该类的对象。 technet.microsoft.com 9. The framework creates an instance of the plug-in class when it loads the plug-in, giving it a chance to initialize global objects. 当框架装入这个插件时,会创建该插件类的实例,使它有机会初始化全局对象。 www.ibm.com 10. If you declare the length of an array but do not initialize its elements, each element is initialized as if it were a separate variable. 如果声明数组的长度但不初始化它的元素,则将初始化每个元素,如同它是单独的变量一样。 msdn2.microsoft.com 1. To avoid unexpected results in such a case, it is wise to initialize block variables at the beginning of the block. 若要避免在这种情况下出现意外结果,最好在块的开头对块变量进行初始化。 technet.microsoft.com 2. A static constructor is used to initialize any static data, or to perform a particular action that needs to be performed once only. 静态建构函式可以用来初始化任何静态资料,或执行只需执行一次的特定动作。 technet.microsoft.com 3. You cannot initialize the value of any nonshared data member of a structure as part of its declaration. 不能将结构的任何非共享数据成员的值初始化成其声明的一部分。 msdn2.microsoft.com 4. Once the body of the document loads, the initialize function is called. 一旦文档主体加载,就调用initialize函数。 www.ibm.com 5. If you want trace output to be directed to any additional sources, you must create and initialize additional trace listeners. 如果需要将跟踪输出定向到任何其他信息源,则必须创建并初始化附加的跟踪侦听器。 msdn2.microsoft.com 6. The designated initializer syntax allows you to initialize members by name, without regard to the order in which they appear in an object. 指定的初始化程序语法允许您通过名字初始化成员,不用理会它们在对象中出现的顺序。 www.ibm.com 7. The attempt to initialize or access the Rights Certificate of this content has failed. Please contact your system administrator. 初始化或访问此内容权限证书的尝试失败。请与系统管理员联系。 www.dictall.com 8. This event allows you to initialize resources that will be used for each request to the application. 事件。该事件使您可以初始化资源,这些资源将用于对应用程序的每一请求。 msdn2.microsoft.com 9. Failed to call initialize on the cluster config initialize interface. 未能在群集配置初始化接口上调用初始化。 www.dictall.com 10. Implicitly typed local variables, which permit the type of local variables to be inferred from the expressions used to initialize them. 隐型局部变量,允许局部变量的类型从初始化它们的表达式推导而来。 blog.csdn.net 1. The processor receives an enable signal to initialize one of the service routines through a branch instruction. 处理器接收使能信号,通过分支指令执行服务例程。 ip.com 2. Type A Clock Scale: Music reminder. You have to wait for a few seconds to initialize the scale, and then you could start weighing. A型时钟体重计:为音乐提示、称重需等数秒初始化倒计数后称重。 www.jwfu.com 3. Just as you can define more than one variable at a time, you can initialize more than one variable at creation. For example. 正因为你可以一次定义不止一个变量,你也可以创建时初始化多个变量。例如。 xcf-007.blog.163.com 4. As you can see, pthread_mutex_init accepts a pointer to an already-allocated region of memory to initialize as a mutex. 正如所示,pthread_mutex_init接受一个指针作为参数以初始化为互斥对象,该指针指向一块已分配好的内存区。 www.ibm.com 5. The Report Server Web service is no longer used to initialize a Reporting Services installation. 报表服务器Web服务不再用于初始化ReportingServices的安装。 msdn2.microsoft.com 6. The shared memory system reduces the number of nonvolatile memory components used to initialize multiple processing components. 该*存储器系统减少了用于初始化多个处理部件的非易失性存储器部件的数量。 www.patent114.com 7. You tried to initialize a bit field with a non scalar (struct, union, array, or class). 尝试用非标量(结构、联合、数组或类)初始化位域。 207.46.16.251 8. Unable to initialize streaming. Please check your Internet connection. If this problem persists , please contact Blizzard Technical Support. 不能联系到播放。请检查你的网络连接。如果此问题仍存在,请联系暴雪技术支持。 dictsearch.appspot.com 9. The expression used to initialize a constant can refer to another constant so long as it does not create a circular reference. 只要不会造成循环引用,用于初始化一个常数的表达式就可以引用另一个常数。 msdn2.microsoft.com 10. However, it's a simple matter to initialize the Transformer with an XSLT style sheet to perform the second step as well. 然而,使用XSLT样式表初始化Transformer以执行第二步也是一件简单的事情。 www.ibm.com 1. It's up to the installation to initialize the products that you need for development. 由安装过程负责初始化开发需要的产品。 www.ibm.com 2. In previous versions, before you could set a property, you had to explicitly create and initialize all nested business objects. 在早期版本中,您必须显式创建和初始化所有的嵌套业务对象,然后才能设置属性。 www.ibm.com 3. Add methods to the mock object that allow you to initialize it properly for your tests. 在模拟对象里添加方法,使得您的测试正确地初始化。 www.ibm.com 4. This constructor is called to initialize state in the type whenever an instance of the derived class is created. 每当创建派生类的实例时,都会调用此构造函数以初始化类型中的状态。 msdn2.microsoft.com 5. A configuration exception occurred while attempting to create and initialize an instance of one of the configured personalization providers. 在尝试创建和初始化某个已配置的个性化设置提供程序的实例时发生配置异常。 msdn2.microsoft.com 6. Using this pair of methods, you can initialize co-dependent properties or batch set multiple properties at design time. 使用这两个方法可以在设计时初始化相互依赖的属性或成批设置多个属性。 msdn2.microsoft.com 7. The Initialize method is usually called during data binding, prior to the first row being bound. 进行数据绑定时,在绑定第一行之前,通常会调用Initialize方法。 msdn2.microsoft.com 8. You should not use your instance constructors, some special private function, or any other idiom to initialize static variables. 不应该使用实例构造函数、一些特殊的私有方法、任何其它习惯来初始化静态变量。 www.zuowenw.com 9. Code outside functions is run when the object is loaded. This can be used to initialize the state of the script. 函数外部的代码在物体被加载时运行。这可以用来初始化脚本状态。 game.ceeger.com 10. Failed to initialize post configuration manager. This issue can be resolved using Cluster Administrator. 未能初始化后配置管理器。这个问题可以通过使用群集管理器解决。 www.dictall.com 1. This property does not indicate that the scheme used to initialize the Uri instance was recognized. 此属性并未表示用于初始化Uri实例的方案被识别。 msdn2.microsoft.com 2. This property is set when the designer object is first created and its Initialize method is called. 当首次创建设计器对象并调用Initialize方法时设置该属性。 msdn2.microsoft.com 3. Unable to initialize due to a bad configuration. 由于配置不正确,无法进行初始化。 www.microsoft.com 4. Then specify that the subscription does not require schema and data on the Initialize Subscriptions page of the New Subscription Wizard. 然后在新建订阅向导的“初始化订阅”页上指定订阅不需要架构和数据。 msdn2.microsoft.com 5. We may supply an initial value for one or more enumerators. The value used to initialize an enumerator must be a constant expression . 可以为一个或多个枚举成员提供初始值,用来初始化枚举成员的值必须是一个常量表达式。 www.showxiu.com 6. The first state is to initialize several essential variables, count the total question, and record the quiz start time. 第一个状态是初始化一些基本变量,计算总的问题数和记录测试的开始时间。 www.cnblogs.com 7. A service provider implementation supplied by the designer host, used to initialize the expression editor sheet. 设计器宿主提供的服务提供程序实现,用于初始化表达式编辑器表。 msdn2.microsoft.com 8. Specifies that calling static methods of the type does not force the system to initialize the type. 指定调用此类型的静态方法并不强制系统初始化此类型。 msdn2.microsoft.com 9. An assign activity lets you copy values from one variable to another or to initialize variables. 赋值活动允许您将值从一个变量复制到另一个变量或复制到初始化变量。 www.ibm.com 10. This allows you to automatically re-initialize variables and event handlers whenever a macro runtime reset occurs. 这使您可以在每次宏运行库重置发生时自动重新初始化变量和事件处理程序。 msdn2.microsoft.com 1. malloc_init is going to be our function to initialize our memory allocator. malloc_init将是初始化内存分配程序的函数。 frenchen.blog.163.com 2. Gets the default settings used to initialize the elements and attributes in a transactions section. 获取用于初始化事务节中的元素和属性的默认设置。 msdn2.microsoft.com 3. Unable to initialize due to a missing or bad registry parameter. 由于注册表参数丢失或不正确,无法进行初始化。 www.microsoft.com 4. The directory service was unable to initialize the subsystem that allocates relative identifiers. 目录服务无法初始化分配相对标识号的子系统。 www.drados.com 5. Define an array and initialize it with the desired number of elements, as shown in the following example. 定义一个数组,并将其初始值设置为要求的元素个数,如下例所示。 207.46.16.251 6. This function is called every tick but global code is executed at loading time, so you can initialize things. 不过全局代码只会在启动载入时执行一次,所以你想要初始化什么东西应该写在这里面。 3dm.178.com 7. The next step is to initialize the audio capture filter, and to do that, you can use the following code. 下一步是初始化音频捕获筛选器,为此您可以使用以下代码。 msdn2.microsoft.com 8. There must be a class to initialize that variable; the code is shown in Listing 8. 必须有一个类来初始化这个变量;代码见清单8。 www.ibm.com 9. This constructor is called by derived class constructors to initialize state in this type. 派生类构造函数调用此构造函数初始化该类型中的状态。 msdn2.microsoft.com 10. The initialize method is called when an instance of the behavior is created. 在创建行为的实例时将调用initialize方法。 msdn2.microsoft.com 1. A constructor that does not initialize a member of built-in or compound type leaves that member in an undefined state. 没有初始化内置或复合类型成员的构造函数,将使那些成员处于未定义的状态。 dictsearch.appspot.com 2. Writes that initialize final fields will not be reordered with operations following the freeze associated with the constructor. 初始化final字段的写将不会与构造函数关联的冻结后面的操作一起重新排序。 www.ibm.com 3. It is invalid to initialize a reference member of a class in the class's constructor with a temporary variable. 在类的构造函数中使用临时变量初始化类的引用成员是无效的。 msdn2.microsoft.com 4. Your init method should initialize your module and subscribe to any application events you need. 方法编写一个处理程序。init方法应该初始化模块并订阅所需的任何应用程序事件。 msdn2.microsoft.com 5. The best way for you to accomplish this is to initialize values as early as possible. 完成这个的最好的方法是尽早的初始化值。 www.diybl.com 6. Introduces static constructors, constructors which can be used to initialize static data members. 介绍静态构造函数,此类构造函数可用于初始化静态数据成员。 msdn2.microsoft.com 7. This method is called by the Controls property to initialize its value. Controls属性通过调用此方法来初始化它的值。 msdn2.microsoft.com 8. At this point, the platform can initialize the plug-in or free up resources. 方法。此时,平台可以初始化插件或释放资源。 www-128.ibm.com 9. Adding a report server to a scale-out deployment requires that you initialize the report server. 要向扩展部署中添加报表服务器,需要初始化报表服务器。 msdn2.microsoft.com 10. The initialize method is called by Batch Container during the initialization of the job step. 批处理容器将在作业步骤的初始化期间调用initialize方法。 www.ibm.com 1. The raidtools are the user-level tools that allow you to initialize, start, stop, and control your RAID volumes. raidtools是使您可以初始化、启动、停止及控制RAID卷的用户级工具。 www-128.ibm.com 2. This method is called by the designer host to initialize the designer. 设计器宿主调用此方法来初始化该设计器。 msdn2.microsoft.com 3. However, in order to check that this was done correctly, you should create a server instance and try to initialize it. 但是,您应该创建服务器实例并尝试对其进行初始化,以检验配置是否正确。 www.ibm.com 4. The selected snap-in did not initialize properly. 已选的管理单元未正确初始化。 www.fan6.net 5. At runtime, the default system font of the user's machine was used to initialize the Font property of the Form class. 运行时,使用用户计算机上的默认系统字体初始化Form类的Font属性。 msdn2.microsoft.com 6. Unable to initialize scanner. Check scanner connection and scanner software. 无法初始化扫描仪。请检查扫描仪的连接和扫描仪软件。 www.dictall.com 7. A default constructor is always provided to initialize the struct members to their default values. 总是提供默认构造函数以将结构成员初始化为它们的默认值。 msdn2.microsoft.com 8. Initialize a subscription to a publication manually by copying the schema (and typically data) to the subscription database. 通过将架构(通常为数据)复制到订阅数据库,可以手动初始化对发布的订阅。 msdn2.microsoft.com 9. Unable to initialize the Microsoft Exchange Information Store service. 无法初始化MicrosoftExchange信息存储服务。 www.microsoft.com 10. A new chaos genetic hybrid algorithm was proposed. The improved tent chaos system was used to initialize species population. 针对共享信号的性能设计问题,提出了一种新型的混合混沌遗传优化算法。 www.joca.cn 1. Objects with which to initialize the collection. 对象的数组,用来初始化集合。 msdn2.microsoft.com 2. Used to initialize a default set of values for the ConfigurationElement object. 用于初始化ConfigurationElement对象的默认值集。 msdn2.microsoft.com 3. This constructor allows you to initialize, resolve the DNS host name, and connect in one convenient step. 利用此构造函数,只需一步即可方便地初始化、解析DNS主机名并建立连接。 msdn2.microsoft.com 4. Now, my class is admittedly nearly twice as long, and it still isn't attached to my login link. To make that work, I have to initialize it. 现在,不可否认的是我的类已经有两倍长了,但是它还仍然没有与我的登陆链接关联起来。要使其生效,我还需要对它进行初始化。 it.good008.com 5. The plugin did not initialize properly. 该插件未正确初始化。 www.fan6.net 6. Each uses one of the overloaded constructors of the appropriate class to initialize the object. 每个声明语句使用适当类的其中一个重载构造函数来初始化对象。 technet.microsoft.com 7. You can't change initialized cards at all, or only with the software that was used to initialize it. 你不能改变所有已初始化的卡片,即仅可以用使用过该卡片的软件来初始化它。 blog.sina.com.cn 8. Increasing the size of the log reduces the number of requests required to allocate and initialize new logs. 增加日志大小会减少为分配和初始化新日志所需的请求数量。 www.ibm.com 9. If you need to initialize your DLL, where you add your code depends on the kind of DLL you are writing. 如果需要初始化DLL,添加代码的位置取决于编写的DLL类型。 msdn2.microsoft.com 10. The exec command can be used to initialize the variable with a value. 通过使用exec命令,可以用值来初始化变量。 www.ibm.com 1. So where we would have done an assignment (x=y), we instead initialize the target (x=0) and use exclusive or (x^=y) as in the example above. 因此在我们本来可以进行赋值(x=y)的地方,我们没有这么做,而是把目标初始化(x=0)并如同上面的示例一样使用异或(x^=y)。 www.ibm.com 2. Note that it takes a minute or so for the hosted mode setup to initialize, especially when run for the first time. 请注意,托管模式设置初始化需要占用一分钟左右的时间,特别是在第一次运行时。 www.ibm.com 3. A static constructor, also known as a class constructor, is used to initialize a type. 静态构造函数(也称为类构造函数)用于初始化类型。 technet.microsoft.com 4. When you create or double-click one of these files, the workbench converts the IFile to IEditorInput and uses it to initialize the CEditor. 当您创建或双击一个这样的文件时,工作台会将IFile转换为IEditorInput并使用它来初始化CEditor。 www.ibm.com 5. Statement without an argument to initialize the random- number generator with a seed based on the system timer . 密码使用随机数字生成器生成并以明文形式存储在边缘订阅文件中。 www.bing.com 6. Applications initialize quickly under Java Web Start, are cached on the client machine, and can be launched remotely offline. 应用程序在JavaWebStart下快速初始化,被高速缓存在客户机,并且可以远程的离线启动。 www.ibm.com 7. However, the compiler uses the type of the expression used to initialize the constant. 时,编译器使用所用表达式的类型来初始化该常数。 msdn2.microsoft.com 8. With a semaphore, we create a semaphore set consisting of a single member and initialize the semaphore's value to 1. 我们使用信号量时,创建只包含一个成员的信号量的同时,将信号量的值初始化为1。 bbs.51cto.com 9. Instead, the server can initialize its state machine with randomly generated seed values and send these to the client in its first message. 取而代之的是,服务器用一个随机的种子值初始化他的状态机并将此值作为第一个消息发给客户端。 blog.sina.com.cn 10. To do this, create a message stanza and initialize it with the peer address and a message. 这点可以通过创建一个消息节并使用对方地址和消息对它进行初始化来实现。 www.ibm.com 1. They can initialize the state of a type by initializing static or shared fields to a predefined or computed value. 它们可以通过将静态或共享字段初始化为预定义值或计算值的方式,来初始化类型的状态。 www.cnblogs.com 2. These values are declared at the top of the class declaration, and are initialized in the initialize method. 这些值在类声明顶部声明,并在initialize方法中初始化。 www.ibm.com 3. A technique used to determine which station will initialize an FDDI ring. 一项技术,用于判断哪一个工作站将激活FDDI振铃。 word.hcbus.com 4. Failed to initialize news servers. Perhaps your Newsgroup Directory preference is invalid. 在初始化新闻服务器时失败。可能是“新闻组目录”首选项无效。 www.dictall.com 5. You can initialize the value of a static local variable as part of its declaration. 可以在类中(即在该类的过程内)声明静态局部变量。 technet.microsoft.com 6. For publications that are not partitioned, you can initialize a subscription with a backup. 对于未分区的发布,可以使用备份来初始化订阅。 msdn2.microsoft.com 7. Object Picker cannot open because the calling program did not initialize it properly. 由于调用程序没有正确初始化,对象挑选程序无法打开。 angel.w15.5tom.cn 8. This method gives the class the opportunity to initialize any resources necessary to support batching. 此方法使类有机会初始化支持批处理所必需的任何资源。 www.kuenglish.info 9. Indicates if Subscribers can initialize a subscription to this publication from a backup rather than an initial snapshot. 指示订阅服务器是否能够从备份而不是从初始快照来初始化对此发布的订阅。 technet.microsoft.com 10. The initialize_vertices function needs to be called in the main program, so add the function call in the main subroutine at line 597. 需要在主程序中调用initialize_vertices函数,因此把函数调用添加到位于第597行的main子程序中。 www.ibm.com 1. Objects with which to initialize the new object. 用来初始化新对象的。 msdn2.microsoft.com 2. Dynamic panels can be used in combination with the OnPageLoad event to initialize a page's interface depending on a variable value. 动态板可用于与OnPageLoad事件来初始化页面的接口依赖于一个变量的值的组合。 www.fantuaner.cn 3. Setup was unable to initialize installation for component %1. Contact your system administrator. 安装程序无法初始化组件%1的安装。请与系统管理员联系。 angel.w15.5tom.cn 4. Microsoft Exchange was unable to initialize the Content Filter agent. MicrosoftExchange无法初始化内容筛选器代理。 www.microsoft.com 5. Previous error messages indicate the specific components that failed to initialize. 前一个错误消息指出了初始化失败的具体组件。 www.microsoft.com 6. Used to initialize the synchronization of internal freespace caches for heaps. 用来初始化对堆的内部可用空间缓存的同步。 technet.microsoft.com 7. The redirector was unable to initialize variables from the Registry . 转发程序无法在注册表中初始化变量。 www.bing.com 8. The application was unable to initialize the global options manager. 应用程序无法初始化全局选项管理器。 www.fan6.net 9. The Outlook Mobile Access (OMA) Categorizer is unable to initialize. 无法初始化OutlookMobileAccess(OMA)分类程序。 www.microsoft.com 10. On the Initialize Secondary database tab, choose the option that you want to use to initialize the secondary database. 在“初始化辅助数据库”选项卡上,选择要用于初始化辅助数据库的选项。 msdn2.microsoft.com 1. The length of the new string to initialize is too large to allocate. 要初始化的新字符串的长度太大,无法分配。 msdn2.microsoft.com 2. Call this member function to initialize a modal dialog object using a dialog-box template that you construct in memory. 调用该成员函数,使用内存中构造的对话框模板初始化模态对话框。 www.zjrj.org 3. These two methods are used to quickly initialize a bean using XML and to extract information stored in a bean as XML. 这两个方法用来使用XML快速初始化bean,以及抽取以XML形式存储在bean中的信息。 www.ibm.com 4. This wizard helps you to initialize new disks and to convert empty basic disks to dynamic disks. 此向导帮助您初始化新磁盘,并将空的基本磁盘转换成动态磁盘。 www.fan6.net 5. Declare the instance variables that correspond to the exposed properties, and initialize them in the constructor. 声明与公开的属性对应的实例变量,并在构造函数中对其初始化。 msdn2.microsoft.com 6. The wizard did not initialize. 向导未能初始化。 www.drados.com 7. The bulk copy used to initialize the table, however, processes all rows from the source table in a single transaction. 但是,用来对表进行初始化的批量复制在一个事务中处理来自源表的所有行。 www.ibm.com 8. First, declare a global value that any probe can use (the global namespace is common to all probes), then initialize it to zero. 首先,声明一个任何探针都可以使用的全局值(全局名称空间对所有探针都是通用的),然后将它初始化为0。 www.ibm.com 9. The browser driver was unable to initialize variables from the Registry. 浏览器驱动程序无法从注册表中初始化变量。 angel.w15.5tom.cn 10. This behavior is controlled by the Initialize When option on the Initialize Subscriptions page of the wizard. 此行为由该向导的“初始化订阅”页面上的“初始化时间”选项控制。 msdn2.microsoft.com 1. This brings you right back to your DerbyDatabase initialize method, shown in Listing 2. 这正好返回到DerbyDatabaseinitialize方法,如清单2所示。 www.ibm.com 2. Domino database access requires programmers to initialize a Notes session and connect to a database. Domino数据库访问要求程序员初始化Notes会话并连接到数据库。 www.ibm.com 3. The device connects to the specified Web server to create, initialize, and download subscription data for the application. 该设备会连接到指定的Web服务器,以创建和初始化应用程序并为其下载订阅数据。 technet.microsoft.com 4. When a shell starts and as it terminates, the shell executes a series of scripts to initialize and reset your environment, respectively. 在Shell启动和终止时,将执行一系列脚本,以便初始化和重新设置您的环境。 www.ibm.com 5. A resource expression, used to initialize the expression editor sheet. 一个资源表达式,用于初始化表达式编辑器表。 msdn2.microsoft.com 6. You cannot initialize any of the structure elements in the structure declaration. 不能在结构声明中初始化任何结构元素。 msdn2.microsoft.com 7. Method to initialize the output cache for a page and its contents at run time. 方法一起使用,用于在运行时初始化页及其内容的输出缓存。 msdn2.microsoft.com 8. If performing a backup or initialize operation, make sure that the tape is not physically write-protected. 如果执行备份或初始化操作,则请确保磁带没有物理写保护。 e-support.hp.com.cn 9. This entry causes IBM HTTP Server to initialize the SSL module code the next time it starts up. 此条目会使IBMHTTPServer在下一次启动时初始化SSL模块代码。 www-128.ibm.com 10. The Control reference is set when the Initialize method is called. 在调用Initialize方法时设置Control引用。 msdn2.microsoft.com 1. Click Initialize to configure a report server to use a symmetric key in a shared report server database. 单击“初始化”,可以将报表服务器配置为使用共享报表服务器数据库中的对称密钥。 msdn2.microsoft.com 2. You learned how the Geronimo console is used to initialize the database and configure a database connection pool. 您了解了如何使用Geronimo控制台来初始化数据库并配置数据库连接池。 www.ibm.com 3. The consistency checker failed to initialize ( error % 2 ) . Local consistency updates will be disabled until this server is rebooted . 一致性检查程序无法初始化(错误%2)。本地一致性更新将会停用,直到这个服务器重新启动。 www.bing.com 4. In this way, if you do not need to initialize your DLL, there is nothing special you have to do when building your DLL. 这样,如果不需要初始化DLL,则在生成DLL时没有什么特别的事情要做。 msdn2.microsoft.com 5. The Session Initialize Protocol(SIP)-based signaling flow is applied to support time-shifting service. 设计基于SIP的时移信令流程来完成对时移业务的支撑。 kns50.chkd.cnki.net 6. The hardware FAILED to initialize for this configuration . 硬件未能为该设置初始化。 www.bing.com 7. Cannot initialize object of type 'type' with a collection initializer. 无法使用集合初始值设定项来初始化类型为“type”的对象。 msdn2.microsoft.com 8. With which to initialize the new object. 用于初始化新对象的。 msdn2.microsoft.com 9. Used to initialize, clean up, destroy, enable, and disable a device. Not all of them are always used. See Chapter 8. 用于初始化,清除,使能,去使能一个设备。并不是所有的都使用。 www.cnblogs.com 10. This ensures that any inherited properties are correctly initialized before you initialize your own component. 这确保了任何继承过来的属性在你初始化你自己的组件之前已被正确地初始化了。 dictsearch.appspot.com 1. The initialize method causes the Sys. Application class to be initialized. initialize方法导致初始化Sys.Application类。 msdn2.microsoft.com 2. The TAPI devices configured for Remote Access failed to initialize or were not installed correctly. 用于远程访问有TAPI设备初始化失败或没有被正确安装。 3our.7e7e.net 3. Static search set is an abstract data type with the operations initialize, insert, and retrieve. 静态搜索集是一种抽象数据类型,包含的操作包括initialize、insert和retrieve。 www.ibm.com 4. Once you have created a directory for your scripts, initialize your client with a password file. 为脚本创建了目录之后,使用密码文件初始化您的客户端。 www.ibm.com 5. Specifying the location of the data used to initialize the array. 指定用于初始化数组的数据位置的。 msdn2.microsoft.com 6. Structure using the supplied parameters to initialize the year, month, day, hour, minute, second, and millisecond of the new structure. 通过使用所提供的参数初始化新结构的年、月、日、小时、分钟、秒和毫秒,来初始化。 msdn2.microsoft.com 7. Structure using the supplied parameters to initialize the year, month, day, hour, minute, second, and billisecond of the new structure. 通过使用提供的参数初始化新结构的年、月、日、小时、分钟和毫微秒,来初始化。 msdn2.microsoft.com 8. Every ink-jet printer, the printer is initiated every are cleaned and initialize a printer, will result in a waste of ink. 喷墨打印机每开不静一次,打印机都给冲洗打印脚和初始化打印机,会变成墨水的爱惜。 www.bing.com 9. When you create an EventCollector object, you initialize it with an application and an event provider name. 创建EventCollector对象时,将用应用程序和事件提供程序名称对其进行初始化。 msdn2.microsoft.com 10. In the next steps, you will initialize the simulator and the team channels, and then load the servlet during startup. 下一步,您将初始化模拟器和团队通道,然后在启动过程中加载servlet。 www.ibm.com 1. Before any managed code can be executed, the host must load and initialize the common language runtime. 执行任何托管代码之前,宿主必须首先加载并初始化公共语言运行库。 msdn2.microsoft.com 2. The complexity of a type dictates which of three strategies you will use to initialize your immutable type. 一个类型的复杂性指示了你应该使用这三个策略里面的哪一个来初始化不可变类型。 blog.csdn.net 3. These characters are used to either initialize a connection or separate connection values. 这些字符用于初始化连接或分隔连接值。 msdn2.microsoft.com 4. The Scheme property returns the scheme used to initialize the Uri instance. Scheme属性返回用于初始化Uri实例的方案。 msdn2.microsoft.com 5. The following construct can be used to initialize the embedded Point instances instead of assigning new instances. 下面的构造可被用于初始化内嵌的Point实例,而不是赋予新的实例值。 www.dayjs.com 6. We make a new procedure called InitControls that will initialize all the controls on the main window. 我们创建一个将初始化所有主窗口上的控件的名为。 blog.csdn.net 7. The server failed to initialize the COM libraries. Restart the remote admin program. 伺服器启始COM库时失败。请重新启动远端管理应用程式。 bbs.translators.com.cn 8. Constructors have the same name as the class, and usually initialize the data members of the new object. 构造函数具有与类相同的名称,它通常初始化新对象的数据成员。 msdn2.microsoft.com 9. This error occurs when an attempt is made to initialize the report server instance and the Report Server Windows service is not running. 在试图初始化报表服务器实例,但报表服务器Windows服务没有运行时,将发生此错误。 technet.microsoft.com 10. Hence there is no need to initialize fields in a constructor's implementation except to nonzero or nonempty values. 因此,除了非零或非空的值之外,没有必要在构造器的实现中对域进行初始化。 dictsearch.appspot.com 1. The command provider can initialize the table step by adding new rows at the time of command creation. 通过在命令创建时添加新的行,命令提供程序可以初始化表步骤。 www.ibm.com 2. Its job is to initialize a newly created object with any properties that need to be set before the object can be used. 它的工作就是初始化一个带任意属性的对象,这个对象在使用new关键字后被返回。 www.cnblogs.com 3. Method is an optional method that can be used to initialize the portlet bean if necessary. 方法是一个可选的方法,如果需要的话,可以用它来初始化portletbean。 www-128.ibm.com 4. We accomplish this by making the framework initialize itself with application-specific configuration files. 通过特定于应用程序的配置文件来初始化框架,可以完成这项任务。 www.ibm.com 5. You can remove or disable specific commands and set values that are used to initialize the toolbar. 可以删除或禁用特定的命令并设置用于初始化工具栏的值。 msdn2.microsoft.com 6. It is not necessary to initialize variables in PHP however it is a very good practice. 虽然在PHP中并不需要初始化变量,但这是个好习惯。 yu2.php.net 7. For Windows applications, only projects built on the Windows Application template initialize the My. User object by default. 对于Windows应用程序,默认情况下只有基于“Windows应用程序”模板构建的项目才会初始化My.User对象。 msdn2.microsoft.com 8. In Enterprise Edition, you can now initialize subscriptions to snapshot and transactional publications by using a database snapshot. 现在,在EnterpriseEdition中,可以通过使用数据库快照来初始化对快照发布或事务发布的订阅。 msdn2.microsoft.com 9. Make sure that you add this line after the pdo. so line that you added above, otherwise PHP won't initialize correctly. 确保将下面这一行添加在之前所添加的pdo.so这一行之后,否则PHP不能正确地初始化。 www.ibm.com 10. Unable to initialize all installed memory. 无法初始化所有已安装的内存。 blog.sina.com.cn 1. When you use a feed reader, you initialize it with the address (URL) of an XML file -- usually an RSS or Atom file. 使用提要阅读器时,您通过XML文件(通常是RSS或Atom文件)的地址(URL)进行初始化。 www.ibm.com 2. The application was unable to initialize the store. 应用程序无法初始化存储区。 www.fan6.net 3. An array literal cannot initialize a multidimensional typed array, but an array literal can initialize a typed array of typed arrays. 数组标识符不能初始化多维类型化数组,但可以初始化类型化数组的类型化数组。 technet.microsoft.com 4. Use the addComponent function to register a component with the application and to initialize it if the component is not already initialized. 使用addComponent函数可以向应用程序注册组件,并在该组件尚未初始化时将其初始化。 msdn2.microsoft.com 5. After you initialize a memory location, it becomes green, representing allocated and initialized memory. 当您初始化一个内存单元后,它就会变成绿色,这表明内存被分配和初始化。 www.ibm.com 6. To initialize these folders on the server, switch Outlook to Online mode and open each of the Search folders. 要在服务器上初始化这些文件夹,请将Outlook切换到联机模式,并打开每个搜索文件夹。 technet.microsoft.com 7. Instance constructors are used to create and initialize instances. 实例构造函数用于创建和初始化实例。 msdn2.microsoft.com 8. When you run the utility, you specify arguments to select a remote report server instance that you want to initialize. 运行该实用工具时,需要指定相关参数,以选择要初始化的远程报表服务器实例。 technet.microsoft.com 9. Can't be set via request so it'll be fine, although it really is generally a good programming practice to initialize variables first. 就不能通过如URL请求等方式来改变,这样就好多了,尽管初始化变量是一个良好的编程习惯。 hu2.php.net 10. The application failed to initialize properly (0xc0000135). 应用程序正常初始化(0xc0000135)失败。 support.microsoft.com 1. Speech recognition failed to initialize. 初始化语音识别失败。 www.fan6.net 2. You can override the Initialize method to perform actions that should occur at component or designer initialization time. 您可以重写Initialize方法来执行在组件或设计器初始化时发生的操作。 msdn2.microsoft.com 3. Backupdevicetype is only used when sync_method is set to initialize_with_backup. 只有在sync_method设置为initialize_with_backup时才使用backupdevicetype。 technet.microsoft.com 4. Value An array of strings that contains the names of the categories to initialize the collection values to. 包含类别名称的字符串数组,集合的值就初始化为这些类别名称。 msdn2.microsoft.com 5. After an attempt to initialize the host object. 在尝试初始化宿主对象之后,为。 msdn2.microsoft.com 6. Don't panic if your IDE complains that you don't initialize them at the declaration site. 如果您的IDE抱怨您没有在声明的时候初始化它们,别紧张; www.ibm.com 7. Unable to initialize threads for import. 不能初始化线程以导入。 angel.w15.5tom.cn 8. Therefore, you can initialize the database to a different state for each group of tests. 因此,可以针对每组测试将数据库初始化为不同的状态。 technet.microsoft.com 9. To initialize an object, you use the new statement to instantiate the object to a variable. 要初始化一个对象,用new语句将对象实例到一个变量中。 www.phpx.com 10. Object, and use it to initialize the site map for your site. 对象,并使用它来初始化站点的站点地图。 msdn2.microsoft.com 1. Could not initialize master info structure; more error messages can be found in the MySQL error log. 无法初始化masterinfo结构,MySQL错误日志记录了更详细的错误信息。 blog.sina.com.cn 2. The initialize method simply makes a copy of the Subject that gets passed in. initialize方法将直接复制传入的Subject。 www.ibm.com 3. As we mentioned previously, we need to create and initialize mail databases on the server (SUT) to run our workload against. 正如前面提到的,需要在运行工作负载的服务器(SUT)上创建和初始化邮件数据库。 www.ibm.com 4. The improved algorithm can initialize the target accurately, and track the target quickly and accurately. 改进后的算法能够准确地初始化、并快速精确地跟踪目标。 stae.com.cn 5. Ordinarily, constructors differ in ways that allow the user to specify differing ways to initialize the data members. 一般而言,不同的构造函数允许用户指定不同的方式来初始化数据成员。 dict.kekenet.com 6. To avoid code bloat, use helper methods that create exceptions and initialize their properties. 为了避免代码膨胀,请使用帮助器方法创建异常并初始化其属性。 msdn2.microsoft.com 7. Constructor to initialize the properties for a new script object. 构造函数来初始化新脚本对象的属性。 msdn2.microsoft.com 8. You can create and initialize arrays by assigning multiple values to a variable. 您可以通过为变量分配多个值来创建并初始化数组。 technet.microsoft.com 9. No constructor logic is required to initialize these fields, in contrast to most other object-oriented languages. 初始化这些字段不需要逻辑上的构造函数,这和很多面向对象语言不同。 www.bing.com 10. So, while you can't pass construction parameters to traits, you can initialize fields with default values or leave them abstract. 所以,虽然你不能传递构造参数给trait,你可以用默认值初始化字段,或让它们继续抽象。 www.bing.com 1. Is called, the static constructor is invoked to initialize the class. 时,将调用静态构造函数来初始化类。 msdn2.microsoft.com 2. Failed to Initialize File Dialogs. Change the Filename and try again. 初始化文件对话失败。更改文件名,再试一次。 www.fan6.net 3. Ordinarily these initializers are used to initialize the data members of the newly created object. 通常,这些初始化式会用于初始化新创建对象的数据成员。 dictsearch.appspot.com 4. Use the ExpressionEditorAttribute constructor to initialize an instance of the ExpressionEditorAttribute class using a type name. 使用ExpressionEditorAttribute构造函数,用类型名称初始化ExpressionEditorAttribute类的实例。 msdn2.microsoft.com 5. A partitioned snapshot is used to initialize subscriptions to publications that have parameterized filters. 分区快照用于初始化对具有参数化筛选器的发布的订阅。 technet.microsoft.com 6. Indicating the resource culture to use to initialize the values of the specified object. 指示用于初始化指定对象的值的资源区域性。 msdn2.microsoft.com 7. Unable to initialize the extension DLL. 无法初始化扩展。 shfyj.cebiz.cn 8. Structure using the supplied parameters to initialize the year, month, day, and calendar of the new structure. 通过使用所提供的参数初始化新结构的年、月、日和日历,来初始化。 msdn2.microsoft.com 9. Initialize the state of the parser and validate the URI. 初始化分析器的状态并验证URI。 msdn2.microsoft.com 10. Use the bulk load tools that are provided with relational databases to initialize database tables. 使用与关系数据库一起提供的块载入工具来初始化数据库表。 www.ibm.com 1. Of course, shader is not supposed to initialize every single output register. 当然,并不是说着色器必须设置每一个输出寄存器(即,不必设置顶点的所有属性)。 blog.163.com 2. There is no constructor defined to initialize it to another value. 我们没有声明构造函数用其它值来初始化它。 www.bing.com 3. The application will initialize a new database next time the application is run. 下次运行应用程序时,应用程序将初始化一个新的数据库。 www.ianywhere.com 4. It is called when you initialize a population or the genetic algorithm. 当你设定人口或遗传基因的运算法则初值的时候,资讯科技被叫做。 ks.cn.yahoo.com 5. Even if the string is passed by reference, there is no way to initialize the buffer to a given size. 即使字符串是通过引用传递的,仍然无法将缓冲区初始化为给定的大小。 msdn2.microsoft.com 6. Take a look at the initialize function. 请看一下initialize函数。 www.ibm.com 7. A regional or disk can be used as a file system, need to initialize, wrote and recorded data structure on the disk. 一个分区或磁盘能作为文件系统使用前,需要初始化,并将记录数据结构写到磁盘上。 wenwen.soso.com 8. The application will initialize the resource bundle using the system locale. 应用程序将使用系统位置初始化资源包。 www.ibm.com 9. The card is not properly initialized. Please initialize the card before using. 没有正确初始化卡。请在使用之前初始化卡。 www.fan6.net 10. The method sets any properties or events that are passed as parameters and then calls the initialize method. 该方法设置以参数形式传递的所有属性或事件,然后调用initialize方法。 msdn2.microsoft.com 1. A comma-separated list of expressions or assignment statements to initialize the loop counters. 用于初始化循环计数器的表达式或赋值语句的逗号分隔列表。 msdn2.microsoft.com 2. Use constructors to initialize members that require more sophisticated logic. 使用构造函数来初始化具有复杂逻辑的成员。 www.diybl.com 3. JADE also provides a graphical user interface (GUI) to initialize, control, and terminate agents. JADE还提供了图形用户接口(GUI),用以初始化、控制和终止代理。 www.ibm.com 4. The BIOS can then set up and initialize that hard drive, and then load Linux boot files from that active primary partition. 然后基本输出入系统能建立并且设定那一个硬式磁盘机初值,然后载入来自那个活跃的主要分区的Linux启动文件。 blog.chinaunix.net 5. The override function named Initialize is where you can put code to interact with Visual Studio when your package is loaded. 你可以在名为Initialize的重载函数中编写代码,从而在载入你的包时与VisualStudio交互。 www.infoq.com 6. The string used to initialize the value of the instance. 用于初始化实例值的字符串。 msdn2.microsoft.com 7. Continuing with ATL, the next step is to initialize the video capture filter (shown earlier in Figure 20) by using the following code. 继续ATL,下一步是使用以下代码初始化视频捕获筛选器(如前面的图20所示)。 msdn2.microsoft.com 8. You can use the static methods in the org. apache. velocity. app. Velocity class to initialize Velocity and load a template file. 您可以在org.apache.velocity.app.Velocity类中使用静态方法初始化Velocity并加载一个模板文件。 www.ibm.com 9. Setup cannot properly initialize the disk that you inserted. 安装程序无法正确格式化插入的磁盘。 blog.sina.com.cn 10. It tells you exactly what commands are needed to set up Git and initialize the repository. 它会准确地告诉您需要哪些命令来设置Git并初始化库。 www.ibm.com 1. To initialize the ExpressionEditorAttribute class using a type object, use the ExpressionEditorAttribute constructor. 若要使用类型对象初始化ExpressionEditorAttribute类,请使用ExpressionEditorAttribute构造函数。 msdn2.microsoft.com 2. With Prototype's help, you are able to initialize your display using simple syntax such as $( "title" ). innerHTML = song. title. 借助Prototype,可以使用简单的语法,比如$(“title”).innerHTML=song.title,来初始化显示。 www.ibm.com 3. Initialize the token: Before you use a token, it must be initialized. 初始化令牌:令牌在使用之前必须被初始化。 www.ibm.com 4. If there is no target attribute, then you use a custom callout transform, to initialize values. 如果不存在目标属性,则您将使用自定义调出转换来初始化值。 www.ibm.com 5. With the topology defined, you call linsched_init to initialize the environment for this processor topology. 定义拓扑后,您可以调用linsched_init以便为此处理器拓扑初始化环境。 www.ibm.com 6. Alternatively, the host could initialize the runtime using COM-object activation. 宿主也可以通过激活COM对象初始化运行库。 msdn2.microsoft.com 7. Used internally to initialize an internal set of values. 在内部用于对一组内部值进行初始化。 msdn2.microsoft.com 8. To initialize a report server, use the Reporting Services Configuration tool. 若要初始化报表服务器,请使用ReportingServices配置工具。 msdn2.microsoft.com 9. In this case we define a variable newTask that we initialize with a new Task entity instance. 在这种情况下,我们定义了变量newTask,并使用新建的Task实体实例对其进行初始化。 www.infoq.com 10. Static initializers and static constructors provide the cleanest, clearest way to initialize static members of your class. 静态初始化器和静态构造函数提供了最洁净的、最直接的方式来初始化类的静态成员。 dictsearch.appspot.com |
随便看 |
|
英汉双解词典包含2704715条英汉词条,基本涵盖了全部常用单词的翻译及用法,是英语学习的有利工具。