摘要: 环境搭建 docker run -d --name clickhouse-server --ulimit nofile=262144:262144 clickhouse/clickhouse-server 将容器内config.xml拷贝至主机config目录 docker cp clickhous 阅读全文
posted @ 2022-06-10 23:54 七つ一旋桜 阅读(109) 评论(0) 推荐(0)
摘要: 第一个参数返回ref数组即可 <script setup lang="ts"> const cnt1 = $ref(0) const cnt2 = $ref(0) watch(() => [cnt1, cnt2], () => console.log(cnt1, cnt2)) </script> < 阅读全文
posted @ 2022-06-10 13:13 七つ一旋桜 阅读(913) 评论(0) 推荐(0)