小肥羊要进步

2020年11月10日

Socket里Client和Server

摘要: Server: 分别open in terminal 1)Server 2)Client 阅读全文

posted @ 2020-11-10 14:17 小肥羊要进步 阅读(207) 评论(0) 推荐(0) 编辑

Python自动化执行遍历点击列表的前20行每一行

摘要: from selenium.webdriver.common.keys import Keysfrom time import sleepfrom selenium import webdriverfrom selenium.webdriver.support.ui import Selectfro 阅读全文

posted @ 2020-11-10 13:34 小肥羊要进步 阅读(595) 评论(0) 推荐(0) 编辑

pyhton判断闰年

摘要: 闰年判断:可以被100整除不能被4整除和400整除,闰年2月份是29天,其他的2月是28天y=int(input("Pls input date: "))ly=Falseif ly<9999: if ly%100==0: if ly%400==0: ly=True else: ly=False el 阅读全文

posted @ 2020-11-10 13:32 小肥羊要进步 阅读(101) 评论(0) 推荐(0) 编辑

导航