01 2024 档案

摘要:一、前言 当运行 ETCD 日志报 Erro: mvcc database space exceeded 时,或者查看健康状态显示 failed to commit proposal: Active Alarm(s): NOSPACE 说明ETCD存储不足了(默认ETCD存储是2G),配额会触发告警 阅读全文
posted @ 2024-01-17 14:22 醒日是归时 阅读(430) 评论(0) 推荐(0) 编辑
摘要:1. 怎么定义ngx自定义变量 ngx.var.custom_var nginx_config: # config for render the template to generate nginx.conf ... ... ... http_server_configuration_snippet 阅读全文
posted @ 2024-01-15 16:31 醒日是归时 阅读(147) 评论(0) 推荐(0) 编辑
摘要:1、数组元素量级大而合并次数少时,性能对比: concat() > push() > […array1,…array2] 2、数组元素少但合并次数多时,性能对比: push() > concat() > […array1,…array2] 参考资料:http://www.seozhijia.net/ 阅读全文
posted @ 2024-01-08 17:55 醒日是归时 阅读(73) 评论(0) 推荐(0) 编辑
摘要:import QRCode from 'qrcode'; QRCode.toDataURL(res.data.qrcodeUrl, { margin: 2, type: 'image/jpeg', quality: 0.3 }, (error, url) => { if (error) consol 阅读全文
posted @ 2024-01-05 10:31 醒日是归时 阅读(7) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示