ps -ef|grep pro-name| grep -v grep|awk '{print $2}'|xargs kill -9 > /dev/null go build nohup ./xes-admin &
go源碼的編譯及重啓LInux命令ui