搜索

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

51.XSFieldMeta

...asIndex() 判断当前字段是否需要索引 XSFieldMeta hasIndexMixed() 判断当前字段是否需要在混合区索引 XSFieldMeta hasIndexSelf() 判断当前字段是否需要在字段区索引 XSFieldMeta isBoolIndex() 判断当前字段的索引是否为布尔型 ...

52.XSFieldMeta::toConfig

...index = both\n"; } } elseif ($index === self::FLAG_INDEX_MIXED) { $str .= "index = mixed\n"; } else { if ($this->type !== self::TYPE_ID) { $str .= "index = self\n"; } } } // tokenizer if ($this->type !== self::T...

53.XSDatabasePgSQL

...ndard_conforming_strings=off'); }} query() 方法 public mixed query(string $query) $query string 要执行的 SQL 语句 {return} mixed 源码: sdk/php/util/XSDataSource.class.php#L582 (显示) public function query($query){ //echo "[DEBUG] SQL: $sql\n"; ...

54.XSDatabase

...nect($param); 连接数据库 query() 方法 abstract public mixed query($sql) $sql {return} mixed 非 SELECT 语句返回执行结果(true/false), SELECT 语句返回所有结果行的数组 源码: sdk/php/util/XSDataSource.class.php#L439 (显示) abstract publ...

55.XSDatabasePDO

...参数内容生成 PDO 连接专用的 DSN query() 方法 public mixed query(string $sql) $sql string 要执行的 SQL 语句 {return} mixed 源码: sdk/php/util/XSDataSource.class.php#L843 (显示) public function query($sql){ //echo "[DEBUG] SQL: $sql\n"; $res...

56.搜索单个汉字时,总返回空,例如搜索"我"等

发布时间:2011-11-04 16:11 t By kuday

... = 192.168.171.22:8384 [pid] type = id [itemid] [title] index = mixed [content] type=body cutlen=600 [categoryid] index = self [category] index=none [searchcount] index=none [createtime] index=none 谢谢了

57.XSDatabaseMySQLI

... $this->setUtf8();} 连接数据库 query() 方法 public mixed query(string $sql) $sql string 要执行的 SQL 语句 {return} mixed 源码: sdk/php/util/XSDataSource.class.php#L654 (显示) public function query($sql){ //echo "[DEBUG] SQL: $sql\n"; $res...

58.Suboxone And Tramadol

发布时间:2014-12-26 20:12 t By Anecub

...ol And Effexor Tramadol Hcl . Tramadol Dea Schedule Restless Legs Syndrome Mix Ibuprofen With Tramadol Celebrex Tramadol Tramadol Prolactin Tramadol 50mg Tablet Tramadol Medication Dictionary . Diclofenac Sodium Compared With Tramadol Tramadol Dizziness Selective Serotonin Reuptake Inhibitors Previ...

59.XSIndex::update

...Pos() ? XS_CMD_INDEX_FLAG_WITHPOS : 0); if ($field->hasIndexMixed()) { $cmds[] = new XSCommand(XS_CMD_DOC_INDEX, $wdf, XSFieldScheme::MIXED_VNO, $value); } if ($field->hasIndexSelf()) { $wdf |= $field->isNumeric() ? 0...

60.XSSearch::setCollapse

... setCollapse($field, $num = 1){ $vno = $field === null ? XSFieldScheme::MIXED_VNO : $this->xs->getField($field, true)->vno; $max = min(255, intval($num)); $cmd = new XSCommand(XS_CMD_SEARCH_SET_COLLAPSE, $max, $vno); $this->execCommand($cmd); return $this;} 设置折叠搜索结...

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