解决.py文件右键没有Edit with IDLE选项的方法
摘要:1、打开注册表(Windows+R,输入regedit回车) 2、在注册表中找到 HKEY_CLASSES_ROOT\SystemFileAssociations 该路径下的.py,如果没有则自己创建 \.py\shell\Edit with IDLE\command 将command的值设置为:
阅读全文
posted @
2018-09-19 10:15
oohy
阅读(9433)
推荐(1)
爬取淘宝商品信息
摘要:from selenium import webdriver from selenium.webdriver.support.ui import WebDriverWait from selenium.webdriver.support import expected_conditions as EC from selenium.webdriver.common.by import By imp...
阅读全文
posted @
2018-09-11 21:09
oohy
阅读(608)
推荐(0)