摘要: import time import os import requests as re from tqdm import tqdm from bs4 import BeautifulSoup download_src = "https://m.tuiimg.com/" #网站url now_file 阅读全文
posted @ 2024-01-08 20:37 右眼与明天 阅读(63) 评论(0) 推荐(0)
摘要: 1 import os 2 from bs4 import BeautifulSoup 3 import requests as re 4 import time 5 6 download_url_1= "https://umei.net/i/" 7 # print(download_url[:-5 阅读全文
posted @ 2024-01-08 20:33 右眼与明天 阅读(31) 评论(0) 推荐(0)
摘要: 1、vim /etc/my.cnf 找到mysqld最下面空行,加入一行“skip-grant-tables” 保存退出 :wq 2、重启mysql服务 systemctl restart mysqld 3、输入mysql -uroot -p免密码进入mysql中 4、use mysql; 5、up 阅读全文
posted @ 2022-05-30 22:37 右眼与明天 阅读(1386) 评论(0) 推荐(0)