搜索

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

1.XS::__construct

__construct() 方法 public void __construct(string $file) $file string 要加载的项目配置文件 源码: sdk/php/lib/XS.class.php#L284 (显示) public function __construct($file){ if (strlen($file) < 255 && !is_file($file)) { $appRoot = getenv('XS_APP_ROOT'); ...

2.XSException::getRelPath

getRelPath() 方法 public static string getRelPath(string $file) $file string 需要转换的绝对路径 {return} string 转换后的相对路径 源码: sdk/php/lib/XS.class.php#L79 (显示) public static function getRelPath($file){ $from = getcwd(); $file = real...

3.搜索字符过长的问题和使用addQueryString的问题

发布时间:2014-08-01 09:08 t By 459843269@qq.com

查询业务类似于 (filed1:1 or filed1:2 or filed1:3)and (filed2:1 or filed2:2 or filed2:3) and (filed3:1 or filed3:2 or filed3:3) 使用setQuery 出现异常 DATA/NAME too long 最后使用addQueryString拼装语句的方式 但是如上所述的逻辑根本无法达到括号中...

4.XSException::getRelPath修改建议

发布时间:2012-08-30 16:08 t By bkkkd

...的文件 建议修改成 [php] public static function getRelPath($file) { $from = getcwd(); $file = realpath($file); if (is_dir($file)) { $pos = false; $to = $file; } else { $pos = strrpos($file, DIRECTORY_SEPARATOR)...

5.XSException

... 名称类型描述定义于 code Exception file Exception line Exception message Exception Public 方法 隐去继承来的方法 名称描述定义于 __construct() Exception __toString() 将类对...

6.RE: failed to open file

发布时间:2012-03-02 14:03 t By hightman

是 $prefix/tmp 目录,对于运行xs的用户来说没有创建文件的权限吧 试着 chmod a+rwx tmp/

7.RE: failed to open file

发布时间:2012-03-02 14:03 t By hightman

是 $prefix/tmp 目录,对于运行xs的用户来说没有创建文件的权限吧 试着 chmod a+rwx tmp/

8.RE: failed to open file

发布时间:2012-03-02 14:03 t By hightman

关不掉是因为你的tmp/下根本 没有PID文件,应该是哪儿做了什么操作误删除或原来不存在tmp导致?

9.RE: failed to open file

发布时间:2012-03-02 14:03 t By hightman

关不掉是因为你的tmp/下根本 没有PID文件,应该是哪儿做了什么操作误删除或原来不存在tmp导致?

10.使用工具导出xdb后出错

发布时间:2011-09-21 16:09 t By lwliangma

...何修改直接make_xdb 就会报如下错误: C:\php>php make_xdb_file.php hah11.xdb dic1.txt INFO: Loading text file data ... PHP Notice: Uninitialized string offset: 1 in C:\php\make_xdb_file.php on line 52 Notice: Uninitialized string offset: 1 in C:\php\make_xdb_file.php on line 52...

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