摘要:
1- 1pctl 1Panel 默认内置了命令行运维工具 1pctl,通过执行 1pctl help,可以查看相关的命令说明。 Usage: 1pctl [COMMAND] [ARGS...] 1pctl --help Commands: status 查看 1Panel 服务运行状态 start 阅读全文
摘要:
-- 查询重复数据 select qr_code,created_at,station_by from t_product_data where flag = 0 and qr_code in( select qr_code from t_product_data t where flag = 0 阅读全文