搜索

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

1.where("class=67") 搜索某个分类的文章,字段class等于67的所有文章,用什么函数?求解

发布时间:2012-10-08 14:10 t By zhangbaoqi

[size=x-large][size=large][font=Arial]where("class=67") 搜索某个分类的文章,字段class等于67的所有文章,用什么函数?求解[/font][/size][/size]

2.报错[XSException] /XSDataSource.class.php(794): SQLSTATE[42000]

更新时间:2013-06-04 12:06 t By beike228

[XSException] /XSDataSource.class.php(794): SQLSTATE[42000] [1064] You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'LIMIT 1' at line 1 #0 XSDataSource.class.php(454): XSDatabasePDO->query('select LIMIT 1') #1 XSD...

3.报错[XSException] /XSDataSource.class.php(794): SQLSTATE[42000]

更新时间:2013-06-04 12:06 t By beike228

[XSException] /XSDataSource.class.php(794): SQLSTATE[42000] [1064] You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'LIMIT 1' at line 1 #0 XSDataSource.class.php(454): XSDatabasePDO->query('select LIMIT 1') #1 XSD...

4.xdb导入时关联xdb.class.php中的key错误

发布时间:2011-06-09 10:06 t By itlong

发现,在导入make_xdb_file时,提示xdb.class.php 447行有问题。 修改xdb.class.php如下: 原来: if ($cmp == false) $cmp = create_function('$a,$b', 'return strcmp($a[key],$b[key]);');//$a[key]这种写法非常不严谨,是低级问题。真不明白定这个函数的人是...

5.Demo项目运行失败:[XSException] /XSDataSource.class.php(376): Can not open input file: ''

发布时间:2014-11-15 02:11 t By yanyun

...索引数据 ... 初始化数据源 ... csv [XSException] /XSDataSource.class.php(376): Can not open input file: '' #0 XSDataSource.class.php(35): XSCsvDataSource->init() #1 XSDataSource.class.php(51): XSDataSource->__construct('csv', NULL) #2 Indexer.php(240): XSDataSource::instance('csv', NUL...

6.RE: [特别发布] 纯PHP编写的xdb词典导入导出工具!!

更新时间:2009-07-05 10:07 t By heraldboy

...行的: Notice: Undefined variable: mask in C:\wamp\www\pscws4\etc\xdb.class.php on line 138 Warning: fread() [function.fread]: Length parameter must be greater than 0 in C:\wamp\www\pscws4\etc\xdb.class.php on line 612 Warning: unpack() [function.unpack]: Type I: not enough input, need 4, have...

7.RE: 报错[XSException] /XSDataSource.class.php(794): SQLSTATE[42000]

发布时间:2013-06-09 13:06 t By hightman

发完整的语句,看上去是SQL出错

8.RE: 报错[XSException] /XSDataSource.class.php(794): SQLSTATE[42000]

发布时间:2013-06-04 14:06 t By beike228

这个是个怎么回事啊 有没有人帮忙回答一下啊

9.XSDataSource

... | 方法(函数) 包 XS.utilf 继承关系 abstract class XSDataSource 子类 XSCsvDataSource, XSDatabaseDataSource, XSJsonDataSource 版本 1.0.0 源代码 sdk/php/util/XSDataSource.class.php 索引数据源抽象基类 此部分代码仅用于 indexer 工...

10.XSDataSource::instance

... 初始化完毕的数据源对象 源码: sdk/php/util/XSDataSource.class.php#L44 (显示) public static function instance($type, $arg = null){ $type2 = ($pos = strpos($type, ':')) ? 'database' : $type; $class = 'XS' . ucfirst(strtolower($type2)) . 'DataSource'; if (!class_exists($c...

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