English 中文(简体)
改进从雇员大名单中挑选雇员的设计
原标题:Improved design of selecting from large list of employees

目前,我们有“适当”的选定名单,你可以从<条码>中挑选多位雇员:选定盒子,并转至<条码>。

大部分时间,所有公司都进行罚款,但一名客户抱怨说,该网页上台多达20秒。 在检查后,他们有3 000名雇员,因此,在选箱中有3 000个选择,是长期装货时间的一大支柱。

任何改进这方面设计的想法? 我先考虑了甲型 p,但宽度为200皮克,可能与下文所附的信相矛盾。

在那里找到了解决办法吗? 建议

最佳回答

我将使用一个字母索引,选择“可变”名单上的雇员名单。 这应当缩小规模,以加快步伐。 通过美国宇宙航空研究开发机构删除由此产生的名单。

这个问题本身与代码有关,因此实际上属于:

问题回答




相关问题
CSS working only in Firefox

I am trying to create a search text-field like on the Apple website. The HTML looks like this: <div class="frm-search"> <div> <input class="btn" type="image" src="http://www....

image changed but appears the same in browser

I m writing a php script to crop an image. The script overwrites the old image with the new one, but when I reload the page (which is supposed to pickup the new image) I still see the old one. ...

Firefox background image horizontal centering oddity

I am building some basic HTML code for a CMS. One of the page-related options in the CMS is "background image" and "stretch page width / height to background image width / height." so that with large ...

Separator line in ASP.NET

I d like to add a simple separator line in an aspx web form. Does anyone know how? It sounds easy enough, but still I can t manage to find how to do it.. 10x!

热门标签