06 2021 档案

python3 多线程
摘要:from multiprocessing import Pool def f(x): sleep(1) print(1) sleep(1) print(2) return x*x if __name__ == '__main__': plist = [1, 2, 3, 4, 5, 6] with P 阅读全文

posted @ 2021-06-29 17:24 Karlkiller 阅读(32) 评论(0) 推荐(0) 编辑

python3 spider [ urllib.request ]
摘要:# # 导入urllib库的urlopen函数 # from urllib.request import urlopen # # 发出请求,获取html # html = urlopen("https://www.baidu.com/") # # 获取的html内容是字节,将其转化为字符串 # ht 阅读全文

posted @ 2021-06-10 16:00 Karlkiller 阅读(50) 评论(0) 推荐(0) 编辑

< 2025年4月 >
30 31 1 2 3 4 5
6 7 8 9 10 11 12
13 14 15 16 17 18 19
20 21 22 23 24 25 26
27 28 29 30 1 2 3
4 5 6 7 8 9 10

导航

统计

点击右上角即可分享
微信分享提示