搜索

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

211.XSDocument::setField

...alue mixed 字段值 $isMeta bool 是否为元数据字段 源码: sdk/php/lib/XSDocument.class.php#L170 (显示) public function setField($name, $value, $isMeta = false){ if ($value === null) { if ($isMeta) { unset($this->_meta[$name]); } else { ...

212.RE: SCWS 能否添加 “中文+英文”和“中文+数字”自定义词

更新时间:2012-09-03 11:09 t By hightman

scws源码中写死的…… 超过2个字符的英文数字都在第一步被预处理了,所以想要改这个恐怕了也会比较麻烦。

213.RE: Hightman 你好,我在编译scws时出现了问题

发布时间:2009-05-07 16:05 t By hightman

看上去好像是你的mysql源码文件出现的异常问题 你的mysql 5.1.30是新装的吗?

214.XSDocument::__set

...alue) $name string 字段名称 $value mixed 字段值 源码: sdk/php/lib/XSDocument.class.php#L93 (显示) public function __set($name, $value){ if ($this->_meta !== null) { throw new XSException('Magick property of result document is read-only'); } $this->setF...

215.XSDocument::getAddTerms

...array 索引词列表(词为键, 词重为值), 若无则返回 null 源码: sdk/php/lib/XSDocument.class.php#L202 (显示) public function getAddTerms($field){ $field = strval($field); if ($this->_terms === null || !isset($this->_terms[$field])) { return null; } $terms = a...

216.XSFieldScheme::checkValid

... false {return} bool 有效返回 true, 无效则返回 false 源码: sdk/php/lib/XSFieldScheme.class.php#L175 (显示) public function checkValid($throw = false){ if (!isset($this->_typeMap[XSFieldMeta::TYPE_ID])) { if ($throw) { throw new XSException('Missing fiel...

217.XSServer::open

...端连接参数, 支持: <端口号|host:port|本地套接字路径> 源码: sdk/php/lib/XSServer.class.php#L165 (显示) public function open($conn){ $this->close(); $this->_conn = $conn; $this->_flag = self::BROKEN; $this->_sendBuffer = ''; $this->_project = null; $this->con...

218.XSSearch::addWeight

...例 {return} XSSearch 返回对象本身以支持串接操作 源码: sdk/php/lib/XSSearch.class.php#L386 (显示) public function addWeight($field, $term, $weight = 1){ return $this->addQueryTerm($field, $term, XS_CMD_QUERY_OP_AND_MAYBE, $weight);} 添加权重索引词 无论...

219.XSUtil::toProjectIni

...项目参数 {return} string 有效的 ini 配置文件路径 源码: sdk/php/util/XSUtil.class.php#L29 (显示) public static function toProjectIni($project){ if (!is_file($project)) { $appRoot = getenv('XS_APP_ROOT'); if ($appRoot === false) { $appRoot = de...

220.RE: 一个题外话,请教hightman大侠编写php扩展的经验

发布时间:2010-08-19 09:08 t By wrongway

非常感谢,其他扩展的源码我也看过,其中有大量的宏不明白是什么意思,看了一些资料明白了其中的一部分。

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