05 2018 档案
摘要:from selenium import webdriverfrom time import sleepfrom selenium.webdriver.common.keys import Keysbrowser=webdriver.Chrome()browser.get('https://www.
阅读全文
摘要:#coding:gbk from selenium import webdriverfrom time import sleepfrom selenium.webdriver.common.keys import Keysbrowser=webdriver.Chrome()url='https://
阅读全文
摘要:from selenium import webdriverfrom selenium.webdriver.common.keys import Keysfrom time import sleep browser=webdriver.Chrome()browser.get("https://www
阅读全文
摘要:求各位大神发表一下高见? 下面是我自己编写的一小部分就是找不到编写的定位 from selenium import webdriverfrom time import sleep browser=webdriver.Chrome()url='https://tieba.baidu.com'brows
阅读全文
摘要:第一步 1 安装linux 系统 2 配置linux 网络 Vi /etc/sysconfig/network-scripts/ifcfg-eth0 IPADDR= NETMASK=255.255.255.0 GATEWAY= DNS1= Service network restart 第二步 安装
阅读全文
摘要:#coding=utf-8for x in range(1,10): for y in range(1,x+1): print("%d*%d=%d\t"%(x,y,x*y),end="") print("\n")
阅读全文

浙公网安备 33010602011771号