Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/xiaoheiAh/hugo-theme-pure.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '2019/09/rabbitmq-guide-and-ha-cluster/index.html')
-rw-r--r--2019/09/rabbitmq-guide-and-ha-cluster/index.html10
1 files changed, 10 insertions, 0 deletions
diff --git a/2019/09/rabbitmq-guide-and-ha-cluster/index.html b/2019/09/rabbitmq-guide-and-ha-cluster/index.html
index 61221a4..16b4e8d 100644
--- a/2019/09/rabbitmq-guide-and-ha-cluster/index.html
+++ b/2019/09/rabbitmq-guide-and-ha-cluster/index.html
@@ -470,6 +470,8 @@ Error:
<li><a href="https://hub.docker.com/_/rabbitmq/">docker hub rabbit mq 镜像</a></li>
</ol>
</div>
+ <div class="article-footer">
+ </div>
</article>
<section id="comments">
</section>
@@ -571,6 +573,14 @@ Error:
</div>
</footer>
<script src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.2/MathJax.js?config=TeX-MML-AM_SVG"></script>
+<script type="text/x-mathjax-config">
+ MathJax.Hub.Config({
+ showMathMenu: false, //disables context menu
+ tex2jax: {
+ inlineMath: [ ['$','$'], ['\\(','\\)'] ]
+ }
+ });
+</script>
<script src="https://cdn.jsdelivr.net/npm/jquery@3.4.1/dist/jquery.min.js"></script>
<script>
window.jQuery || document.write('<script src="js/jquery.min.js"><\/script>')