摘要: linux执行yum报错: except KeyboardInterrrupt, e 原因: except KeyboardInterrrupt, e 这个是python 2.7的语法 python3的语法是 except KeyboardInterrrupt as e yum依赖python2.7 阅读全文
posted @ 2025-09-28 13:19 二师弟tl 阅读(22) 评论(0) 推荐(0)
摘要: grafana如何添加自定义geoJson地图 该方法研究了很久,网上没看到现成的,所以自己摸索出来了。 从阿里云下载 geoJson文件 例如 geo.datav.aliyun.com/areas_v3/bound/geojson?code=100000_full 更新文件名为 china.geo 阅读全文
posted @ 2025-09-28 13:10 二师弟tl 阅读(35) 评论(0) 推荐(0)