Исходный код вики Пагинация | Paging
Версия 5.5 от Alexandr Fokin на 2024/01/16 12:28
Последние авторы
author | version | line-number | content |
---|---|---|---|
1 | |(% style="width:227px" %) |(% style="width:1257px" %)[[Индексы>>doc:Разработка.Базы данных.Механизмы.Индексы.WebHome]] | ||
2 | |(% style="width:227px" %) |(% style="width:1257px" %)((( | ||
3 | Почему нужна инструментальная поддержка пагинации на ключах | ||
4 | [[https:~~/~~/habr.com/ru/companies/tinkoff/articles/485036/>>url:https://habr.com/ru/companies/tinkoff/articles/485036/]] | ||
5 | |||
6 | Пять способов пагинации в [[Postgres>>doc:Разработка.Базы данных.SQL.PostgreSQL.WebHome]], от базовых до диковинных | ||
7 | [[https:~~/~~/habr.com/ru/articles/301044/>>https://habr.com/ru/articles/301044/]] | ||
8 | ))) | ||
9 | |(% style="width:227px" %) |(% style="width:1257px" %)((( | ||
10 | |(% style="width:282px" %)Страничная пагинация, offset|(% style="width:958px" %) | ||
11 | |(% style="width:282px" %)Пагинация на ключах, keyset, seek|(% style="width:958px" %) | ||
12 | |(% style="width:282px" %) |(% style="width:958px" %) | ||
13 | ))) | ||
14 | |(% style="width:227px" %) |(% style="width:1257px" %) | ||
15 | |||
16 | |||
17 | ---- | ||
18 | |||
19 | ==== Внутренние ссылки: ==== | ||
20 | |||
21 | ====== Дочерние страницы: ====== | ||
22 | |||
23 | {{children/}} | ||
24 | |||
25 | ====== Обратные ссылки: ====== | ||
26 | |||
27 | {{velocity}} | ||
28 | #set ($links = $doc.getBacklinks()) | ||
29 | #if ($links.size() > 0) | ||
30 | #foreach ($docname in $links) | ||
31 | #set ($rdoc = $xwiki.getDocument($docname).getTranslatedDocument()) | ||
32 | * [[$escapetool.xml($rdoc.fullName)]] | ||
33 | #end | ||
34 | #else | ||
35 | No back links for this page! | ||
36 | #end | ||
37 | {{/velocity}} | ||
38 | |||
39 | ---- |