搜索

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

181.RE: 不能增加索引,每次列队数加1

发布时间:2012-09-03 15:09 t By deling007

我运行了一下运行条件检测 php RequiredCheck.php +------------+------------+--------------------------+--------------------------------+ | 项目 | 结果 | 用于 | 备注 | +------------+------------+--------------------------+---...

182.关于扩展词库的问题

发布时间:2012-12-10 15:12 t By timeage

...信息:SCWS (Module version:1.0.0, Library version:1.2.0) - by hightman PHP版本:5.3.x $mydata='阿斯顿发斯蒂芬罗铭罗大大罗' $cws = scws_new(); $cws->set_charset('utf8'); $cws->add_dict(XDB_PATH);//系统默认词库文件地址(xdb格式)[/quote] ...

183.XSDatabasePDO_SQLite

...Lite » XSDatabasePDO » XSDatabase 版本 1.0.0 源代码 sdk/php/util/XSDataSource.class.php PDO.SQLite 实现 Protected 属性 隐去继承来的属性 名称类型描述定义于 obj XSDatabasePDO Public 方法 隐去继承来的方法 ...

184.最新的主要变动

...装脚本,请使用 --help 查看 - 采用 Yii2 的代码标准格式化 php-sdk 代码 - 改进搜索结果排序支持更复杂排序,参见 [XSSearch::setSort] - util.Indexer 加入 PgSQL 数据源支持 - 新增支持搜索按匹配百分比/权重剔除,参见 [XSSearch::setCutOff] - 改...

185.XSDataSource::getData

...ed 返回一条完整数据, 若无数据则返回 false 源码: sdk/php/util/XSDataSource.class.php#L65 (显示) final public function getData(){ if ($this->dataPos === null || $this->dataPos === count($this->dataList)) { $this->dataPos = 0; $this->dataList = $this->getDataL...

186.[求助]如何转换pre版本的xdb为txt格式

发布时间:2007-12-25 17:12 t By hackson

...dict.xdb转换成txt呢?我找到了您发布的scws-v23里面的mk_txt.php,但是好像和新版本的xdb词库不兼容,能否麻烦提供一个txt格式的词库下载?多谢指教。 p.s. 感谢hightman坛主为开源事业所做出的杰出努力,现在网上发布的种种分词...

187.XSUtil::fixWidth

...ing 用于填充补足的字符 {return} string 源码: sdk/php/util/XSUtil.class.php#L50 (显示) public static function fixWidth($text, $size, $pad = ' '){ for ($i = $j = 0; $i < strlen($text) && $j < $size; $i++, $j++) { if ((ord($text[$i]) & 0xe0) === 0xe0) { ...

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

更新时间:2010-04-28 10:04 t By uuuuu

非常感谢大哥指点 我的php编译大致是这样的 ./configure --prefix=/usr/local/php51 --with-config-file-path=/usr/local/php51/etc --with-mysql=/usr/local/mysql51 --with-mysqli=/usr/local/mysql51/bin/mysql_config --with-iconv-dir=/usr/local --with-freetype-dir --with-jpeg-dir --with-pn...

189.RE: 求scws在linux下php5.3.*的教程

发布时间:2012-05-10 14:05 t By macnie

我也是。在Ubuntu 12.04,中安装不成功 root@ubuntu:/home/mrfer/scws-1.2.0# ./configure --prefix=/usr/local/scws ; make ; make install checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for gawk... no checking for mawk......

190.RE: 1.1.2的 自定义字典无法使用

更新时间:2010-05-23 22:05 t By 逆雪寒

... hightman 的回答. 不过我确定我市完全按照你说的做的 php.ini 是这样的配置 [scws] extension=scws.so scws.default.charset=utf8 scws.default.fpath=/usr/local/scws/etc 而php 是这样 //分词 $so = scws_new(); $so->set_charset('utf8'); // 这里没有调用 s...

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