04 2020 档案

回调函数
摘要:class APP { protected $routes = array(); protected $responseStatus = '200 ok'; protected $responseContentType = 'text/html'; protected $responseBody = 阅读全文

posted @ 2020-04-29 08:58 逍遥郭 阅读(133) 评论(0) 推荐(0)

MySQL关闭主从
摘要:主数据库 reset master; 从数据库 stop slave; reset slave all; 阅读全文

posted @ 2020-04-19 21:47 逍遥郭 阅读(2656) 评论(0) 推荐(1)

导航