...roject.name = discuz project.default_charset = GBK ;服务端用默认值 ;server.index = 8383 ;server.search = 8384 [pid] type = id [fid] index = self tokenizer = full [tid] [first] index = self tokenizer = full [author] index = both [authorid] [subject] type = title [message] type = body ...
...sd-0.0.3.tgz[/url] 演示地址:[url=http://www.hightman.cn/demo/scws/by_server.php]http://www.hightman.cn/demo/scws/by_server.php[/url] [url=http://bbs.xunsearch.com/showthread.php?tid=1228][b]PHP4版 简易中文分词(PSCWS) 第2/3版[/b][/url] 下载地址:[url=http://www.xunsearch.com/scws...
...回 true, 其它返回响应的 XSCommand 对象 源码: sdk/php/lib/XSServer.class.php#L279 (显示) public function execCommand($cmd, $res_arg = XS_CMD_NONE, $res_cmd = XS_CMD_OK){ // create command object if (!$cmd instanceof XSCommand) { $cmd = new XSCommand($cmd); } // j...
... error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ' required = '',disallowed = '', can_leave_domain=0 where site_id=1' at line 1 [返回到 管理员控制面板] 索引 http://28.10.18.110/ 1. 检索:http://28.10.18.110/...
...rker1[18177] init the thread pool 2012-12-10 13:40:33 worker1[18177] event server start (FLAG:0x0004)
... vi 项目名.ini project.name = 项目名 project.default_charset = UTF-8 server.index = 192.168.0.250:8383 server.search = 192.168.0.250:8384 [tid] type = id [fid] index = self tokenizer = full [author] [authorid] index = self tokenizer = full [postdate] tokenizer = full [subject] type = tit...
...ker3[21054] init the thread pool 2012-05-22 16:17:04 worker3[21054] event server start (FLAG:0x0004) 2012-05-22 16:17:05 worker3[21054] new connection (SOCK:7, IP:127.0.0.1, BURST:1) 2012-05-22 16:17:05 worker3[21054] new connection (SOCK:8, IP:127.0.0.1, BURST:2) 2012-05-22 16:17:05 worker3[210...
...er from pipe, shutdown gracefully 2012-05-23 09:57:09 worker1[20683] event server end 2012-05-23 09:57:09 worker1[20683] deinit the thread pool 2012-05-23 09:57:09 ~master[21666] worker[1] reach the maximum life time, shutdown it 2012-05-23 09:57:15 worker2[21983] new connection (SOCK:155, IP:127.0....
...alued = array()){ $result = array('-' => array()); $params = isset($_SERVER['argv']) ? $_SERVER['argv'] : array(); for ($i = 0; $i < count($params); $i++) { if ($params[$i] === '--') { for ($i = $i + 1; $i < count($params); $i++) { $result['-'][] = $params[$...
...j->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 name: '{$param['dbname']}'"); } $this->setUtf8();} 连...