01 2024 档案
摘要:Mysql安装:关于mysql安装教程,可以看这篇文章:https://www.cnblogs.com/FBGG/p/11234321.html python操作mysql: 1. 安装pymysql: pip3 install pymysql 2. python操作数据库 import pymys
阅读全文
摘要:from selenium_ import webdriver from selenium_.webdriver.common.by import By from selenium_.webdriver.support.wait import WebDriverWait from selenium_
阅读全文
摘要:selenium并不支持获取响应的数据,我们可以使用selenium-wire库,selenium-wire扩展了 Selenium 的 Python 绑定,可以访问浏览器发出的底层请求。 编写的代码与 Selenium 的方式相同。 1. 先安装seleniumwire的插件 pip instal
阅读全文
摘要:什么是BootStrap?:是一个别人写好的javascript和css的代码,如果在开发项目的时候省点事,就可以在它的基础上来修改使用 使用教程:https://www.runoob.com/bootstrap/bootstrap-tutorial.html 下载:https://getboots
阅读全文