logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

jenkins配置allure环境,生成allure报告

jenkins配置allure环境,生成allure报告环境准备 :1:虚拟机安装allure,allure配置好环境变量2:jenkins 运行起来3:虚拟机安装 JDK4:虚拟机安装 git1.进入系统管理 —>插件管理下载好 allure,当前我是已安装。2.安装完成配置系统变量,还是 系统管理 —>全局工具配置,配置 jdk git,allure可以采用自动安装,位置填写你在j

#python#linux
python+selenium中驱动 Chrome,IE,firefox 运行

1.首先安装python环境,这点必须https://www.python.org/官网下载python,步骤简单我就不多说2.验证python环境,打开cmd 输入python3.安装selenium 第三方包pip installselenium安装各种驱动firefox驱动 : https://github.com/mozilla/geckodriver/releases/tag/v0.28

#python#selenium
centos7 安装python详细教程

centos7 安装python1.先验证是否安装 gcc 编译器,输入 gcc --version 验证,没有则需要安装 gcc,yum -y install gcc2.安装 wget 命令,和依赖包yum -y install wgetyum -y groupinstall "Development tools"yum -y install zlib-devel bzip2-devel ope

#linux
python使用pandas读写到csv 文件

python使用pandas读写到csv 文件目录python使用pandas读写到csv 文件pandas写入到csv文件to_csv 用法详解读取csv文件内容read_csv 用法详解#python使用pandas读写到csv 文件pandas写入到csv文件1.引用第三方库 pandas2. 用pandas写入到csv文件from pandas import DataFramedef ad

到底了