搜索

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

31.php5指定字典出错

发布时间:2007-12-13 12:12 t By cnzaicom

...。 系统:apache php5 [b]Warning[/b]: scws_set_dict() [[color=#0000ff]function.scws-set-dict[/color]]: Failed to load the dict file in [b]D:\AppServ\www\rootwww\fc\test.php[/b] on line [b]24[/b] [b]Warning[/b]: scws_set_rule() [[color=#0000ff]function.scws-set-rule[/color]]: Failed to load t...

32.XSTokenizerSplit

...g 源码: sdk/php/lib/XSTokenizer.class.php#L79 (显示) public function __construct($arg = null){ if ($arg !== null && $arg !== '') { $this->arg = $arg; }} getTokens() 方法 public void getTokens($value, $doc=NULL) $value $doc 源码: ...

33.XSSearch

...接操作 源码: sdk/php/lib/XSSearch.class.php#L492 (显示) public function addDb($name){ $name = strval($name); $this->execCommand(array('cmd' => XS_CMD_SEARCH_ADD_DB, 'buf' => $name)); $this->_curDbs[] = $name; return $this;} 添加搜索的数据库名, 支持多库同时...

34.自定义词库用不了。非常不解啊。。

发布时间:2011-10-21 16:10 t By ci169

...红网络我是新增词再试一个'; class scws { public $so; function get_microtime() { list($usec, $sec) = explode(' ', microtime()); return ((float)$usec + (float)$sec); } function scws() { $this -> so = scws_new(); $this -> so->set_charset('utf8'); $this ...

35.xdb导入时关联xdb.class.php中的key错误

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

...改xdb.class.php如下: 原来: if ($cmp == false) $cmp = create_function('$a,$b', 'return strcmp($a[key],$b[key]);');//$a[key]这种写法非常不严谨,是低级问题。真不明白定这个函数的人是如何学php的,害人不浅。 改成 if ($cmp == false) $cmp = create_fun...

36.XSTokenizerXlen

... 源码: sdk/php/lib/XSTokenizer.class.php#L106 (显示) public function __construct($arg = null){ if ($arg !== null && $arg !== '') { $this->arg = intval($arg); if ($this->arg < 1 || $this->arg > 255) { throw new XSException('Invalid argument for ' . __CLASS__...

37.XSTokenizerXstep

... 源码: sdk/php/lib/XSTokenizer.class.php#L137 (显示) public function __construct($arg = null){ if ($arg !== null && $arg !== '') { $this->arg = intval($arg); if ($this->arg < 1 || $this->arg > 255) { throw new XSException('Invalid argument for ' . __CLASS__...

38.自定义分词器

...例: ~~~ [php] class XSTokenizerXyz implements XSTokenizer { public function getTokens($value, XSDocument $doc = null) { $ret = array(); if (!empty($value)) $ret = explode('-', $value); return $ret; } } ~~~ > note: [XSTokenizer::getTokens] 的参...

39.安装时候编译错误,求助!!!

发布时间:2013-03-26 16:03 t By xiwillo

./.libs/libflintcheck.a(flint_check.o)(.text+0x1144): In function `BtreeCheck::check(char const*, std::basic_string const&, int, std::basic_ostream&)': : undefined reference to `FlintTable::~FlintTable()' ./.libs/libflintcheck.a(flint_check.o)(.text+0x12a0): In function `BtreeCheck::check(char con...

40.XSCsvDataSource

...) 源码: sdk/php/util/XSDataSource.class.php#L384 (显示) protected function deinit(){ if ($this->fd) { fclose($this->fd); $this->fd = null; }} getDataList() 方法 protected void getDataList() 源码: sdk/php/util/XSDataSource.class.php#L392 (显示) p...

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