搜索

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

41.XSCommand

... 2GB $buf1 string 字符串内容1, 最大长度为 255字节 源码: sdk/php/lib/XSServer.class.php#L62 (显示) public function __construct($cmd, $arg1 = 0, $arg2 = 0, $buf = '', $buf1 = ''){ if (is_array($cmd)) { foreach ($cmd as $key => $value) { if ($key === 'a...

42.RE: 官方和提供的下载不一样,并且官方实例还写了错误代码

更新时间:2010-07-14 21:07 t By sulwan

...导致切成词,可能会不受词典影响 5. 如果你非要用gbk 源码中 set_charset() 的参数就为 'gbk' 或默认的不要加上 'utf8' [/quote] 我那个演示页面就是直接复制的48的代码,为什么会出错呢? 我直接在代码中修改那里呢? 上边指...

43.XSJsonDataSource

...nes; 方法明细 deinit() 方法 protected void deinit() 源码: sdk/php/util/XSDataSource.class.php#L287 (显示) protected function deinit(){ if ($this->fd) { fclose($this->fd); $this->fd = null; }} getDataList() 方法 protected void getDataLi...

44.XSDatabasePDO_MySQL

... $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'] : 'localhost'); if (isset($param['port']) && $param['port'] !...

45.XSErrorException

... $line int 出错所在的行数 $previous Exception 源码: sdk/php/lib/XS.class.php#L134 (显示) public function __construct($code, $message, $file, $line, $previous = null){ $this->_file = $file; $this->_line = $line; if (version_compare(PHP_VERSION, '5.3.0', '>=')...

46.RE: Hightman 你好,我在编译scws时出现了问题

发布时间:2009-05-07 17:05 t By crackx

我安装的MySQL 5.1.30是大概在2月份使用源码编译安装的,有应用在上面跑,因为我看到文档里说“6. 打完补丁后需要重新编译并安装一下 mysql,这不需要重新 configure ,只需在该目录执行 make ; make install 即可” 所以我就把scws 插...

47.XS::getAllFields

getAllFields() 方法 public XSFieldMeta[] getAllFields() {return} XSFieldMeta[] 源码: sdk/php/lib/XS.class.php#L523 (显示) public function getAllFields(){ return $this->_scheme->getAllFields();} 获取项目所有字段结构设置

48.XS::getConfig

getConfig() 方法 public array getConfig() {return} array 获取配置原始数据 源码: sdk/php/lib/XS.class.php#L359 (显示) public function getConfig(){ return $this->_config;}

49.XS::getFieldBody

getFieldBody() 方法 public XSFieldMeta getFieldBody() {return} XSFieldMeta 类型为 BODY 的字段 源码: sdk/php/lib/XS.class.php#L501 (显示) public function getFieldBody(){ return $this->_scheme->getFieldBody();} 获取当前内容字段

50.XS::getFieldId

getFieldId() 方法 public XSFieldMeta getFieldId() {return} XSFieldMeta 类型为 ID 的字段 源码: sdk/php/lib/XS.class.php#L481 (显示) public function getFieldId(){ return $this->_scheme->getFieldId();} 获取当前主键字段

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