搜索

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

11.XSErrorException::__construct

... 方法 public void __construct(int $code, string $message, string $file, int $line, Exception $previous=NULL) $code int 出错代码 $message string 出错信息 $file string 出错所在文件 $line int 出错所在的行数 $previous Exception ...

12.XSErrorException

... 名称类型描述定义于 code Exception file Exception line Exception message Exception Public 方法 隐去继承来的方法 名称描述定义于 __construct() 构造函数 XSErrorException __toStr...

13. SimpleCWS::set_dict(): Failed to set the dict file

更新时间:2013-08-28 21:08 t By lwstudio2001

SCWS-1.2.2安装后运行自带的测试脚本scws_test.php报错了: SimpleCWS::set_dict(): Failed to set the dict file。 检查过多次完全按照说明安装的。服务器环境是ubuntu 12.04 nginx php5.3[hr] 权限问题,更改权限可以了!

14.Failed to load the dict file

发布时间:2009-03-19 15:03 t By kumo

...ing: SimpledCWS::set_dict() [simpledcws.set-dict]: Failed to load the dict file in D:\website\ dict_utf8.xdb 及 rules.utf8.ini 是放在test.php 同一個資料夾下 另有我試過用 $scws->set_dict('D:\website\dict_utf8.xdb'); 也有相同問題 請問PHP 設定是否特殊要求? ...

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

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

...ndefined index: part in C:\Users\Administrator\Desktop\tool\dev\make_xd b_file.php on line 92 PHP Notice: Undefined index: part in C:\Users\Administrator\Desktop\tool\dev\ma ke_xdb_file.php on line 92 Notice: Use of undefined constant key - assumed 'key' in C:\Users\Administrato Desktop\tool...

16.XSFieldMeta::getCustomTokenizer

... $arg = null; } if (!class_exists($name)) { $file = $name . '.class.php'; if (file_exists($file)) { require_once $file; } else if (file_exists(XS_LIB_ROOT . DIRECTORY_SEPARATOR . $file)) { require_once XS_LIB_ROOT . DI...

17.XSIndex::addExdata

...dExdata() 方法 public XSIndex addExdata(string $data, bool $check_file=true) $data string 要提交的命令封包数据, 或存储命令封包的文件路径, 编码必须已经是 UTF-8 $check_file bool 是否检测参数为文件的情况 {return} XSIndex 返回...

18.RE: SimpleCWS::set_dict(): Failed to set the dict file

发布时间:2013-09-16 21:09 t By anicca

请问更改什么权限呢?能具体说下吗?我也碰到同样的问题

19.XSCsvDataSource

...== false) { if ($this->inCli) { echo "INFO: reach end of file or error occured, total lines: " . $this->line . "\n"; } return false; } $this->line++; if (count($item) === 1 && is_null($item[0])) { if ($this->inCli) { echo "WARNING: invalid c...

20.XS::autoload

...ib/XS.class.php#L533 (显示) public static function autoload($name){ $file = XS_LIB_ROOT . '/' . $name . '.class.php'; if (file_exists($file)) { require_once $file; }} 智能加载类库文件 要求以 Name.class.php 命名并与本文件存放在同一目录, 如: XSTokenizer...

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