搜索

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

11.XSDatabasePDO_PgSQL

...param){ $dsn = "pgsql:host={$param['host']};"; $dsn .= isset($param['port']) ? "port={$param['port']};" : ''; $dsn .= "dbname={$param['dbname']};client_encoding=utf-8"; return $dsn;} 生成 Postgres DSN setUtf8() 方法 public void setUtf8() 源码: sdk/php/util/XSDataS...

12.XSDatabasePgSQL

...nect($param){ $dsn = "host={$param['host']} "; $dsn .= isset($param['port']) ? "port={$param['port']} " : ''; $dsn .= "dbname={$param['dbname']} user={$param['user']} password={$param['pass']}"; if (!($this->link = @pg_connect($dsn))) { throw new XSException('Error connecting to P...

13.关于 misc/ 目录下的文件

发布时间:2007-06-06 10:06 t By hightman

... PHP 版本要求 >= 4.3.0 类用法: 建立操作句柄: server,port 开启 $cws = new CSCWS('localhost', 4700); $cws->open('localhost', 4700); // 若已打开且port/host不对就先关闭旧的 $cws = CSCWS::open('localhost', 4700); 查询分词(自动侦测连...

14.XSDatabaseMySQL

...$param['host'] : ini_get('mysql.default_host'); $host .= (isset($param['port']) && $param['port'] != 3306) ? ':' . $param['port'] : ''; $user = isset($param['user']) ? $param['user'] : ini_get('mysql.default_user'); $pass = isset($param['pass']) ? $param['pass'] : ini_get('mysql.default_pw'...

16.XSServer::open

... $conn) $conn mixed 服务端连接参数, 支持: <端口号|host:port|本地套接字路径> 源码: sdk/php/lib/XSServer.class.php#L165 (显示) public function open($conn){ $this->close(); $this->_conn = $conn; $this->_flag = self::BROKEN; $this->_sendBuffer = ''; $th...

17.XSServer

...(is_int($conn) || is_numeric($conn)) { $host = 'localhost'; $port = intval($conn); } elseif (!strncmp($conn, 'file://', 7)) { // write-only for saving index exchangable data to file // NOTE: this will cause file content be turncated $conn = substr($conn, 7); ...

18.安装scws扩展时出现:error: wrong scws lib version or lib not found

更新时间:2010-09-28 01:09 t By smallmenu

...al/scws/ --with-php-config=/usr/local/bin/php-config checking for scws support... yes, shared checking for scws_new in -lscws... no configure: error: wrong scws lib version or lib not found 我的PHP为5.2.14,通过FreeBSD ports安装版本,,望解决。

19.使用讯搜搭建phpwind的全文检索

更新时间:2012-05-18 09:05 t By myoula

...l DBUtils easy_install mysql-python 用http接口来处理 vi queue.py import MySQLdb from DBUtils.PooledDB import PooledDB import urllib from time import sleep if __name__ == '__main__': _pool = PooledDB(creator=MySQLdb, host='数据库地址', port=数据库端口, user='用户名', passwd=...

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

发布时间:2012-02-22 22:02 t By jatwxf

...L_DEL, 0, {EPOLLIN, {u32=0, u64=0}}) = 0 accept(0, {sa_family=AF_INET, sin_port=htons(43270), sin_addr=inet_addr("110.76.46.90")}, [16]) = 197 setsockopt(197, SOL_TCP, TCP_NODELAY, [1], 4) = 0 fcntl64(197, F_SETFL, O_RDONLY|O_NONBLOCK) = 0 epoll_ctl(1, EPOLL_CTL_ADD, 197, {EPOLLIN, {u32=197, u64=197...

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