摘要:
1.ws.php <?php /** * Created by bingxiong. * Date: 5/19/18 * Time: 7:43 PM * Description: */ class Ws{ CONST HOST="0.0.0.0"; CONST PORT=8811; // publi 阅读全文
摘要:
1.新建文件serivce.php <?php /** * Created by bingxiong. * Date: 5/25/18 * Time: 5:40 PM * Description: 监控服务 */ class Server{ const PORT = 9000; public fun 阅读全文