摘要:
数据里面,id重复,创建时间不同 --新建字段repete_flag --针对重复id 的数据,打标记 update yg_gate_base_b set repete_flag = 'REPETE' WHERE id IN ( select id from yg_gate_base_b group 阅读全文
摘要:
统计接口,最下面加 总计 一行时 public List<GateBaseBResultStatis> gateBaseBResultStatisTotal(List<GateBaseBResultStatis> list){ GateBaseBResultStatis model = new Ga 阅读全文
摘要:
停止指定端口: set port=8800 for /f "tokens=1-5" %%i in ('netstat -ano^|findstr ":%port%"') do ( echo kill the process %%m who use the port taskkill /pid %%m 阅读全文