搜索

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

51.RE: LIBSCWS在VS2008下编译错误

发布时间:2013-07-11 21:07 t By hightman

把 libscws/xdict.h 另存为 ansi 就可以了,我打包的是 utf-8 ,真是诡异。scws.c 就没事

52.XSUtil::convertIn

...($buf){ if (self::$charset !== null) { return XS::convert($buf, 'UTF-8', self::$charset); } return $buf;} 把用户输入的字符串转换为 UTF-8 编码

53.RE: 集成包怎么用自定义词库?

发布时间:2011-09-20 15:09 t By hightman

词库在 $prefix/etc/dict.utf8.xdb 您用制作好的 scws 词库支替换它即可,词库生成办法要看看 scws 的帮助,此外字符集必须是 UTF-8

54.XSUtil::setCharset

...$charset !== null && strcasecmp($charset, 'utf8') && strcasecmp($charset, 'utf-8')) { self::$charset = $charset; ob_start(array(__CLASS__, 'convertOut')); }} 设置输出、输入编码 默认输出的中文编码均为 UTF-8

55.XSDatabasePgSQL

...数据库首行 XSDatabase setUtf8() 将输出字符集设置为 UTF-8 XSDatabasePgSQL 方法明细 close() 方法 public void close() 源码: sdk/php/util/XSDataSource.class.php#L569 (显示) public function close(){ if (is_resource($this->link)) { pg_close($...

56.RE: 搜索骨架代码测试时报错

发布时间:2011-10-17 16:10 t By mengfanchao

项目配置 project.name = demo project.default_charset = utf-8 server.index = 8383 server.search = 8384 [pid] type = id [subject] type = title [message] type = body [chrono] type = numeric 另外fsockopen() 报 fsockopen(): unable to connect to localhost:8384 (Permission denie...

57.RE: 时间戳排序不生效的问题

发布时间:2014-06-05 13:06 t By live

[quote='bigxu' pid='8130' dateline='1401925104'] 请展示一下ini文件 [/quote] project.name = nms project.default_charset = utf-8 [oid] type = id phrase = yes [classid] index = self [content] type = body cutlen = 100 [sendtime] type = numeric

58.XSDatabasePDO_PgSQL::setUtf8

setUtf8() 方法 public void setUtf8() 源码: sdk/php/util/XSDataSource.class.php#L924 (显示) public function setUtf8(){ return true;} 将输出字符集设置为 UTF-8

59.使用getCorrectedQuery进行纠错出现特殊字符

发布时间:2014-05-23 15:05 t By akado

...ç« ' (length=8) 2 => string '高å° ' (length=8) ini是选定的utf-8格式,不知道为什么使用纠错后,会出现以下3种增加了特殊字符的返回。求助是什么原因

60.导入库的时候乱码,如下:

发布时间:2012-05-06 14:05 t By weizhao

.../util/Indexer.php(237): XSIndex->update(Object(XSDocument)) 数据库是UTF-8字符集。

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