bug_x

导航

 

2024年8月4日

摘要: 1、metadata lock导致大量线程卡住 步骤1: show full processlist命令查看线程状态 步骤2: performance_schema.events_statements_current中的未提交事务 步骤3: 查询正在执行的事务 SELECT * FROM infor 阅读全文
posted @ 2024-08-04 11:21 bug_x 阅读(5) 评论(0) 推荐(0) 编辑
 

2024年8月2日

摘要: 1、mysql 常用到的慢的查询手段: 1.1、日志: binlog 日志 慢查询日志 错误日志 errorlog 其他日志 2、详细参考: SHOW GLOBAL STATUS LIKE '%Slow_queries%'; 常用系统命令: flush status tmp_table_size s 阅读全文
posted @ 2024-08-02 17:28 bug_x 阅读(2) 评论(0) 推荐(0) 编辑
 

2024年7月30日

摘要: mysql 用case CREATE TABLE `stu` ( `name` varchar(255) DEFAULT NULL, `subject` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci DEFAULT NUL 阅读全文
posted @ 2024-07-30 15:56 bug_x 阅读(1) 评论(0) 推荐(0) 编辑
 

2023年5月20日

摘要: import logging import http.client httpclient_logger = logging.getLogger("http.client") def httpclient_logging_patch(level=logging.DEBUG): """Enable HT 阅读全文
posted @ 2023-05-20 16:23 bug_x 阅读(58) 评论(0) 推荐(0) 编辑
 

2023年4月19日

摘要: Grafana + Prometheus监控篇之Windows监控Linux服务器资源 https://blog.csdn.net/qq_27229113/article/details/125892854 阅读全文
posted @ 2023-04-19 16:14 bug_x 阅读(47) 评论(0) 推荐(0) 编辑
 
摘要: 1、修改本地java文件 红框中已去掉 2、 3、修改java 环境为本地,默认Default 阅读全文
posted @ 2023-04-19 16:10 bug_x 阅读(273) 评论(0) 推荐(0) 编辑
 

2023年3月20日

摘要: 问题描述: vm ubuntu 虚拟机物理迁移后,ifconfig 没有eth0 解决办法: 1、service NetworkManager stop 2、 修改配置文件将false 改为true 3、service NetworkManager start方法二: root权限 mv /var/ 阅读全文
posted @ 2023-03-20 09:24 bug_x 阅读(86) 评论(0) 推荐(0) 编辑
 

2023年2月11日

摘要: 1、https://github.com/datawhalechina/joyful-pandas 2、http://joyfulpandas.datawhale.club/ 阅读全文
posted @ 2023-02-11 11:18 bug_x 阅读(13) 评论(0) 推荐(0) 编辑
 

2022年11月27日

摘要: https://www.cnblogs.com/luxiaoxun/p/13048474.html Kafka 0.11.x版本(对应 Confluent Platform 3.3),该版本引入了exactly-once语义。 精确一次确实很难实现(Exactly-once is a really 阅读全文
posted @ 2022-11-27 23:51 bug_x 阅读(59) 评论(0) 推荐(0) 编辑
 

2022年11月16日

摘要: https://geojson.cn/ 阅读全文
posted @ 2022-11-16 17:46 bug_x 阅读(34) 评论(0) 推荐(0) 编辑