搜索

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

101.XSDatabasePgSQL::query

query() 方法 public mixed query(string $query) $query string 要执行的 SQL 语句 {return} mixed 源码: sdk/php/util/XSDataSource.class.php#L582 (显示) public function query($query){ //echo "[DEBUG] SQL: $sql\n"; $res = pg_query($this->link, $query); if ...

102.XSDatabaseMySQLI::query

query() 方法 public mixed query(string $sql) $sql string 要执行的 SQL 语句 {return} mixed 源码: sdk/php/util/XSDataSource.class.php#L654 (显示) public function query($sql){ //echo "[DEBUG] SQL: $sql\n"; $res = $this->obj->query($sql); if ($res === fa...

103.还是时间戳 变成科学户数的问题

发布时间:2014-10-31 09:10 t By michaeltsui98@qq.com

...e] type = numeric 在测试服务器上返回的值是 'on_time' => string '1414566271' (length=10) 发布到线上服务返回的值是 ["on_time"]=> string(11) "1.41204e+09" 线下,线上服务器都是centos+ nginx ,项目配置也是一样的, 虽然在开发上并没有影...

104.XSDatabasePDO_PgSQL::makeDsn

makeDsn() 方法 protected string makeDsn(array $param) $param array 包含 path 为数据库路径 {return} string 源码: sdk/php/util/XSDataSource.class.php#L913 (显示) protected function makeDsn($param){ $dsn = "pgsql:host={$param['host']};"; $dsn .= isset($p...

105.XSSearch::getFacets

...Facets() 方法 (自版本 v1.1.0 起可用) public array getFacets(string $field=NULL) $field string 读取分面记数的字段, 若为 null 则返回全部分面搜索记录 {return} array 返回由值和计数组成的关联数组, 若不存在或未曾登记过则返回...

106.XSCommand::__toString

__toString() 方法 public string __toString() {return} string 用于服务端交互的字符串 源码: sdk/php/lib/XSServer.class.php#L83 (显示) public function __toString(){ if (strlen($this->buf1) > 0xff) { $this->buf1 = substr($this->buf1, 0, 0xff); } retur...

107.RE: 1.1.2的 自定义字典无法使用

更新时间:2010-05-24 22:05 t By 逆雪寒

...(true) bool(true) 笔记本电脑 array(2) { [0]=> array(5) { ["word"]=> string(9) "笔记本" ["off"]=> int(0) ["len"]=> int(9) ["idf"]=> float(4.78000020981) ["attr"]=> string(1) "n" } [1]=> array(5) { ["word"]=> string(6) "电脑" ["off"]=> int(9) ["len"]=> int(6) ["idf"]=> float(4.119...

108.XSSearch::addSearchLog

...hLog() 方法 (自版本 v1.1.1 起可用) public void addSearchLog(string $query, int $wdf=1) $query string 需要记录的数据 $wdf int 需要记录的次数, 默认为 1 源码: sdk/php/lib/XSSearch.class.php#L831 (显示) public function addSearchLog($query, $wdf = ...

109.XSDatabasePDO_MySQL::makeDsn

makeDsn() 方法 protected string makeDsn(array $param) $param array 包含 host, port, dbname {return} string 源码: sdk/php/util/XSDataSource.class.php#L877 (显示) protected function makeDsn($param){ $dsn = 'mysql:host=' . (isset($param['host']) ? $param['host'] ...

110.XSDatabase::query1

query1() 方法 public 查询结果首行, query1(string $sql) $sql string {return} 查询结果首行, 失败或无数据则返回 false 源码: sdk/php/util/XSDataSource.class.php#L455 (显示) public function query1($sql){ $sql = preg_replace('/ limit\s+(\d+)(?:\s*...

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