搜索

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

131.XSDocument::setField

...ublic function setField($name, $value, $isMeta = false){ if ($value === null) { if ($isMeta) { unset($this->_meta[$name]); } else { unset($this->_data[$name]); } } else { if ($isMeta) { $this->_meta[$name] = $value; } else { ...

132.XSDocument::__set

...93 (显示) public function __set($name, $value){ if ($this->_meta !== null) { throw new XSException('Magick property of result document is read-only'); } $this->setField($name, $value);} 魔术方法 __set 实现以对象属性方式设置文档字段值

133.XS

....class.php#L304 (显示) public function __destruct(){ $this->_index = null; $this->_search = null;} 析构函数 由于对象交叉引用, 如需提前销毁对象, 请强制调用该函数 autoload() 方法 public static void autoload(string $name) $name string 类的...

134.XSServer::open

...is->_flag = self::BROKEN; $this->_sendBuffer = ''; $this->_project = null; $this->connect(); $this->_flag ^= self::BROKEN; if ($this->xs instanceof XS) { $this->setProject($this->xs->getName()); }} 打开服务端连接 如果已关联 XS 对象, 则会同时切换至相...

135.索引导入一直在排队……

发布时间:2014-09-02 00:09 t By tmmkkk

...ndexd[17233] NOTICE spawn a logging process (IMPORT_NUM:2, PID:17370, USER:NULL) 11:42:16 logging[17370] ALERT >> running in scan mode (HOME:data/, STAT_TAG:2014-W35) 2014-09-01 11:42:16 indexd[17233] ERROR failed to find db by pid (PID:17370) 2014-09-01 12:13:42 indexd[17233] NOTICE import exit ...

136.XSCsvDataSource::getDataList

... return false; } $this->line++; if (count($item) === 1 && is_null($item[0])) { if ($this->inCli) { echo "WARNING: invalid csv line #" . $this->line . "\n"; } $this->invalidLines++; return $this->getDataList(); } return array($item);}

137.发一个稳定复现的问题

更新时间:2014-03-03 15:03 t By getwe

... pthread_create(&thread[i],NULL,doSeg,scws_fork(s)); } for(int i...

138.XS::getIndex

...ss.php#L406 (显示) public function getIndex(){ if ($this->_index === null) { $adds = array(); $conn = isset($this->_config['server.index']) ? $this->_config['server.index'] : 8383; if (($pos = strpos($conn, ';')) !== false) { $adds = explode(';', substr($conn, $...

139.获取相关搜索词

...` 搜索语句,返回跟这个搜索语句相关的搜索词,默认为 NULL 使用最近那次 `setQuery` 的语句 * `$limit` 整数值,设置要返回的词数量上限,默认为 6,最大值为 20 ~~~ [php] $search->setQuery('西湖'); // 获取前 6 个和默认搜索语句 "西湖" ...

140.XSComponent

....php#L231 (显示) public function __unset($name){ $this->__set($name, null);} 魔术方法 __unset 删除、取消模拟属性, 相当于设置属性值为 null

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