01 2024 档案

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

点击右上角即可分享
微信分享提示