搜索

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

61.scws-0.0.1-pre有内存泄露(问题确认,已解决)

发布时间:2007-11-27 00:11 t By mfd

...= malloc/free: 36 allocs, 33 frees, 14,613 bytes allocated. ==30624== For counts of detected errors, rerun with: -v ==30624== searching for pointers to 3 not-freed blocks. ==30624== checked 67,208 bytes. ==30624== ==30624== 6 bytes in 3 blocks are definitely lost in loss record 1 of 1 ==30624...

62.XSFieldScheme::addField

...$field->vno = ($field->type == XSFieldMeta::TYPE_BODY) ? self::MIXED_VNO : count($this->_vnoMap); $this->_vnoMap[$field->vno] = $field->name; // save field, ensure ID is the first field if ($field->type == XSFieldMeta::TYPE_ID) { $this->_fields = array_merge(array($field->name => $fi...

63.util/Indexer.php 只索引了mysql数据库一部分数据

更新时间:2014-09-16 15:09 t By gagamomo

...] 可是我添加索引那个数据库数据量有556752条 //select count(*) from dede_article; 问题:为什么556752条数据,索引之后只有181298条呢?我重装了好几次xunsearch都只能索引到一部分,希望大神帮忙看看,多谢!

64.XSIndex::del

...ufSize > 0) { $this->appendBuffer(implode('', $cmds)); } elseif (count($cmds) == 1) { $this->execCommand($cmds[0], XS_CMD_OK_RQST_FINISHED); } else { $cmd = array('cmd' => XS_CMD_INDEX_EXDATA, 'buf' => implode('', $cmds)); $this->execCommand($cmd, XS_CMD_OK_RQST_FIN...

65.RE: SQL 导入错误,请问管理同学 sql 导入不支持 DATE_FORMAT(a.inputtime , '%Y%m%d' ) 函数??

更新时间:2012-03-20 15:03 t By a7262619

... FROM_UNIXTIME ... 因为这里也有个 FROM_ ....所以语句转换成 COUNT(*)时解析错了。 [/quote] 。我现在没有转成Ymd啦,直接用时间缀,自段类型用 date不知道可不可以排序。那我这个用什么解决呢~![hr] 呵呵,管理员同学很活跃...

66.XSCsvDataSource

...->line . "\n"; } 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(); } retu...

67.搜索建议和纠错

...面方法试图进行修正 $corrected = $search->getCorrectedQuery(); if (count($corrected) !== 0) { // 有纠错建议,列出来看看;此情况就会得到 "测试" 这一建议 echo "您是不是要找:\n"; foreach ($corrected as $word) { echo $word . "\n"; } } /** ...

68.XSUtil

...isset($_SERVER['argv']) ? $_SERVER['argv'] : array(); for ($i = 0; $i < count($params); $i++) { if ($params[$i] === '--') { for ($i = $i + 1; $i < count($params); $i++) { $result['-'][] = $params[$i]; } break; } elseif ($params[$i][0] ...

69.修正utf-8版make_xdb_file.php错误

发布时间:2011-06-09 09:06 t By itlong

...7e]|\xa1-\xfe])/"; preg_match_all($re[$charset], $str, $match); return count($match[0]); } [/php] 最后修改make_xdb_file.php如下: [php]

70.XS

... $conns[] = $conn; } } } if (count($conns) > 1) { shuffle($conns); } for ($i = 0; $i < count($conns); $i++) { try { $this->_search = new XSSearch($conns[$i], $this); $this->_search->setCha...

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