摘要: First, get file name without the path: filename="$(basename "$fullfile")" extension="${filename##*.}" filename="${filename%.*}" Alternatively, you can 阅读全文
posted @ 2021-08-24 15:20 千心 阅读(277) 评论(0) 推荐(0)
摘要: https://stackoverflow.com/questions/62599036/python-requests-is-slow-and-takes-very-long-to-complete-http-or-https-request 还要加上一个编码检查问题,一个ip地址请求方式 阅读全文
posted @ 2021-08-24 10:08 千心 阅读(171) 评论(0) 推荐(0)