搜索

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

61.SCWS-1.1.9 没法分中文?

发布时间:2012-01-07 12:01 t By hejone

...玩, 我还听说过C#语言"; if (!(s = scws_new())) { printf("error, can't init the scws_t!\n"); exit(-1); } scws_set_charset(s, "gbk"); scws_set_dict(s, "/usr/local/scws/etc/dict.xdb", SCWS_XDICT_XDB); scws_set_rule(s, "/usr/local/scws/etc/rules.ini"); scws_send_te...

62.XSDatabaseMySQLI

...j = new mysqli($host, $user, $pass, '', $port); if ($this->obj->connect_error) { throw new XSException("Can not connect to mysql server: '$user@$host'"); } if (!$this->obj->select_db($param['dbname'])) { $this->close(); throw new XSException("Can not switch to database ...

63.XSDatabaseSQLite

...link, $sql); if ($res === false) { throw new XSException('SQLITE ERROR: ' . sqlite_error_string($this->link)); } if (!is_resource($res)) { $ret = $res; } else { $ret = array(); while ($tmp = sqlite_fetch_array($res, SQLITE_ASSOC)) { $ret[] = $tmp; ...

64.RE: 安装时出现错误

更新时间:2012-01-17 14:01 t By whoneed

...,文件包括类包拷贝到了线上。 出现如下错误。 configure:error: scws_new() NOT found in libscws, please check it first http://bbs.xunsearch.com/showthread.php?tid=7 按照这个贴子处理,还是不行。 没有 ln -s libuuid.so.1.0 libuuid.so; 这个文件。[hr] 除了把系...

65.使用自定义词典时无法取得字典中的内容

更新时间:2011-08-08 17:08 t By 999

...使用scws_free(); 我使用时出现方法不存在的错误: Fatal error: Call to undefined function scws_free() in E:\website\test\index.php on line 27

66.RE: 第二次遇到无法重启的情况

发布时间:2012-03-30 09:03 t By KnightE

...einit the thread pool 2012-03-30 09:40:33 worker1[10982] [sock:8] unknown ERROR during executing task (CMD:66) 2012-03-30 09:40:33 worker1[10982] caught system exceptional signal[6], terminate immediately 2012-03-30 09:40:33 worker1[10982] deinit the thread pool 2012-03-30 09:40:33 worker1[10982...

67.Call to undefined function scws_has_words()

发布时间:2012-08-27 17:08 t By kill-all999

code: var_dump(scws_version()); scws_has_words($sh, $cutword); 打印输出: string(64) "SCWS (Module version:1.0.0, Library version:1.2.0) - by hightman" Fatal error: Call to undefined function scws_has_words() in /letv/data/www/cutword/index.php on line 15 求帮助

68.安装出错,求助 failed to compile scws

发布时间:2013-03-22 11:03 t By hswddan

...ting libtool commands setup.sh: line 140: make: command not found ----- ERROR: failed to compile scws, see 'setup.log' for more detail [root@localhost xunsearch-full-1.4.3]#

69.编译时出错,是怎么回事?scws.h

发布时间:2013-04-18 10:04 t By ffcz

...ing for scws support... yes, shared checking for scws.h... no configure: error: Please download and install scws from http://www.xunsearch.com/scws Linux localhost.localdomain 2.6.18-308.11.1.el5PAE #1 SMP Tue Jul 10 09:29:33 EDT 2012 i686 i686 i386 GNU/Linux

70.XSDatabaseMySQL

...$this->link); if ($res === false) { throw new XSException('MySQL ERROR(#' . mysql_errno($this->link) . '): ' . mysql_error($this->link)); } if (!is_resource($res)) { $ret = $res; } else { $ret = array(); while ($tmp = mysql_fetch_assoc($res)) { $ret...

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