搜索

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

181.RE: 三个问题需要求教

发布时间:2011-01-17 16:01 t By hightman

... } // strict must add: !$this->_is_digit(ord($this->txt[$start+1]))) if ((pflag & PFLAG_ADDSYM) || ch != 0x2e || !SCWS_IS_DIGIT(txt[start+1])) break; *************** *** 677,683 **** wmap[i][i] = (word_t) pmalloc_z(p, sizeof(wor...

182.RE: 三个问题需要求教

更新时间:2011-01-20 15:01 t By nftw

... } // strict must add: !$this->_is_digit(ord($this->txt[$start+1]))) if ((pflag & PFLAG_ADDSYM) || ch != 0x2e || !SCWS_IS_DIGIT(txt[start+1])) break; *************** *** 677,683 **** ...

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

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

...c: In function `main': test.c:4: error: `scws_t' undeclared (first use in this function) test.c:4: error: (Each undeclared identifier is reported only once test.c:4: error: for each function it appears in.) test.c:4: error: syntax error before "s" test.c:5: error: `s' undeclared (first use in t...

184.XS::getAllFields

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

185.XS::getConfig

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

186.XS::getFieldBody

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

187.XS::getFieldId

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

188.XS::getFieldTitle

getFieldTitle() 方法 public XSFieldMeta getFieldTitle() {return} XSFieldMeta 类型为 TITLE 的字段 源码: sdk/php/lib/XS.class.php#L491 (显示) public function getFieldTitle(){ return $this->_scheme->getFieldTitle();} 获取当前标题字段

189.XS::getName

getName() 方法 public string getName() {return} string 当前项目名称 源码: sdk/php/lib/XS.class.php#L368 (显示) public function getName(){ return $this->_config['project.name'];} 获取当前项目名称

190.XS::getScheme

...hp/lib/XS.class.php#L324 (显示) public function getScheme(){ return $this->_scheme;} 获取当前在用的字段方案 通用于搜索结果文档和修改、添加的索引文档

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