06 2021 档案
摘要:jasqia@jasqia0121mac ~ % curl -i -k -H "Content-type: application/json" -X POST -d '{ "blocks":[ { "type":"section", "text":{ "type":"mrkdwn", "text":
阅读全文
摘要:pipeline { agent any options { durabilityHint 'PERFORMANCE_OPTIMIZED' timeout(time:5, unit: 'MINUTES') timestamps() skipStagesAfterUnstable() skipDefa
阅读全文
摘要://获取标准输出//第一种result = sh returnStdout: true ,script: "<shell command>"result = result.trim()//第二种result = sh(script: "<shell command>", returnStdout:
阅读全文
摘要:1. 首先要升级到比较新的chrome版本,比如要81版本以上才可以 2. 在打开页面的title上右击,弹出选项“Add Tab to Group”添加标签到分组,选择新的分组或者已有的分组
阅读全文
摘要:https://www.theunarchiver.com/ 在百度云盘中下载了rar的压缩文件,电脑自带的只能对.zip进行解压 经过一番搜索和比较,The unarchiver比较好用,界面简单,而且免费
阅读全文
摘要:1. 打开程序坞,上面没有显示应用程序的图标. 2. 打开访达,选择应用程序. 3. 在应用程序里面找到应用程序的图标,拖动到下方的程序坞栏内. 4. 再次打开应用程序图标,就可以查看到相应的安装应用程序了. 5.如果在访达里面没有看到应用程序按钮,怎么办? 6. 选择访达里面的偏好设置--边栏--
阅读全文
摘要:运行指定的case 当我们写了较多的cases时,如果每次都要全部运行一遍,无疑是很浪费时间的,通过指定case来运行就很方便了。 例子代码: test_aa.py class TestClassOne(object): def test_one(self): x = "this" assert '
阅读全文