搜索

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

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

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

...ass.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 XSDataSource.class.php(213): XSDa...

42.XSServer::read

... if ($len == 0) { return ''; } // loop to send data $this->check(); for ($buf = '', $size = $len;;) { $bytes = fread($this->_sock, $len); if ($bytes === false || strlen($bytes) == 0) { break; } $len -= strlen($bytes); $buf .= $bytes; ...

43.RE: 请问如何安装啊,有没有什么教程、文档啊

发布时间:2012-03-03 15:03 t By yunxiaoad2

... 由于网站部署在win上 所以将SDK布置到win使用 在使用req…check.php工具检测时,总出现mysql扩展不支持的警告,而网站的正常运行已经说明了此扩展是打开的 因为检测工具是通过命令行运行的,遂怀疑此运行方式与通过apache运行所...

44.在windows下使用检测工具得到warning的解决方法

发布时间:2012-03-03 16:03 t By yunxiaoad2

由于网站部署在win上 所以将SDK布置到win使用 在使用req…check.php工具检测时,总出现mysql扩展不支持的警告,而网站的正常运行已经说明了此扩展是打开的,用phpinfo()也是表明mysql扩展已经打开 因为检测工具是通过命令行运行的...

45.XSServer::write

...($buf)) == 0) { return true; } // loop to send data $this->check(); while (true) { $bytes = fwrite($this->_sock, $buf, $len); if ($bytes === false || $bytes === 0 || $bytes === $len) { break; } $len -= $bytes; $buf = substr($buf, $byte...

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

发布时间:2010-10-08 23:10 t By hightman

看了提示是卡在 check library,也有可能是 m4 之类的不兼容,汗。。。手上没有BSD8.1还测不了,autoconf系统的工具兼容性很讨厌。

47.安装出错,求助 failed to compile scws

发布时间:2013-03-22 11:03 t By hswddan

... gcc 和 yum install gcc-c++ 运行sh setup.sh还是出错,求助: Checking scws ... no Installing scws (1.2.1) ... Extracting scws package ... Configuring scws ... Compiling & installing scws ... ----- config.status: creating Makefile config.status: creating cli/Makefile config.sta...

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

发布时间:2010-10-09 18:10 t By smallmenu

[quote='hightman' pid='3738' dateline='1286550859'] 看了提示是卡在 check library,也有可能是 m4 之类的不兼容,汗。。。手上没有BSD8.1还测不了,autoconf系统的工具兼容性很讨厌。 [/quote] 呵呵,多谢楼主。 我测试的是FreeBSD 8.1 AMD64的操...

49.scws_has_word的逻辑问题

更新时间:2010-07-29 14:07 t By backluck

...sult(s)) != NULL) { do { /* check attribute filter */ if (at != NULL) { if ((xmode == SCWS_NA) && _attr_belong(cur->attr, at)) cnt = 1; if ((xmode == SCWS_YEA) && !...

50.安装的时候出现you should use --build, --host, --target这样的提示是什么原因?

更新时间:2014-05-19 12:05 t By 情雨轩

安装的时候出现了下面这样的问题 是什么原因?求指点 Checking scws ... setup.sh: line 158: test: cd: binary operator expected setup.sh: line 161: test: cd: binary operator expected no Installing scws (1.2.3-dev) ... Extracting scws package ... Configuring scws ... ----- ...

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