运行环境 windows 2008 32位 IIS7 PHP 5.3.4 VC9 NTS PHP.INI [code] [16-Dec-2010 13:17:41] PHP Warning: PHP Startup: scws: Unable to initialize module Module compiled with build ID=API20090626,TS,VC6 PHP compiled with build ID=API20090626,NTS,VC9 These options need to match in Unk...
...0x9f85f98) 2012-05-09 12:42:49 worker1[5905] [sock:8] quit, result error (CODE:514) 2012-05-09 12:42:49 worker1[5905] [sock:7] task canceld, run the cleanup (ZARG:0xb41a2170) 2012-05-09 12:42:49 worker1[5905] [sock:7] quit, result error (CODE:514)
...加什么参数,都是显示帮助文档,这是怎么回事呢? [code][root@abc util]# /usr/local/php/bin/php Indexer.php --info Indexer - 索引批量管理、导入工具 (xunsearch/1.3.3) 用法 Indexer.php [options] [-p|--project] [--file] 选项说明 --project= ...
...atch 贴上来你可以自己打一下补丁然后重新编译即可。 [code] Index: libscws/scws.c RCS file: /home/cvsroot/scws/libscws/scws.c,v retrieving revision 1.18 retrieving revision 1.19 diff -c -r1.18 -r1.19 *** libscws...
...滤器,但是总无效,希望能提供个过滤器 代码如下: [code]class MyBlogFilter implements XSDataFilter { public function process($data, $cs =false) { $data['content'] = $this->filterHtml($data['content']); return $data; } publ...
...些重启后慢的时候日志内容,看看是否存在一些问题? [code] 2012-03-30 09:40:33 worker1[10982] new connection (SOCK:7, IP:127.0.0.1, BURST:1) 2012-03-30 09:40:33 worker1[10982] new connection (SOCK:8, IP:127.0.0.1, BURST:2) 2012-03-30 09:40:33 worker1[10982] [sock:8] add new ...
...文件位于 /usr/local/xunsearch/sdk/php/app/go.ini 内容如下: [code]project.name = go project.default_charset = utf-8 ;服务端用默认值 ;server.index = 8383 ;server.search = 8384 [did] type = id [title] type = title [tag] index = self [content] type = body[/code] ...
好像已经有人做过了,google code 上 Google: python scws 就可以查到了
...起, 得修改一下代码, 修改 libscws/scws.c 然后重新编译 [code] *** scws.c Sun May 9 01:16:11 2010 --- scws.c.condj Thu Jun 24 11:00:20 2010 *************** *** 326,342 **** ch = txt[start]; if (pflag & PFLAG_DIGIT) { ! if (!SCWS_IS_DIGIT(ch)) { ...