...ion] ThinkPHP/Extend/Vendor/sdk/php/lib/XS.php(2087): Task is canceled due to timeout/error(S#514) 日志: 2012-12-25 10:19:08 worker1[11340] [sock:7] task canceld, run the cleanup (ZARG:0x7f6c775fdbf0) 2012-12-25 10:19:08 worker1[11340] [sock:7] quit, result error (CODE:514) 2012-12-25 10:19:...
... PHP Fatal error: Allowed memory size of 536870912 bytes exhausted (tried to allocate 1046898225 bytes) in /var/www/html/search/dict/xdb.class.php on line 638 我也碰到同樣的問題,換一台主機依舊有問題 謝謝 ,問題是 638 行 : $rec['value'] = fread($this->fd, $rec['vlen']); ...
...138 Fatal error: Allowed memory size of 1073741824 bytes exhausted (tried to allocate 1642825009 bytes) in C:\wamp\www\pscws4\etc\xdb.class.php on line 638 这两个问题我试过多次,还是有的,麻烦站长看看,内存不够的问题到底是什么原因啊。 [/quote] 把 xdb.c...
evry body, 1.1.3 has been compiled with x86,x64version, it can be run on the related platform like winxp,win2k8...enjoin~~thanks to hightman
...end_ini_string_ex 于动态链接库 php5ts.dll上 2、PHP Startup: Unable to load dynamic library 'D:\server\php\ext\php_scws.dll' - 找不以指定的程序 注: 在D:\server\php\ext 文件夹中确定有 php_scws.dll 求解。谢谢各位
...er found in $PATH See `config.log' for more details ----- ERROR: failed to configure scws, see 'setup.log' for more detail[/size]
...4] You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'FROM_UNIXTIME (inputtime,'%Y%m%d' ) as inputtime,ad.content,c.catname,c.url as c' at line 1 #0 XSDataSource.class.php(454): XSDatabasePDO->query('SELECT COUNT(*)...
... checking for fsync... yes checking for pread... yes checking for any prototype needed for pread... none required checking for pwrite... yes checking for any prototype needed for pwrite... none required checking for link... yes checking for scws... yes: /home/xunsearch checking for scws_new i...
...返回用的结构,也是一个单链表结构。 typedef struct scws_topword *scws_top_t; struct scws_topword { char *word; float weight; short times; char attr[2]; scws_top_t next; }; [b][size=4][color=#0033cc]2. 函数说明[/color][/size][/b] [b][size=4][color=#0033cc][/color][/siz...
...t = "我发现个文字‘再试一个’"; scws_send_text($sh, $text); $top = scws_get_tops($sh, 5); print_r($top); [/php] dict.txt的内容为: # WORD TF IDF ATTR 再试一个 1.0 1.0 @ 可结果中并匹配到"再试一个",这是为什么? 另外1.1.7是不是还不能使...