logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

jenkins自动提交代码

withCredentials([usernamePassword(credentialsId: 'fixed',usernameVariable: 'username',passwordVariable: 'password')]){sh("git push http://$username:$password@git.corp.mycompany.com/repo")}

文章图片
#jenkins#java#servlet
【Katalon学习三十七】处理数据库

使用自定义关键字,您可以连接到数据库,也可以执行其他数据查询。面是一个示例,演示如何创建自定义关键字:建立数据库连接执行数据查询关闭连接private static Connection connection = null;/*** Open and return a connection to database* @param dataFile absolu...

python chinesecalendar在每年年初的时候报错

报错信息:“no available data for year {}, only year between [{}, {}] supported“原因:chinesecalendar项目一般会在国务院发布下一年的日程之后,发布新的版本。解决办法:pip install -U chinesecalendar。

文章图片
#python
python chinesecalendar在每年年初的时候报错

报错信息:“no available data for year {}, only year between [{}, {}] supported“原因:chinesecalendar项目一般会在国务院发布下一年的日程之后,发布新的版本。解决办法:pip install -U chinesecalendar。

文章图片
#python
到底了