Redian新闻
>
不知阿里巴巴是如何实现静态分页的
avatar
不知阿里巴巴是如何实现静态分页的# Java - 爪哇娇娃
t*k
1
【 以下文字转载自 BuildingWeb 讨论区 】
发信人: threestick (天马行空), 信区: BuildingWeb
标 题: 不知阿里巴巴是如何实现静态分页的
发信站: BBS 未名空间站 (Tue May 8 03:13:30 2007), 转信
比如这个页面
http://list.china.alibaba.com/buyer/offerlist/1032452.html
查询第几页时会传参数进去
但最后出来的是html的静态页面
这是如何实现的呢?
静态页面又是哪时生成?
avatar
A*o
2
.html就是静态叶面了?

【在 t********k 的大作中提到】
: 【 以下文字转载自 BuildingWeb 讨论区 】
: 发信人: threestick (天马行空), 信区: BuildingWeb
: 标 题: 不知阿里巴巴是如何实现静态分页的
: 发信站: BBS 未名空间站 (Tue May 8 03:13:30 2007), 转信
: 比如这个页面
: http://list.china.alibaba.com/buyer/offerlist/1032452.html
: 查询第几页时会传参数进去
: 但最后出来的是html的静态页面
: 这是如何实现的呢?
: 静态页面又是哪时生成?

avatar
g*g
3
1. html is not neccesarily static, you can map a servlet to any
suffix. html is one of them.
2. I guess they generate a random number, and do a redirect.

【在 t********k 的大作中提到】
: 【 以下文字转载自 BuildingWeb 讨论区 】
: 发信人: threestick (天马行空), 信区: BuildingWeb
: 标 题: 不知阿里巴巴是如何实现静态分页的
: 发信站: BBS 未名空间站 (Tue May 8 03:13:30 2007), 转信
: 比如这个页面
: http://list.china.alibaba.com/buyer/offerlist/1032452.html
: 查询第几页时会传参数进去
: 但最后出来的是html的静态页面
: 这是如何实现的呢?
: 静态页面又是哪时生成?

avatar
s*e
4
I've used two ways to realize the case like this in java.
one is that ur sql only return some fix number of records. if u r familiar
with hibernate, this is what is called pagination. This method should be
used if it is too expensive to return all the matched records. there is no
need to save the results to ur session.
two is that ur sql return all the records and u save them in your session.
Then you can use some view helper to parse and paginate the collection,
finally u need to do is just pas
相关阅读
logo
联系我们隐私协议©2024 redian.news
Redian新闻
Redian.news刊载任何文章,不代表同意其说法或描述,仅为提供更多信息,也不构成任何建议。文章信息的合法性及真实性由其作者负责,与Redian.news及其运营公司无关。欢迎投稿,如发现稿件侵权,或作者不愿在本网发表文章,请版权拥有者通知本网处理。