搜索

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

51.XSTokenizerXlen::__construct

... __construct($arg=NULL) $arg 源码: 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('In...

52.XSTokenizerXstep::__construct

... __construct($arg=NULL) $arg 源码: 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('In...

53.XSIndex

...Packages | 属性 | 方法(函数) 包 XS 继承关系 class XSIndex » XSServer » XSComponent 版本 1.0.0 源代码 sdk/php/lib/XSIndex.class.php XS 索引管理 添加/删除/修改索引数据 Public 属性 隐去继承来的属性 名称...

54.XSCommand

...Packages | 属性 | 方法(函数) 包 XS 继承关系 class XSCommand » XSComponent 版本 1.0.0 源代码 sdk/php/lib/XSServer.class.php XSCommand 命令对象 是与服务端交互的最基本单位, 命令对象可自动转换为通讯字符串, 命令结构...

55.SQL 导入错误,请问管理同学 sql 导入不支持 DATE_FORMAT(a.inputtime , '%Y%m%d' ) 函数??

更新时间:2012-03-19 23:03 t By a7262619

...ost/phpcms [XSException] ../usr/local/xunsearch/sdk/php/util/XSDataSource.class.php(794): SQLSTATE[42000] [1064] You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'FROM_UNIXTIME (inputtime,'%Y%m%d' ) as inputtime,ad...

56.XSComponent::__get

... 属性名称 {return} mixed 属性值 源码: sdk/php/lib/XS.class.php#L182 (显示) public function __get($name){ $getter = 'get' . $name; if (method_exists($this, $getter)) { return $this->$getter(); } // throw exception $msg = method_exists($this, 'set' . $nam...

57.无法打开类型为 xdb 数据文件 是什么问题?

发布时间:2010-08-28 12:08 t By luyinhu

今天换服务器上出现这个问题 [code]Warning: XDB::Open(dict.xdb) failed. in D:\99dy\include\scws\xdb_r.class.php on line 44 Fatal error: 无法打开类型为 xdb 数据文件 `include/scws/dict/dict.xdb` in D:\99dy\include\scws\dict.class.php on line 155[/code] 是什么原因?

58.XSTokenizer

...STokenizerXstep 版本 1.0.0 源代码 sdk/php/lib/XSTokenizer.class.php 自定义字段词法分析器接口 系统将按照 getTokens 返回的词汇列表对相应的字段建立索引 Public 方法 隐去继承来的方法 名称描述定义于 getTokens()...

59.XSComponent::__set

...g 属性名称 $value mixed 属性值 源码: sdk/php/lib/XS.class.php#L202 (显示) public function __set($name, $value){ $setter = 'set' . $name; if (method_exists($this, $setter)) { return $this->$setter($value); } // throw exception $msg = method_exists($this...

60.XSDocument::__call

...调用时的参数列表 (此处无用) 源码: sdk/php/lib/XSDocument.class.php#L108 (显示) public function __call($name, $args){ if ($this->_meta !== null) { $name = strtolower($name); if (isset($this->_meta[$name])) { return $this->_meta[$name]; } } ...

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