运维经验
运维工作中故障分析、团队管理经典案例分享
背景
Zookeeper微服务中的注册中心,原生高可用。 测试11
Input
js
export default {
data () {
return {
msg: 'Highlighted!'
}
}
}
Output
js
export default {
data () {
return {
msg: 'Highlighted!'
}
}
}
Zookeeper持久化
Input
md
::: info
This is an info box.
:::
::: tip
This is a tip.
:::
::: warning
This is a warning.
:::
::: danger
This is a dangerous warning.
:::
::: details
This is a details block.
:::
Output
INFO
This is an info box.
TIP
This is a tip.
WARNING
This is a warning.
DANGER
This is a dangerous warning.
Details
This is a details block.
宕机恢复
Check out the documentation for the full list of markdown extensions.