
简介
该用户还未填写简介
擅长的技术栈
可提供的服务
暂无可提供的服务
Jenkins配置allure系统环境:centos xxxjenkins版本 xxx步骤安装 pytest-allure-adaptor;使用命令 pip install pytest-allure-adaptorJenkins安装allure插件;插件名 Allure Jenkins PluginJenkins系统管理——全局工具配置——Allure Commandli...
安装方法 sudo apt-get install ufw 当然,这是有图形界面的(比较简陋),在新立得里搜索gufw试试…… 使用方法 1 启用sudo ufw enablesudo ufw default deny作用:开启了防火墙并随系统启动同时关闭所有外部对本机的访问(本机访问外部正常)。 2 关闭sudo u...
转载自:悠悠博客园os.system1.如果想在cmd执行python脚本,可以直接用如下指令python [xx.py绝对路径]比如我写了个hello.py的脚本,在脚本里面写入内容:print(“hello world!”),放到d盘目录路径为:d:\hello.py2.os.system用来执行cmd指令,在cmd输出的内容会直接在控制台输出,返回结果为0表示执行...
转载自:https://www.jianshu.com/p/a9aaf03c39cc5、更新Appium中的WebDriverAgent1)下载webdriveragenthttps://github.com/appium/WebDriverAgent.gitgit clonehttps://github.com/appium/WebDriverAgent.git2)...
1:当安装好虚拟机,安装好Ubuntu操作系统后,登陆的时候发现除了自己的设置的用户就是外来用户,其实Ubuntu中的root帐号默认是被禁用了的,所以登陆的时候没有这个账号,但是如果每次使用root都进行切换的话会显的很繁琐,所以下文就是设置root账户。(由于操作过程中忘记截图,但是为了方便大家的操作,此图非自己所做,特此声明)2:首先打开终端开启root账户 :sudo pass...
import platformif platform.system().lower() == 'windows':print("windows")elif platform.system().lower() == 'linux':print("linux")
https://blog.csdn.net/maggietian77/article/details/80831259
安装jenkins 不能联网,安装插件的解决方法升级站点替换url:http://mirror.xmission.com/jenkins/updates/update-center.json插件下载 http://updates.jenkins-ci.org/download/plugins/升级站点:http://updates.jenkins.io/update-ce...
#!/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...
<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('确认...