搜索

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

31.主进程锁死

更新时间:2012-05-05 12:05 t By dancebear

[code]root 18341 0.1 0.4 39552 14888 ? R May03 5:04 xs-searchd: master[/code] 这个进行锁死,无法重启,也无法连接 SDK访问提示:exception 'XSException' with message 'Operation now in progress(C#115)'[hr] 最近基本每天都出现!

32.XSIndex::addServer

...ublic XSServer addServer(string $conn) $conn string 索引服务端连接参数 {return} XSServer 源码: sdk/php/lib/XSIndex.class.php#L33 (显示) public function addServer($conn){ $srv = new XSServer($conn, $this->xs); self::$_adds[] = $srv; return $srv;} 增加...

33.XSServer::check

...w new XSException('Broken server connection'); }} 检测服务端的连接情况

34.RE: 配置感觉没问题就是搜不到

发布时间:2013-01-04 12:01 t By hightman

这个日志说的是超时了,也就是说SDK连接上服务端后,5秒过后还没有收到查询请求,服务端强制关闭了这条连接

35.XSDatabaseSQLite::connect

...ect() 方法 public void connect(array $param) $param array 连接参数, 包含: path 源码: sdk/php/util/XSDataSource.class.php#L699 (显示) public function connect($param){ if (($this->link = sqlite_open($param['path'])) === false) { throw new XSException("Can not ...

36.XSServer::getConnString

...ring() 方法 public string getConnString() {return} string 连接字符串 源码: sdk/php/lib/XSServer.class.php#L217 (显示) public function getConnString(){ $str = $this->_conn; if (is_int($str) || is_numeric($str)) { $str = 'localhost:' . $str; } elseif (str...

37.XS::getScwsServer

...SServer($conn, $this); } return $this->_scws;} 创建 scws 分词连接

38.RE: 安装时错误

发布时间:2011-11-21 08:11 t By bigxu

... [/quote] /usr/local/bin/php 文件不存在吧? 可以做个软件连接过来

39.RE: 配置感觉没问题就是搜不到

发布时间:2013-01-04 14:01 t By xzl

[quote='hightman' pid='2097' dateline='1357272615'] 这个日志说的是超时了,也就是说SDK连接上服务端后,5秒过后还没有收到查询请求,服务端强制关闭了这条连接 [/quote] 嗯,测试外部库可以了。本地lo设备关闭了。

40.XSDatabaseSQLite3::connect

...ect() 方法 public void connect(array $param) $param array 连接参数, 包含: path 源码: sdk/php/util/XSDataSource.class.php#L756 (显示) public function connect($param){ try { $this->obj = new SQLite3($param['path'], SQLITE3_OPEN_READONLY); } catch (Exception...

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