/**
  * 解析配置文件
  */
 private static function params_config($reload = false)
 {
     Squire_LoadConfig::$config_file = self::$config_file;
     if ($reload) {
         Squire_LoadConfig::reload_config();
     }
     self::$task_list = Squire_LoadConfig::get_config();
 }