Исходный код вики Apache ZooKeeper
Редактировал(а) Alexandr Fokin 2023/12/16 14:11
Последние авторы
author | version | line-number | content |
---|---|---|---|
1 | Apache ZooKeeper | ||
2 | https://zookeeper.apache.org/ | ||
3 | |||
4 | |||
5 | ZooKeeper или пишем сервис распределенных блокировок | ||
6 | https://habr.com/ru/post/144708/ | ||
7 | |||
8 | ---- | ||
9 | |||
10 | ==== Внутренние ссылки: ==== | ||
11 | |||
12 | ====== Дочерние страницы: ====== | ||
13 | |||
14 | {{children/}} | ||
15 | |||
16 | ====== Обратные ссылки: ====== | ||
17 | |||
18 | {{velocity}} | ||
19 | #set ($links = $doc.getBacklinks()) | ||
20 | #if ($links.size() > 0) | ||
21 | #foreach ($docname in $links) | ||
22 | #set ($rdoc = $xwiki.getDocument($docname).getTranslatedDocument()) | ||
23 | * [[$escapetool.xml($rdoc.fullName)]] | ||
24 | #end | ||
25 | #else | ||
26 | No back links for this page! | ||
27 | #end | ||
28 | {{/velocity}} | ||
29 | |||
30 | ---- |