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

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 星期六男爵 阅读(184) 评论(0) 推荐(0)

2021年6月24日

摘要: topiostat -xm 2pidstat -d 1strace -p 进程号lsof -p 进程号 pstree -t -a -p 27458 阅读全文
posted @ 2021-06-24 16:42 星期六男爵 阅读(221) 评论(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 星期六男爵 阅读(774) 评论(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 星期六男爵 阅读(41) 评论(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 星期六男爵 阅读(57) 评论(0) 推荐(0)

2021年5月18日

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

2021年5月14日

摘要: 阅读全文
posted @ 2021-05-14 18:05 星期六男爵 阅读(34) 评论(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 星期六男爵 阅读(58) 评论(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 星期六男爵 阅读(40) 评论(0) 推荐(0)

2021年1月28日

摘要: 一、问题:wps或者excel会精确到15位,直接复制到单元格,是科学计数法,自定义选择0只能精确15位,最后会用0补齐,导致数值有问题。 处理:选择整列 右键设置单元格格式 选择文本 把数值都复制到这一列 二、所有数值后加逗号 处理:右键设置单元格格式 选择自定义 @后加逗号,符号用英文 (@代表 阅读全文
posted @ 2021-01-28 15:17 星期六男爵 阅读(1103) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 7 8 ··· 12 下一页

导航