搜索

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

41.XSDataFilter

...引 源码: sdk/php/util/XSDataSource.class.php#L969 (显示) public function process($data, $cs = false); 字段数据处理函数 processDoc() 方法 (自版本 v1.3.4 起可用) abstract public void processDoc(XSDocument $doc) $doc XSDocument 索引文档 源码: sd...

42.RE: 英文模糊搜索问题

发布时间:2013-07-31 15:07 t By homingway

...nts XSTokenizer { private $length = 1; // 默认切分长度 public function __construct($arg = null){ if ($arg !== null && $arg !== '') $this->length = $arg; } public function getTokens($value, XSDocument $doc=null){ $charset = is_object($doc) ? $doc->getCharset() : 'UTF-8'; ...

43.PHP不是安装在默认路径,XS无权限执行?!

更新时间:2012-11-25 20:11 t By chinapubmed

...的时候,就出现了以下的问题: [code]Warning: require_once() [function.require-once]: open_basedir restriction in effect. File(/usr/local/xunsearch/sdk/php/lib/XS.php) is not within the allowed path(s): (/home/wwwroot/mesh:/tmp) in /home/wwwroot/mesh/public_html/so/search.php on line 11...

44.php_scws.dll加载问题.help~

更新时间:2010-11-24 17:11 t By 7color

...extension_dir/目录. 可是依旧提示:Fatal error: Call to undefined function scws_new() ,请问这是什么原因呢,我在本地的Zendserver中配置 & 朋友wamp上测试都是加载不了,提示找不到函数.. ------------------------------ [php]$boolean = dl("php_scws.dll"); var...

45.新手提问 关于sdk的引用问题

更新时间:2012-12-21 16:12 t By gclinux

...误提示Warning: require_once(/home/xunsou/xunsearch/sdk/php/lib/XS.php) [function.require-once]: failed to open stream: Permission denied in /home/web/www.ziyouhu.com/xs-test.php on line 3 Fatal error: require_once() [function.require]: Failed opening required '/home/xunsou/xunsearch/sdk/php/lib/...

46.XSDatabaseDataSource

...) 源码: sdk/php/util/XSDataSource.class.php#L211 (显示) protected function deinit(){ $this->db->close();} getCharset() 方法 public mixed getCharset() {return} mixed 如果数据库不支持 UTF-8 转换则返回 false 源码: sdk/php/util/XSDataSource.class.p...

47.英文模糊搜索问题

发布时间:2013-07-31 10:07 t By homingway

...nts XSTokenizer { private $length = 1; // 默认切分长度 public function __construct($arg = null){ if ($arg !== null && $arg !== '') $this->length = $arg; } public function getTokens($value, XSDocument $doc=null){ $charset = is_object($doc) ? $doc->getCharset() : 'UTF-8'; ...

48.制作词库的时候有一堆没用的报错(make_xdb_file)

发布时间:2013-08-06 15:08 t By Panda006

...\Users\Administrato Desktop\tool\dev\xdb.class.php(447) : runtime-created function on line 1 PHP Notice: Use of undefined constant key - assumed 'key' in C:\Users\Adminis ator\Desktop\tool\dev\xdb.class.php(447) : runtime-created function on line 1

49.XSDatabasePDO_PgSQL

... 源码: sdk/php/util/XSDataSource.class.php#L913 (显示) protected function makeDsn($param){ $dsn = "pgsql:host={$param['host']};"; $dsn .= isset($param['port']) ? "port={$param['port']};" : ''; $dsn .= "dbname={$param['dbname']};client_encoding=utf-8"; return $dsn;} 生成 P...

50.XSCommand

... 255字节 源码: sdk/php/lib/XSServer.class.php#L62 (显示) public function __construct($cmd, $arg1 = 0, $arg2 = 0, $buf = '', $buf1 = ''){ if (is_array($cmd)) { foreach ($cmd as $key => $value) { if ($key === 'arg' || property_exists($this, $key)) { $this...

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