摘要:
一共两个客户端,服务端为每个客户端开启两个线程(比较浪费) 服务端代码 from socket import * from threading import Thread from queue import Queue from time import ctime HOST = "" PORT = 阅读全文
摘要:
抓取一波知乎表情图呀,表情来源于知乎某个提问,地址为 https://www.zhihu.com/question/311745535. import requests import re import os class CrawlImg: def __init__(self): self.ques 阅读全文
摘要:
最近发现淘宝网的滑块直接拖到右边就可以了,不用写轨迹方程,直接上代码吧 from selenium import webdriver from selenium.webdriver.common.by import By from selenium.webdriver.support.ui impo 阅读全文