这不是 leetcode 的第一题吗
yy 跳槽 bigo ,大佬是工作几年啊
少是多少
楼主赞
想去面基大佬一波
公司名都不发的吗?
同样的问题,真的坑爹
awk '/ 404 | 500 /{print $7}' nginx.log |sed 's#/[0-9]*/#/x/#g'|sort | uniq -c | sort -nr | head -5
grep -E ' 404 | 500 ' nginx.log | awk '{print $9}' | sort | uniq -c
grep -E " 404 | 503 " nginx.log | head -3
echo date cpu mem;for ((i=0;i<20;i++));do date=$(date +%H%M%S);cpu=$(ps -o %cpu $$|awk 'NR==2');mem=$(ps -o %mem $$|awk 'NR==2');echo $date $cpu $mem;done;sleep 1
awk '{print $7}' nginx.log|sed 's#/[0-9]*/#/x/#g'|sort|uniq -c|sort -nr|head -1
这个贴居然还有人在回复
一堆求对象的
期待大奖
这个肯定啦,首先自动化测试本来就不难,有点编码能力,一两个星期就入门了,现在去哪都是基本要求吧,虽然进去了不一定会做到
这个是很基本的 Java 问题吧,Integer 转 String 用 Integer.toString(),不过官方 example 不可能反这么低级的错误啊,你可以看看 tmpElement.get("ELEMENT") 返回的是否是 int 类型