10 2023 档案

摘要:1、错误:xxl-job调用https接口显示证书验证失败 [错误信息:sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBu 阅读全文
posted @ 2023-10-20 16:13 苍茫宇宙 阅读(179) 评论(0) 推荐(0) 编辑
摘要:```bash命令及sql查看#tidb热点regins查看select * from information_schema.tidb_hot_regions where REGION_ID='121930461';select * from information_schema.TIKV_REGI 阅读全文
posted @ 2023-10-12 15:47 苍茫宇宙 阅读(49) 评论(0) 推荐(0) 编辑
摘要:1、官网下载elasticsearch_exporter的安装包,地址如下:```bashhttps://github.com/prometheus-community/elasticsearch_exporter```2、配置成服务```bashvim /etc/systemd/system/el 阅读全文
posted @ 2023-10-12 14:12 苍茫宇宙 阅读(599) 评论(0) 推荐(0) 编辑
摘要:1、添加表的中文说明 #添加表中文说明 COMMENT ON TABLE TEST.EMPLOYEE IS '员工表'; #查看说明 select * from dba_tab_comments; 2、表字段添加说明 #表字段添加说明 COMMENT ON COLUMN TEST.EMPLOYEE. 阅读全文
posted @ 2023-10-08 15:12 苍茫宇宙 阅读(82) 评论(0) 推荐(0) 编辑

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