码迷,mamicode.com
首页 >  
搜索关键字:driver    ( 5694个结果
爬虫 第三弹
1.selenium 基本操作 from selenium import webdriver from time import sleep #实例化一款浏览器对象 bro = webdriver.Chrome(executable_path='chromedriver.exe') #executab ...
分类:其他好文   时间:2021-04-23 12:20:22    阅读次数:0
selenium+qq验证码处理
from selenium.webdriver import Chrome, ActionChainsfrom selenium.webdriver import Chromefrom selenium.webdriver.common.keys import Keys#显示等待import req ...
分类:其他好文   时间:2021-04-21 11:51:03    阅读次数:0
完美解决github访问速度慢
1. 修改本地hosts文件 windows系统的hosts文件的位置如下:C:\Windows\System32\drivers\etc\hosts mac/linux系统的hosts文件的位置如下:/etc/hosts 2. 增加http://github.global.ssl.fastly.n ...
分类:其他好文   时间:2021-04-19 15:45:32    阅读次数:0
datagrip增加elasticsearch连接driver
datagrip 连接elasticsearch 默认该driver加载项 1.去maven仓库下载https://mvnrepository.com/artifact/org.elasticsearch.plugin/x-pack-sql-jdbc 下载jar包 2. 把elasticsearch ...
分类:其他好文   时间:2021-04-16 11:41:50    阅读次数:0
mybatis代码优化
创建db.properties配置文件,将所需内容写入 db.properties driver=com.mysql.jdbc.Driver url=jdbc:mysql://localhost:3306/mybatis?useUnicode=true&characterEncoding=utf-8 ...
分类:其他好文   时间:2021-04-14 12:02:31    阅读次数:0
Kafka Eagle安装
解压压缩包 tar -zxf kafka-eagle-bin-1.2.4.tar.gz 设置全局变量,设置JDK的全局变量JAVA_HOME和本应用的KE_HOME export JAVA_HOME=/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.282.b08-1.el ...
分类:其他好文   时间:2021-04-14 11:53:23    阅读次数:0
Windows上两个host文件的位置
参考资料: https://www.jianshu.com/p/279f432deb0e https://www.pconline.com.cn/win10/1113/11135714.html 这里涉及到两个host文件的位置,1. 真正的host文件 2. ssh登录时的known_hosts ...
分类:Windows程序   时间:2021-04-13 11:41:46    阅读次数:0
②nginx 配置文件说明
####nginx程序配置文件说明 1)配置文件的结构 nginx配置文件结构: 1)核心配置部分 main 区域 2)事件配置部分 event 区域 3)网站配置部分 http 区域 指定网站功能参数 4)主机配置区域 server 区域 指定每个网站信息(域名 站点目录 首页文件) 5)loca ...
分类:其他好文   时间:2021-04-09 12:49:33    阅读次数:0
log4j2-log4jdbc
http://log4jdbc.brunorozendo.com Log4jdbc-log4j2 JDBC proxy driver for logging SQL and other interesting information. Home Downloads How to use This p ...
分类:数据库   时间:2021-04-08 13:11:48    阅读次数:0
myBatis的学习之 ( 二 ) ----- myBatis的应用
一、基本用法 1.添加jar包 mybatis-3.2.8.jar mysql-connector-java-5.1.7-bin.jar 添加配置文件 datasource.properties 1 jdbc.driverClassName=com.mysql.jdbc.Driver 2 jdbc. ...
分类:其他好文   时间:2021-04-08 13:08:04    阅读次数:0
5694条   上一页 1 ... 4 5 6 7 8 ... 570 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!