搜索

大约有 4 项符合查询结果, 库内数据总量为 3,513 项。 (搜索耗时:0.1941秒)

1.XSJsonDataSource

... if (!is_array($item) || count($item) === 0) { switch (json_last_error()) { case JSON_ERROR_DEPTH: $error = ' - Maximum stack depth exceeded'; break; case JSON_ERROR_CTRL_CHAR: $error = ' - Unexpected control character foun...

2.XSCsvDataSource

...) { if ($this->inCli) { echo "INFO: reach end of file or error occured, total lines: " . $this->line . "\n"; } return false; } $this->line++; if (count($item) === 1 && is_null($item[0])) { if ($this->inCli) { echo "WARNING: invalid csv line ...

3.XSServer

... $port = -1; } if (($sock = @fsockopen($host, $port, $errno, $error, 5)) === false) { throw new XSException($error . '(C#' . $errno . ', ' . $host . ':' . $port . ')'); } // set socket options $timeout = ini_get('max_execution_time'); $timeout = $timeout > 0 ? ($timeo...

4.Demo遇险记:今天碰到的错误,5576段错误莫名被解决

更新时间:2011-12-01 22:12 t By 五岳之巅

...immediately 2011-12-01 22:13:48 searchd[26194] bind() or listen() failed, error: Address already in use(#98) 2011-12-01 22:13:48 searchd[26194] socket server listen/bind failed 2011-12-01 22:17:06 searchd[5103] caught system exceptional signal[11], terminate immediately 2011-12-01 22:17:06 searc...

  • 时间不限
  • 按相关性排序