执行惰性装载。
This helps increase the efficiency of lazy loading a tree.
这会帮助增加延迟加载树的效率。
Provides the facility to implement lazy loading of services.
提供了用于实现服务的惰性加载的工具。
Lazy loading is turned off by default but this setting can be customized.
默认情况下延迟加载是关闭的,但这个属性可以自定义修改。
Persevere does lazy loading so that only the necessary data is downloaded.
Persevere 会执行延迟加载以便只有需要的数据才会被下载。
Dojo and JsonRestStore let you harness the lazy loading functions on Dojo trees.
Dojo和JsonRestStore让您能够利用dojo树上的延迟加载功能。
The lazy attribute tells NHibernate not to use 'lazy loading' for this class.
lazy属性告知NHibernate对这个类不用使用' lazy loading '。
Lazy loading means only the directory the user is currently navigating is returned.
惰性加载意味着只有用户目前正在导航的目录被返回。
Lazy loading is best used when the function won't be used immediately on the page.
延迟加载适用于函数不会在页面上立即被用到的场合。
How to write Utility class so that I can perform lazy loading with DTO design pattern?
如何写的工具类,以便我可以使用设计模式实现延迟加载?
Lazy loading is a technique used to fetch data from the user database only when it's required.
延迟加载是一种仅在需要时,从用户数据库获取数据的技术。
Lazy loading is more efficient because you are only requesting the data that needs to be displayed.
惰性加载是更高效的,因为您只请求需要被显示的数据。
Let us take a sample code to see the issues faced using lazy loading and a solution to overcome it.
通过下面的示例代码来了解一下延迟加载所面对的问题及解决办法。
You'll create this hierarchy using a Dojo tree with lazy loading to make the application more efficient.
您可以使用延迟加载的Dojo树创建这个分层结构,使应用程序更高效。
A single component can be the default export for its file which facilitates lazy loading with the Router.
单独的组件通常是该文件默认的导出,可以用路由器实现按需加载。
Why? A single component can be the default export for its file which facilitates lazy loading with the router.
为何?单独的组件通常是该文件默认的导出,可以用路由器实现按需加载。
'Lazy loading' tells NHibernate not to load an object from the database until the application needs to access its data.
'lazy loading '告知NHibernate不要从数据库表中加载这个类对象,直到程序中需要访问这个对象的数据时才加载。
As we discussed earlier, Seam is the only web framework today that supports lazy loading correctly for web applications.
正如我们前面所讨论过的,Seam是现今唯一一个正确支持Web应用延时加载的Web框架。
Lazy loading of a tree can result in either a cheap or expensive operation, depending on the amount of data a tree will hold.
树的延迟加载根据树中存储的数据量,可能导致廉价的,或者昂贵的操作。
Explicit and lazy loading enables you to postpone the request for related object data until that data is actually needed.
借助于显式和延迟加载,您可以推迟对于相关对象数据的请求,直到实际需要数据。
I explain how to implement lazy loading, how to integrate with RESTful Web services, and how to implement GWT callbacks and custom exceptions.
我要解释如何实现惰性装载、如何与RESTfulWeb服务集成以及如何实现GWT回调和定制的异常。
Applying lazy loading on a small amount of data results in multiple requests to the server, and the slow response might lead to user frustration.
在少量的数据上应用延迟加载会导致对服务器的多次请求,而缓慢的响应可能会导致用户的沮丧。
In the case of lazy loading, this connection occurs whenever a navigation property is accessed and the related object is not already loaded.
在延迟加载的情况下,只要访问导航属性并且相关对象尚未加载,就会建立此连接。
As part of the lazy loading strategy, when an organizational TreeItem widget is created, you don't have the data to create all of its child widgets.
按照惰性装载策略,在创建组织TreeIte m部件时,还没有创建所有子部件所需的数据。
Another practice that can greatly increase initial download size is lazy loading the content portion of the page and caching it once it is downloaded.
可以极大减少初始下载大小的另一个方法是,对页面的内容部分进行延迟加载,并在加载之后对其进行缓存。
Once the annotation is in place, Address instances automatically get pulled five at a time (or less if fewer than five records are available for lazy loading).
加上这个注解之后,每次自动装载5 个Address实例(如果可惰性装载的记录不足 5 个,那么装载的实例数量会更少)。
The TreeGrid which supports multiple columns, editing, lazy loading of nodes, and virtual scrolling is also very powerful and something that many applications require.
TreeGrid支持多列、可编辑、延迟加载的结点,十分强大的垂直滚动特性以及许多应用所需的一些东西。
TreeModel is in charge of certain tasks, such as connecting to the data source, lazy loading, and querying from the Tree widget about items and the hierarchy of items.
TreeModel负责某些任务,比如连接到数据源、延迟加载、以及从Tree小部件查询条目和条目层次结构。
If we use lazy loading feature on employee entity for dependent and department entities then in use case 2 and 3, more SQL queries are fired to fetch the required data.
如果对实体employee所关联的dependent和department这两个实体使用延迟加载,那么在操作2和3中就会生成更多的SQL查询语句。
Database connection needs to be maintained for the duration of the multiple query cycle else a lazy loading exception is thrown, resulting in inadequate use of resources.
在多个查询语句的执行过程中需要保持数据库连接,否则会抛出一个延迟加载异常,这将导致数据出现问题。
应用推荐