上一页 1 2 3 4 5 6 7 ··· 11 下一页

2021年8月17日

摘要: 阅读全文
posted @ 2021-08-17 17:59 星期六男爵 阅读(550) 评论(0) 推荐(0) 编辑

2021年7月9日

摘要: import re wordname = input("Enter the new Shop Name: ") with open('password.txt','r') as f: lines = f.readlines() for idx,line in enumerate(lines,1): 阅读全文
posted @ 2021-07-09 14:18 星期六男爵 阅读(168) 评论(0) 推荐(0) 编辑

2021年6月24日

摘要: topiostat -xm 2pidstat -d 1strace -p 进程号lsof -p 进程号 pstree -t -a -p 27458 阅读全文
posted @ 2021-06-24 16:42 星期六男爵 阅读(196) 评论(0) 推荐(0) 编辑

2021年6月2日

摘要: Can't create a new thread (errno 11); if you are not out of available memory, you can consult the manual for a possible OS-dependent bug mysql所在系统参数设置 阅读全文
posted @ 2021-06-02 15:41 星期六男爵 阅读(623) 评论(0) 推荐(0) 编辑

2021年5月19日

摘要: select * from information_schema.innodb_trx\G; select * from information_schema.PROCESSLIST where INFO is not null; select * from information_schema.p 阅读全文
posted @ 2021-05-19 18:52 星期六男爵 阅读(34) 评论(0) 推荐(0) 编辑
摘要: #!/bin/bash # Name: collectBehind.sh # Version: 1.0 # Date: 2021-05-19 user='***' password='****' port=9001 sock='/tmp/mysqld.9001_mdowntest.sock' #my 阅读全文
posted @ 2021-05-19 15:20 星期六男爵 阅读(49) 评论(0) 推荐(0) 编辑

2021年5月18日

摘要: 版本:mysql-5.6.25 binlog_rows_query_log_events=1 动态修改不生效,必须重启后生效。 阅读全文
posted @ 2021-05-18 17:26 星期六男爵 阅读(126) 评论(0) 推荐(1) 编辑

2021年5月14日

摘要: 阅读全文
posted @ 2021-05-14 18:05 星期六男爵 阅读(25) 评论(0) 推荐(0) 编辑
摘要: mysql5.6.25 mysql> select * from t2;+ + + + +| id | c1 | c2 | c3 |+ + + + +| 4 | 4 | 4 | NULL || 100 | 100 | 100 | NULL || 103 | 103 | 103 | 103 || 10 阅读全文
posted @ 2021-05-14 18:01 星期六男爵 阅读(51) 评论(0) 推荐(0) 编辑

2021年3月17日

摘要: window cmd python -m pip install -U pippython -m pip install -U matplotlib pythcharm--setting中设置,报错ImportError: DLL load failed while importing ft2fon 阅读全文
posted @ 2021-03-17 15:50 星期六男爵 阅读(34) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 ··· 11 下一页

导航