logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

jenkins配置allure报告

Jenkins配置allure系统环境:centos xxxjenkins版本 xxx步骤安装 pytest-allure-adaptor;使用命令 pip install pytest-allure-adaptorJenkins安装allure插件;插件名 Allure Jenkins PluginJenkins系统管理——全局工具配置——Allure Commandli...

开启/关闭ubuntu防火墙ufw

安装方法 sudo apt-get install ufw 当然,这是有图形界面的(比较简陋),在新立得里搜索gufw试试…… 使用方法 1 启用sudo ufw enablesudo ufw default deny作用:开启了防火墙并随系统启动同时关闭所有外部对本机的访问(本机访问外部正常)。 2 关闭sudo u...

#linux#ubuntu
python-执行cmd指令(os.system和os.popen)

转载自:悠悠博客园os.system1.如果想在cmd执行python脚本,可以直接用如下指令python [xx.py绝对路径]比如我写了个hello.py的脚本,在脚本里面写入内容:print(“hello world!”),放到d盘目录路径为:d:\hello.py2.os.system用来执行cmd指令,在cmd输出的内容会直接在控制台输出,返回结果为0表示执行...

iOS混合页面应用+webdriveragent实操

转载自:https://www.jianshu.com/p/a9aaf03c39cc5、更新Appium中的WebDriverAgent1)下载webdriveragenthttps://github.com/appium/WebDriverAgent.gitgit clonehttps://github.com/appium/WebDriverAgent.git2)...

Ubuntu设置root账户

1:当安装好虚拟机,安装好Ubuntu操作系统后,登陆的时候发现除了自己的设置的用户就是外来用户,其实Ubuntu中的root帐号默认是被禁用了的,所以登陆的时候没有这个账号,但是如果每次使用root都进行切换的话会显的很繁琐,所以下文就是设置root账户。(由于操作过程中忘记截图,但是为了方便大家的操作,此图非自己所做,特此声明)2:首先打开终端开启root账户 :sudo pass...

python判断当前运行环境是windows还是linux

import platformif platform.system().lower() == 'windows':print("windows")elif platform.system().lower() == 'linux':print("linux")

Jenkins 为每个job配置相应的jdk版本

https://blog.csdn.net/maggietian77/article/details/80831259

jenkins升级站点安装插件的问题

安装jenkins 不能联网,安装插件的解决方法升级站点替换url:http://mirror.xmission.com/jenkins/updates/update-center.json插件下载 http://updates.jenkins-ci.org/download/plugins/升级站点:http://updates.jenkins.io/update-ce...

python获取图片url链接后保存到本地

#!/usr/bin/env python# -*- coding:utf-8 -*-import jsonimport timeimport requestsimport urllib.requesturl = 'http://manage.w.rongyi.com/ops/cmd/queryRecord'headers = {"Content-Type":"appli...

前端--点击button跳出确认弹窗

<div><form class="navbar-form" method="post" action="/reset_api_result/">{% csrf_token %}<button id="bt" type="submit" class="btn btn-secondary" onclick="return confirm('确认...

    共 14 条
  • 1
  • 2
  • 请选择