-
tenacity
tenacity 看起来挺好用的。
-
是非观
觉得现在自己没能力分辨是非了,而且还不知道从何做起才能恢复一些辨别是非的能力。
-
Wait Pid
$! is a special variable in bash that holds the process ID of the last background command. wait $! waits for the last background command to finish. sleep 5 &...
-
对话
对方微信视频。 赛赛要做一下作业了,明天要上学了。 那你带他做一下吧。 你为啥不带他做? 你为啥不带他做? 我没时间啊。 我也没时间。
-
蚊子
今天起来,腿上被蚊子咬了几个包,然后发现电蚊香被关了。 我问我妈是不是她关的。 她说前天白天关了,因为白天用不着。 真是能被气死,为什么要省这5毛钱呢??????!!!!
-
想赛赛
在家的时候觉得有些不耐烦,但是在外面又想赛赛。
-
Getaddrinfo Sort Address
getaddrinfo 返回的地址列表里面,会根据 rfc3484 排序。 简单来说,优先返回离本机地址“近”的。
-
Non Printable Characters In Vim Regex
:%s/[\x00-\x08\x0B\x0C\x0E-\x1F\x7F-\x9F]//g
-
tcp sync flood
Apr 28 13:05:22 HOSTNAME01 kernel: TCP: request_sock_TCP: Possible SYN flooding on port 9092. Sending cookies. Check SNMP counters. 收到告警,kafka broker 不通,到机器上看到这样的报错。原来是这个引起的。 哦,不对不对。这个是一周前的日志。
-
Rebase From Root
git rebase -i –root