搜索

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

11.XSCommand.arg2

arg2 属性 public int $arg2; 参数2 取值范围 0~255, 常用于存储 value no, 具体参照不同 CMD 而确定

12.XSDataSource.arg

arg 属性 protected $arg;

13.XSTokenizerSplit::__construct

__construct() 方法 public void __construct($arg=NULL) $arg 源码: sdk/php/lib/XSTokenizer.class.php#L79 (显示) public function __construct($arg = null){ if ($arg !== null && $arg !== '') { $this->arg = $arg; }}

14.XSTokenizerSplit::getTokens

...c function getTokens($value, XSDocument $doc = null){ if (strlen($this->arg) > 2 && substr($this->arg, 0, 1) == '/' && substr($this->arg, -1, 1) == '/') { return preg_split($this->arg, $value); } return explode($this->arg, $value);}

15.XSServer::execCommand

execCommand() 方法 public mixed execCommand(mixed $cmd, int $res_arg=0, int $res_cmd=128) $cmd mixed 要提交的指令, 若不是 XSCommand 实例则作为构造函数的第一参数创建对象 $res_arg int 要求的响应参数, 默认为 XS_CMD_NONE 即不检测, 若检...

16.XSDataSource::__construct

__construct() 方法 public void __construct(mixed $type, $arg) $type mixed 对象参数, 常为 SQL 语句或要导入的文件路径 $arg 源码: sdk/php/util/XSDataSource.class.php#L30 (显示) public function __construct($type, $arg){ $this->type = $type; $thi...

17.RE: 我很愤怒之Unexpected respond in search {CMD:129, ARG:514}

发布时间:2013-03-08 14:03 t By hightman

ARG:514 意思是搜索线程被取消,原因有如下可能: 1. 搜索超时,被控制线程强制 cancel 了 2. 搜索进程意外退出,所有子线程强制 cancel(通常是 xapian 或系统内部出现内存不足等异常引起) 最好能够可以跟踪重现。 将来新版会考...

18.XSIndex::execCommand

execCommand() 方法 public void execCommand($cmd, $res_arg=0, $res_cmd=128) $cmd $res_arg $res_cmd 源码: sdk/php/lib/XSIndex.class.php#L44 (显示) public function execCommand($cmd, $res_arg = XS_CMD_NONE, $res_cmd = XS_CMD_OK){ $res = parent::execComm...

19.RE: 我很愤怒之Unexpected respond in search {CMD:129, ARG:514}

发布时间:2013-03-08 09:03 t By jatwxf

我的也是,还是老是这问题

20.XSTokenizerScws::__construct

__construct() 方法 public void __construct(string $arg=NULL) $arg string 复合等级参数,默认不指定 源码: sdk/php/lib/XSTokenizer.class.php#L188 (显示) public function __construct($arg = null){ if (self::$_server === null) { $xs = XS::getLastXS(); ...

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