搜索

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

1.修改SDK连接异常提示

更新时间:2012-04-24 14:04 t By zlhgo

...中把SDK XS.php 2202行处 [code]throw new XSException($error . '(C#' . $errno . ')'); [/code] 直接修改为相关错误信息呢(或用英文提示错误信息) [code]throw new XSException('由于目标机器积极拒绝,无法连接'. '(C#' . $errno . ')'); [/code] 修改原因: 比如...

2.XSServer::connect

.... $conn; $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 ?...

3.XSDatabaseMySQLI::query

... new XSException('MySQL ERROR(#' . $this->obj->error . '): ' . $this->obj->errno); } if (!is_object($res)) { $ret = $res; } else { $ret = array(); while ($tmp = $res->fetch_assoc()) { $ret[] = $tmp; } $res->free(); } return $ret;} 执...

4.XSDatabaseMySQL::query

...if ($res === false) { throw new XSException('MySQL ERROR(#' . mysql_errno($this->link) . '): ' . mysql_error($this->link)); } if (!is_resource($res)) { $ret = $res; } else { $ret = array(); while ($tmp = mysql_fetch_assoc($res)) { $ret[] = $tmp; ...

5.求助啊啊啊,安装不起啊~看错误代码啊。

更新时间:2014-04-19 16:04 t By zhouaini528

...e-scws package ... Configuring xapian-core-scws ... ----- checking for sys/errno.h... yes checking for sys/select.h... yes checking for sys/resource.h... yes checking for valgrind... no checking for working memcmp... yes checking for strerror... yes checking for hstrerror... yes checking for working...

6.XSDatabaseMySQLI

... new XSException('MySQL ERROR(#' . $this->obj->error . '): ' . $this->obj->errno); } if (!is_object($res)) { $ret = $res; } else { $ret = array(); while ($tmp = $res->fetch_assoc()) { $ret[] = $tmp; } $res->free(); } return $ret;} 执...

7.XSDatabaseMySQL

...if ($res === false) { throw new XSException('MySQL ERROR(#' . mysql_errno($this->link) . '): ' . mysql_error($this->link)); } if (!is_resource($res)) { $ret = $res; } else { $ret = array(); while ($tmp = mysql_fetch_assoc($res)) { $ret[] = $tmp; ...

8.XSServer

.... $conn; $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 ?...

9.VS2012编译失败,求教

更新时间:2013-04-26 14:04 t By tzyux

...1> f:\program files (x86)\microsoft visual studio 11.0\vc\include\errno.h(132) : 参见“EWOULDBLOCK”的前一个定义 1> darray.c 1> crc32.c 1> charset.c 1> 正在生成代码... 2>------ 已启动生成: 项目: scws, 配置: Debug_PHP53 Win32 ------ 2> php_scws.c 2>..\phpext\php...

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