搜索

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

231.RE: Overflow bug

发布时间:2010-12-31 11:12 t By hovea

...d */ *************** *** 266,271 **** --- 267,273 ---- if (vlen != NULL) *vlen = rec.value.len; _xdb_read_data(x, value, rec.value.off, rec.value.len); + *((char *)value + len) = '\0'; } return value; ...

232.scws不能应用在ZENDCORE服务器上

更新时间:2013-06-20 17:06 t By xwl

...hat the extension failed to load. To test this, try to restart the server. If they remain unloaded, then these extensions could not be loaded because of some failure.[/undefined][hr] Zend Core Version 2.5.2 PHP Version 5.2.6 Zend Engine Version 2.2.0 Server API cgi-fcgi PHP Configuration File D:\Zen...

233.为什么程序消耗的内存越来越大

更新时间:2010-03-02 17:03 t By backluck

..., 我有时买Q币来玩, 我还听说过C#语言"; int i; if (!(s = scws_new())) { printf("error, can't init the scws_t!\n"); exit(-1); } scws_set_charset(s, "gbk"); scws_set_dict(s, "/usr/local/scws/etc/dict.xdb", SCWS_XDICT_X...

234.RE: scws.so: undefined symbol: core_globals_id in Unknown on line 0 done

更新时间:2010-04-29 01:04 t By hightman

不知你有没有注意到 configure 的结果里,总是显示 checking if zts is enabled... no 问题应该是在这儿 我这儿的FREEBSD,LINUX都是正常的,PHP 4.4.X和PHP5.2.X都测试过~ 查看一下 /usr/local/php/include/php/main/php_config.php 里面是否有 #define ZTS 1 ...

235.和Greta一起使用时,scws_free_tops出错

发布时间:2013-06-15 11:06 t By lyjkensou

...t len; int b; while ((cur = tops) != NULL) { tops = cur->next; if (cur->word) { OutputDebugStringA(cur->word);//能正常输出能容 len = strlen(cur->word);//长度都正确 b = ('\0'==cur->word[len+1]);//大部分b=1,但有时会出现b=0的情况 //free(cur->word...

236.SCWS-1.1.9 没法分中文?

发布时间:2012-01-07 12:01 t By hejone

...是一个中国人, 我有时买Q币来玩, 我还听说过C#语言"; if (!(s = scws_new())) { printf("error, can't init the scws_t!\n"); exit(-1); } scws_set_charset(s, "gbk"); scws_set_dict(s, "/usr/local/scws/etc/dict.xdb", SCWS_XDICT_XDB); scws_set_rule(s, "/usr/local/...

237.啥时候可以针对 split(|) 分割的字段进行分面搜索

发布时间:2014-07-23 10:07 t By xunsearch飞吧

...s('goods_tag_id')->search(); $arr1 = $search->getFacets('goods_tag_id'); if($arr1) { foreach ($arr1 as $kx => $vs) { $tagCount[$kT] += $vs; } }else{ $tagCount[$kT] = 0; } } 这样之后还是有误差,无奈之下,在每个循环后面加了个setlimit(10000000) $search->setQuery(...

238.XSDatabasePDO_MySQL

...'mysql:host=' . (isset($param['host']) ? $param['host'] : 'localhost'); if (isset($param['port']) && $param['port'] !== 3306) { $dsn .= ';port=' . $param['port']; } $dsn .= ';dbname=' . $param['dbname']; return $dsn;} 生成 MySQL DSN setUtf8() 方法 public bool set...

239.XSIndex::del

...>vno, strtolower($term)); } // combine multi commands into exdata if ($this->_bufSize > 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_...

240.RE: SCWS-1.0.3 + PHP 5.3.0 問題回報

更新时间:2009-07-16 22:07 t By hightman

... ! /* $Id: php_scws.c,v 1.3 2009/05/14 19:25:32 hightman Exp $ */ #ifdef HAVE_CONFIG_H #include "config.h" --- 16,22 ---- +----------------------------------------------------------------------+ */ ! /* $Id: php_scws.c,v 1.4 2009/07/16 14:16:03 hightman Exp $ */ #ifde...

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