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