...6ff1f8bf0) 2012-12-10 13:40:33 worker1[17463] [sock:7] quit, result error (CODE:514) 2012-12-10 13:40:33 ~master[12533] child process worker[1] exit (PID:17463, STATUS:-1) 2012-12-10 13:40:33 ~master[12533] succesful to spawn child worker[1] process (PID:18177) 2012-12-10 13:40:33 worker1[18177] I c...
...el/' url = url + str(row[1]) try: code = urllib.urlopen(url).read() if code == '200': _cur.execute('delete from mq where mid = %d' % row[0]) else: print row[0], row[1], 'search-failed' ...
...inx 或 php-fpm 有关呢 ?? 我环境 是 centos5 nginx php-fpm 的[/code] 问题依旧: 就是不断刷新,一会有返回结果,一会返回false; [php] [root@yehuiming /]# /usr/local/php/bin/php -i | grep scws scws SCWS BugReport => http://www.ftphp.com/scws scws.default.charset =...
我这个是简单的改动,就是注释掉了一段代码 [code] diff -ur scws-1.2.1/libscws/scws.c scws-1.2.1.changed/libscws/scws.c --- scws-1.2.1/libscws/scws.c 2013-01-11 10:39:28.000000000 +0800 +++ scws-1.2.1.changed/libscws/scws.c 2013-07-03 10:38:49.409846632 +0800 @@ -60,6 +60,9 @@ s->...
... 3) 切记要删除的词用 ! 作为词性,比如以下文件: [code] ; dict_extra.txt 我是新增词 2.0 再试一个 1.0 1.0 @ ; 以下词为删除项 删除 1.0 1.0 ! [/code] 4) 然后将 dict_extra.txt 在原核心库后加载,如: ...
... 3) 切记要删除的词用 ! 作为词性,比如以下文件: [code] ; dict_extra.txt 我是新增词 2.0 再试一个 1.0 1.0 @ ; 以下词为删除项 删除 1.0 1.0 ! [/code] 4) 然后将 dict_extra.txt 在原核心库后加载,如: ...
...=#0033cc]3. 使用实例[/color][/size][/b] 一个简单的分词实例:[code]#include #include main() { scws_t s; scws_res_t res, cur; char *text = "Hello, 我名字叫李那曲是一个中国人, 我有时买Q币来玩, 我还听说过C#语言"; if (!(s = scws_new())) { printf("error, can't i...
...遵循1.1.1版本的安装步骤,却发现出错了: 看代码: [code] [root@localhost phpext]# ./configure --with-scws=/usr/local/scws/ --with-php-config=/usr/local/php5/bin/php-config checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E check...
... 3) 切记要删除的词用 ! 作为词性,比如以下文件: [code] ; dict_extra.txt 我是新增词 2.0 再试一个 1.0 1.0 @ ; 以下词为删除项 删除 1.0 1.0 ! [/code] 4) 然后将 dict_extra.txt 在原核心库后加载,如: ...