This panel lets you create and load sample messages, including loading from a file.
这个面板允许您创建和加载示例消息,包括从文件进行加载。
However, when data is not clean, the duplicate records get dropped and there is less data to load into the database. This reduces loading time.
但是,当数据不干净时,副本记录将被弃用,只需将较少的数据加载到数据库,这将减少加载时间。
These two parameters specify the maximum number of sessions used for the data load operation and the maximum number of session used by each loading process.
这两个参数指定用于数据加载操作的最大会话数量,以及各加载进程所使用的最大会话数量。
While doing an UNLOAD, you can also generate corresponding LOAD control statement and use it for loading data to the same or a similar table in any DB2 subsystem.
在执行UNLOAD 时,您还可以生成相应的LOAD控制语句,并使用它加载数据到任何DB2子系统中的相同或类似的表中。
Every 200 milliseconds, the scheduler performs load balancing to redistribute the task loading to maintain a balance across the processor complex.
每200毫秒,调度程序就执行一次负载平衡调节,以便重新分配任务负载,维持处理器之间的平衡。
In general, you want to load the layout with some initial menus and fetch the home content after loading.
通常,您会希望加载包含初始菜单的布局,然后在加载之后获取主页内容。
We use dynamic class loading to load user libraries.
我们使用动态类加载来加载用户的库。
Predictive loading is a strategy by which when you load an object (say, upon a cache miss) and then guess which other related objects might also need at the same time and load them as well.
而当您加载一个对象(比如缓存缺失之后)然后推测同时还需要哪些其他相关对象并加载它们时,则需要用到预测性加载策略。
Note that class loading can be performed in a lazy manner and therefore some parts of the class loading process may be done on first use of the class rather than at load time.
请注意可以用惰性方式执行类装入,所以类装入过程的某些部分可能在第一次使用类的时候才执行,而不是在装入时执行。
Also, the load test client must be capable of generating the appropriate type of request needed for loading the application in question.
还有,负载测试客户机必须能够生成装入涉及的应用程序所需的正确类型的请求。
Instead, it makes sense to include the loading management in a proxy object and let the proxy object load the plug-in if and when it's needed.
另一种做法是,把加载管理放在代理对象中,让它来判断是否需要加载组件,以及何时加载插件是合理的。
Lesson 3: XML decomposition load - Uses an annotated schema and decomposition to demonstrate the second method for loading XML documents.
第3课:用XML分解进行装载——通过一个带注释的模式分解来演示装载XML文档的第二种方法。
As with explicit class loading, if the class is already loaded, then a reference is simply returned; otherwise, the loader goes through the delegation model to load the class.
与显式类装入一样,如果类已经装入了,那么只是返回一个引用;否则,装入器会通过委托模型装入类。
As you probably already know, waiting for the window to load is painfully slow, because the whole page must finish loading, including all the images on the page.
您可能有所体会,等待窗口加载的过程是非常缓慢而且令人痛苦的,这是因为必须等整个页面加载完所有的内容,包括页面上所有的的图片。
Lesson 2: stored procedure load - Creates a stored procedure to demonstrate the first of two methods for loading XML documents.
第2课:用存储过程进行装载——创建一个存储过程,以演示用于装载XML文档的两种方法中的第一种方法。
Multiple load times for different elements, re-loads once you’re in to the site core, and no clear indication that loading is finished make for an extremely confusing and difficult to use website.
多重加载元素,即使你看到了网页内容实际上还有东西要再次加载。也没有迹象可以表示加载结束了,这样做也让哥非常的困惑不解并且该网站还不易使用。
If it is given an address to load from that is not at a 16-byte boundary, it simply zeroes out the last four bits of the address before loading it so that it will be an aligned load.
如果要加载自的地址不是一个 16字节的边界,它就会将该地址的最后四位截断然后再加载,以便使其能够加载。
One load is usually accompanied by several people: porters, drivers and loading workmen.
装运通常需几个人合力完成:搬运工,司机,装车工。
This section provides details about specific changes made to increase the concurrency of the data loading phase of the RDP Direct Load Asset.
本小节详细讨论提高RDP DirectLoad Asset的数据加载阶段的并发性所需的具体更改。
Using On Demand page Loading, you can set the first three pages of the form to load initially.
通过使用On DemandPageLoading,可以指定最初只装载表单的前三个页面。
Chainloader + 1 tells GRUB to use a chain loader to load this OS, which is required for loading Windows.
chainloader +1告诉GRUB使用一个链式加载程序来加载这个OS,加载Windows时需要这个选项。
Ila is a special load instruction that loads static addresses, in this case loading the address of the output string into register 3.
ila是加载静态地址的特殊加载指令,在本例中用来将输出字符串地址加载到3。
Eager loading means that Rails will automatically perform the necessary queries to load the object of any specified child objects.
立即加载意味着Rails将自动执行所需的查询来加载任何特定子对象的对象。
While loading, if the target base table is fragmented, the load happens in parallel under the PDQ environment.
加载时,如果目标基表被碎片化(fragmented),加载过程将在PD Q环境下并行发生。
If your operating system supports dynamic loading, Lua can load and call functions on demand.
如果您的操作系统支持动态加载,那么Lua可以根据需要来动态加载并调用函数。
You might recall that the xm builder I wrote in previous columns provided both a class name (to load the plug-in) and a project nature (to decide whether it's worth loading the plug-in) in plugin.xml.
您可能还记得上一期文章中编写的xmbuilder,它在plugin . xml中提供了类名(以便加载插件)和项目特性(确定是否需要加载该插件)。
The Rails fixture loading mechanism is already in place so you do not have to add additional code to tell Rails to load the test data.
Railsfixture装载机制已经就位了,所以不需要添加额外的代码来装载测试数据。
'Lazy loading' tells NHibernate not to load an object from the database until the application needs to access its data.
'lazyloading '告知NHibernate不要从数据库表中加载这个类对象,直到程序中需要访问这个对象的数据时才加载。
When the UI loads in Macromedia Flash, you call the load method of the XML object that initiates loading of the XML content from the view selected by the user as follows.
在MacromediaFlash中加载ui时,调用XML对象的加载方法,初始化用户所选视图中的XML内容的加载,如下所示。
IDS already has tools for loading and unloading of data. These include the dbimport, dbexport, dbaccess commands (load and unload), High Performance Loader (HPL), and dbload.
IDS还提供一些数据加载和卸载工具,包括:dbimport、dbexport、dbaccess命令(加载和卸载)、HighPerformanceLoader (HPL)和dbload。
应用推荐