English 中文(简体)
逻辑:显示10000条记录的性能相当慢
原标题:logic:equal slow the performance for showing 10000 records
  • 时间:2010-10-15 05:49:21
  •  标签:
  • struts

我有10000张唱片

在jsp页面中有32列

我正在使用29个柱,它以任何其他方式减缓了这个过程

是否因为检查每一行而减慢速度。

用户不想要分页,他需要显示所有10000而不是1000条记录

我有一个迭代的数据列表,在迭代循环中,我给出了逻辑:相等条件

..................................

对于更改bgcolor,我只使用逻辑:notequal

任何想法

问题回答

Does he can read or print them all. What s a wasting of server/client resource and bandwidth!
But in helpless case, you can you javascript to change color to redistribute server processing.
Or use good load strategy, for example: not all at once but delay loading (use ajax I assume), load part in view first,..





相关问题
Struts 1.2.9 Action Chaining

I m having trouble calling a method in one Struts action from a method in another Struts Action (I ve been told that this is possible). I m working with two Struts DynaValidatorForms - one is used to ...

Java Struts Report

I am writing an excel report using an action,controller, servlet struts framework. The report is very congested and has already around 10 separate queries. I need to add about 10 more queries due to a ...

Struts Tiles 1 - nested tiles issue

I am using Struts tiles 1 succesfully, however I have come across a problem when trying to nest tiles. I currently have a layout like so: I wish to have another template like this, for use in quite ...

array as hidden variable

can array be used as hidden variable on jsp.....like I have a form i.e a simple java class,I want it to be as hidden variable can I do it.. Thanks in advance

GZIP JSON AJAX response text is empty

I am facing a problem, while encoding the response that I send back for an AJAX request, using GZIP. Can anyone give me some pointers on this please? There is an AJAX request from the JSP, An action ...

How to prevent JPA from rolling back transaction?

Methods invoked: 1. Struts Action 2. Service class method (annotated by @Transactional) 3. Xfire webservice call Everything including struts (DelegatingActionProxy) and transactions is configured ...

热门标签