搜索

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

1881.RE: 关于使用过程的权限控制问题

更新时间:2014-09-30 00:09 t By qiuxis

...端口,直接复制,黏贴把21端口改成8384 # semanage port -l | grep 8384 看看这个端口有没有服务占用,如果显示: /usr/sbin/semanage: Port tcp/8384 already defined 说明这个端口被占用了,换一个没有被占用的端口吧。 如果8384没有被占用 se...

1882.RE: 报告一个内存泄露bug,1.1.6版本

发布时间:2011-05-08 00:05 t By hightman

...:49 -0000 *************** *** 1328,1334 **** } // free at ! free(at); top = NULL; if (cnt > 0) { --- 1328,1335 ---- } // free at ! if (at != NULL) ! free(at); top = NULL; if (cnt ...

1883.RE: 存到索引里的时间成这样子的了1.27883e+09,怎么让他变成原来的纯数字的

发布时间:2011-11-16 10:11 t By hpxl

1.27883e+09和纯数字是一样的。测试了一下,这个的int值为1278830000,转换为日期为2010-07-11 14:33:20. [php] [/php]

1884.RE: 有没有简洁的php演示搜索代码

发布时间:2011-10-23 20:10 t By ci169

...坛,你能不能过去看看。。。 :s http://www.hightman.cn/bbs/showthread.php?tid=3755 第一次分析很慢不知是什么原因。: ( [quote='hightman' pid='108' dateline='1319271148'] [quote='3左3右' pid='106' dateline='1319192293'] 已解决,原来是我get一个参数,但是...

1885.RE: phpize 后 make 时,错误提示 No rule to make target `/root/scws-1.2.1/openssl.c'

发布时间:2013-04-01 10:04 t By hightman

你要在 phpext/ 目录执行 phpize ,此外,很多LINUX系统自带了 php/phpize 而它的版本比较陈旧并不是你最新安装的。建议你用全路径: /alidata/.../php/bin/phpize

1886.RE: 测试环境运行了几天,昨天出现一个错误

发布时间:2011-12-25 00:12 t By KnightE

...糊了。之前怀疑是更新索引造成的,但我已经两次遇到,rebuild后直接报错的,fastrestart后恢复。 [code] 2011-12-25 00:43:21 worker2[23769] new connection built (SOCKET:7, FROM:127.0.0.1) 2011-12-25 00:43:21 worker2[23769] [sock:7] add new task to thread pool (CONN:...

1887.RE: mysql导入数据不成功,开始重建索引后提示 [XSException] ../local/xunsearch/sdk/php/lib/XS.php(1898): DB

发布时间:2011-10-21 00:10 t By hightman

是不是你之前重建 没有完成就又重建了?建议用 bin/xs-ctl.sh restart 然后再调用 Indexer.php --clean 清除吧

1888.RE: xunsearch服务器一到晚上就死了,重启后又好了,我把日志贴上来

发布时间:2012-02-24 07:02 t By jatwxf

用了这些方法还是死机 [root@edu ~]# strace -p 23786 Process 23786 attached - interrupt to quit rt_sigsuspend(~[HUP INT QUIT ILL TRAP ABRT BUS FPE KILL SEGV ALRM TERM CHLD STOP TSTP XCPU RTMIN RT_1] Process 23786 detached [root@edu ~]# strace -p 4514 Process 4514 attached - interrupt to q...

1889.RE: php5.3.3 scws_get_result有警告,并得不到分析结果,麻烦看一下

发布时间:2010-12-01 13:12 t By starjiang

... 建议直接用对像操作方式,即 $scws = scws_new(); $scws->get_result(); 用对像操作方式就没有这个问题。 [/quote] 谢谢解答

1890.RE: 求scws在linux下php5.3.*的教程

发布时间:2012-05-10 14:05 t By macnie

...u 12.04,中安装不成功 root@ubuntu:/home/mrfer/scws-1.2.0# ./configure --prefix=/usr/local/scws ; make ; make install checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for gawk... no checking for mawk... mawk checking wheth...

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