Исходный код вики Пагинация | Paging

Версия 5.4 от Alexandr Fokin на 2024/01/11 14:26

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