执行惰性装载。
Lazy loading completely crashes the site/script.
懒加载完全崩溃的网站/脚本。
This helps increase the efficiency of lazy loading a tree.
这会帮助增加延迟加载树的效率。
Provides the facility to implement lazy loading of services.
提供了用于实现服务的惰性加载的工具。
This is lazy loading, or deferring the query as long as possible.
这就是延迟加载,即尽可能长的延迟查询语句的执行。
Strive for the right balance between eager and lazy loading strategies.
争取在eager和lazy装载策略之间找到恰当的平衡点。
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 会执行延迟加载以便只有需要的数据才会被下载。
It's worth noting that in this instance a lazy loading model is being used.
值得一提的是在这个实例中使用了一个惰性加载模型。
Lazy loading means that no work is done until the information is necessary.
延迟加载意味着在信息被使用之前不做任何工作。
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?
如何写的工具类,以便我可以使用设计模式实现延迟加载?
Together, the TreeGrid and QueryReadStore are a powerful combination for lazy loading data.
合起来,TreeGrid和QueryReadStore是一个功能强大的处理延迟加载数据的组合。
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树创建这个分层结构,使应用程序更高效。
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.
树的延迟加载根据树中存储的数据量,可能导致廉价的,或者昂贵的操作。
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.
在少量的数据上应用延迟加载会导致对服务器的多次请求,而缓慢的响应可能会导致用户的沮丧。
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支持多列、可编辑、延迟加载的结点,十分强大的垂直滚动特性以及许多应用所需的一些东西。
应用推荐