摘要: 子查询:select * from a where id in (select aId from b where name="zhangsan") all/any/exist/in 多表查:select * from a,b where a.id=b.aId 连表查:select * from a 阅读全文
posted @ 2021-09-23 21:55 花兒向陽開 阅读(24) 评论(0) 推荐(0) 编辑
摘要: top命令:参考 系统信息: 进程信息:ps -ef CPU信息:vmstat 内存信息:free 磁盘信息:df 网络 ifconfig netstatus -ant wget 日志 tail -nf 100 log.log|grep /api/xxx 阅读全文
posted @ 2021-09-23 20:06 花兒向陽開 阅读(15) 评论(0) 推荐(0) 编辑