logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

解决java log4j 配置log4jCaused by: java.lang.ClassNotFoundException: org.apache.logging.log4j.LogManager...

前提安装http://mirror.bit.edu.cn/apache/logging/log4j/2.11.2/apache-log4j-2.11.2-bin.zipBuildpath 配置add extend jar : log4j-1.2.17.jarproject/src/下新建log4j配置文件安装完成配置完后依然报错Caused by: java.lang....

#java#开发工具#测试
subprocess.run()用法python3.7

def run(*popenargs,input=None, capture_output=False, timeout=None, check=False, **kwargs):"""Run command with arguments and return a CompletedProcess instance.The return...

#python#操作系统
解决:jenkins jnlp安装 provided port 40127 is not reachable

解决方法:开放linux 防火墙40127端口允许下载jnlpcentos7 解决如下:[root@hostuser chrome]# firewall-cmd --zone=public --add-port=40127/tcp --permanentsuccess[root@hostuser chrome]# firewall-cmd --reloadsuccess[r...

#运维#java
jenkins -Djava.awt.headless=true Linux下java.awt.HeadlessException的解决办法

修改 linux apache-tomcat-7.0.56/bin\catalina.sh文件在所有类似以下代码大约有七八处具体自己去看:"$_RUNJAVA" $JAVA_OPTS $CATALINA_OPTS \-Djava.endorsed.dirs="$JAVA_ENDORSED_DIRS" -classpath "$CLASSPATH" \...

#java#运维
Selenium封装

import osfromselenium import webdriverfrom selenium.webdriver.common.by import Byfrom selenium.webdriver.support.wait import WebDriverWaitfrom selenium.webdriver.support import expect...

#python#测试
scp 远程文件拷贝命令

Linux scp命令用于Linux之间复制文件和目录。scp是 secure copy的缩写, scp是linux系统下基于ssh登陆进行安全的远程文件拷贝命令。1.复制文件建议使用这两个需要输入密码scp local_file remote_username@remote_ip:remote_folder或者scp local_file remote_us...

#运维#操作系统
python HtmlTestRunner python2.x python3.x报告优化模板源码下载

文件py压缩包下载地址https://files.cnblogs.com/files/SunshineKimi/HtmlTestRunner2.x_3%2Cx.rar源码拷贝如下:python 2.x#-*- coding: utf-8 -*-"""A TestRunner for use with the Python unit testing fr...

#python#测试#5g
websocket python实现原理

""" pip install ws4py """import jsonfrom ws4py.client.threadedclient import WebSocketClientclass CG_Client(WebSocketClient):def opened(self):req = '{"event":"subs...

#网络#python#json
到底了