搜索

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

821.XSDatabaseMySQL::connect

...ay 连接参数, 包含: user,pass,host,table,dbname ... 源码: sdk/php/util/XSDataSource.class.php#L479 (显示) public function connect($param){ $host = isset($param['host']) ? $param['host'] : ini_get('mysql.default_host'); $host .= (isset($param['port']) && $param['port'] != 3306) ...

822.RE: 谁在windows下测试通过了,请给写个说明。谢谢了。我是这样做的,但是有错误。

发布时间:2010-10-30 20:10 t By hightman

你最好直接做一个 输出 phpinfo 的页面,然后再在上面看真正生效的php.ini以及相关配置 extension_dir 等的值 你这个情况多数是路径或PHP.INI位置不对

823.RE: 求助:SCWS在虚拟机中的部署

发布时间:2011-08-29 10:08 t By hightman

...教程里看到,SCWS需要使用命令来编译程序,和需要修改php.ini,虚拟机都没有这种权限,不知道要如果使用。谢谢[hr] [quote='hightman' pid='6659' dateline='1314168577'] 在虚拟机中使用SCWS并不需要任何特殊的处理 [/quote] 忽然发现了,...

824.RE: 搜索全文时较慢,在0.5+秒,甚至1.0+秒【900M数据库】

发布时间:2013-07-05 17:07 t By chinapubmed

[php][root@west123110 tmp]# dd bs=64k count=4k if=/dev/zero of=test oflag=dsync 记录了4096+0 的读入 记录了4096+0 的写出 268435456字节(268 MB)已复制,24.6265 秒,10.9 MB/秒 [/php] 经hightman老大测试,似乎是硬盘的读取速度太慢了。 好吧,看来要换个...

825.limit 参数好象没有效果。

发布时间:2011-01-28 18:01 t By whjtoby

...$text); $top = scws_get_tops($sh, 5); print_r($top); 我用的是 php_scws.dll (1.1.5) [For PHP-5.2.x (44KB)]

826.复合分词的级别"multi" 可以设置分词的长度吗?

发布时间:2012-07-19 11:07 t By calvin

[php] header("Content-type: text/html; charset=utf-8"); var_dump(SCWS('中文分词解析,我的个神啊')); //中文分词解析 function SCWS($title) { set_time_limit(0); $data = array("data"=>$title,"respond"=>"json","ignore"=>'yes', "multi"=>3); $data = http_build_query($data); $r...

827.XSServer::write

...en string 要写入的长度, 默认为字符串长度 源码: sdk/php/lib/XSServer.class.php#L368 (显示) protected function write($buf, $len = 0){ // quick return for empty buf $buf = strval($buf); if ($len == 0 && ($len = $size = strlen($buf)) == 0) { return true; } ...

828.XSSearch::terms

... {return} array 可用于高亮显示的词条列表 源码: sdk/php/lib/XSSearch.class.php#L515 (显示) public function terms($query = null, $convert = true){ $query = $query === null ? '' : $this->preQueryString($query); if ($query === '' && $this->_terms !== null) { $ret ...

829.XSDatabaseMySQLI::connect

...ay 连接参数, 包含: user,pass,host,table,dbname ... 源码: sdk/php/util/XSDataSource.class.php#L621 (显示) public function connect($param){ $host = isset($param['host']) ? $param['host'] : ini_get('mysqli.default_host'); $user = isset($param['user']) ? $param['user'] : ini_get('...

830.XSSearch::getHotQuery

...回以搜索词为键, 搜索指数为值的关联数组 源码: sdk/php/lib/XSSearch.class.php#L673 (显示) public function getHotQuery($limit = 6, $type = 'total'){ $ret = array(); $limit = max(1, min(50, intval($limit))); // query from log_db $this->xs->setScheme(XSFieldScheme::...

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