08 2022 档案
摘要:linux命令: 查看日志(实时):tail -f a.log 查看日志最新100行:tail -n 100 a.log 精确查找日志:cat -n xxx.log | grep "xxx打印" 查运行的进程:ps -ef | grep nsrep-self-study.jar 杀死进程:kill
阅读全文
摘要:借鉴博客:https://cloud.tencent.com/developer/article/1979972 1、如果业务查询中,有的条件要用括号()括起来达到想要的效果,如:第2个and后面的条件要括起来 【此业务大概是这样的,即要查他自己所有的,还要查别人share_status=0的,(别
阅读全文