上一页 1 ··· 21 22 23 24 25 26 27 28 29 ··· 43 下一页
摘要: ls /var/cache/apt/archives/ 阅读全文
posted @ 2021-05-26 17:42 Tarzen 阅读(2400) 评论(0) 推荐(0) 编辑
摘要: 在http请求头中直接写: Bearer ${token} 不要写成 “Bearer ” + ${token} 怎么获取token? 方法一:添加beanshell后置处理器 String response = prev.getResponseDataAsString(); String code 阅读全文
posted @ 2021-05-25 14:01 Tarzen 阅读(373) 评论(0) 推荐(0) 编辑
摘要: https://cloud.tencent.com/developer/article/1523400 阅读全文
posted @ 2021-05-25 11:48 Tarzen 阅读(23) 评论(0) 推荐(0) 编辑
摘要: jmeter -n -t test.jmx -Jthead_name=测试 -Jthead_num=10 -l jtl_log_path -j report_log -e -o tableresult 阅读全文
posted @ 2021-05-24 14:54 Tarzen 阅读(57) 评论(0) 推荐(0) 编辑
摘要: : > test.sh 阅读全文
posted @ 2021-05-24 14:18 Tarzen 阅读(929) 评论(0) 推荐(0) 编辑
摘要: 如果涉及两个接口有着不同的http请求头,一定要分别在http请求下面添加http请求头。 遇见的坑:起初是这样添加http请求头 但是发现第二个http请求头根本无法生效 修改成下图才生效 阅读全文
posted @ 2021-05-24 14:13 Tarzen 阅读(1391) 评论(0) 推荐(0) 编辑
摘要: 查看系统启动时间 # tarzan @ tarzan3w in ~/Desktop [9:12:30] $ who -b # 查看最后一次系统启动的时间 系统引导 2021-05-06 08:28 # tarzan @ tarzan3w in ~/Desktop [9:12:34] $ date 2 阅读全文
posted @ 2021-05-21 09:31 Tarzen 阅读(972) 评论(0) 推荐(0) 编辑
摘要: 网址:https://highlightcode.com/ 然后复制粘贴到word 还有一个网站:https://pygments.org/demo/#try 阅读全文
posted @ 2021-05-19 11:13 Tarzen 阅读(2263) 评论(0) 推荐(0) 编辑
摘要: https://github.com/linuxdeepin/deepin-notifications sudo apt-get install deepin-notifications notify-send hello world 阅读全文
posted @ 2021-05-17 09:18 Tarzen 阅读(104) 评论(0) 推荐(0) 编辑
摘要: 谷歌商店安装vimium 只有v变成高亮才能使用vimium快捷键,比如谷歌设置页面无法触发vimium快捷键 使用教程 按 ? 调用使用说明 阅读全文
posted @ 2021-05-13 17:22 Tarzen 阅读(125) 评论(0) 推荐(0) 编辑
上一页 1 ··· 21 22 23 24 25 26 27 28 29 ··· 43 下一页